mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
improve jump colors for github_dark themes (#10946)
This commit is contained in:
parent
bc73dd19d3
commit
afe9049a0e
@ -61,6 +61,7 @@ label = "scale.red.3"
|
|||||||
"ui.text.inactive" = "fg.subtle"
|
"ui.text.inactive" = "fg.subtle"
|
||||||
"ui.virtual" = { fg = "scale.gray.6" }
|
"ui.virtual" = { fg = "scale.gray.6" }
|
||||||
"ui.virtual.ruler" = { bg = "canvas.subtle" }
|
"ui.virtual.ruler" = { bg = "canvas.subtle" }
|
||||||
|
"ui.virtual.jump-label" = { fg = "scale.red.2", modifiers = ["bold"] }
|
||||||
|
|
||||||
"ui.selection" = { bg = "scale.blue.8" }
|
"ui.selection" = { bg = "scale.blue.8" }
|
||||||
"ui.selection.primary" = { bg = "scale.blue.7" }
|
"ui.selection.primary" = { bg = "scale.blue.7" }
|
||||||
|
Loading…
Reference in New Issue
Block a user