mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add jumb label color to ayu themes (#10133)
This commit is contained in:
parent
fa79ce59a0
commit
f16380d418
@ -72,6 +72,7 @@
|
||||
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
|
||||
"ui.debug" = { fg = "orange", bg = "background" }
|
||||
"ui.highlight.frameline" = { bg = "#0067a3" }
|
||||
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }
|
||||
|
||||
"special" = "orange"
|
||||
|
||||
|
@ -27,6 +27,7 @@ inherits = 'ayu_dark'
|
||||
"ui.text.inactive" = "gray"
|
||||
"ui.bufferline" = { fg = "light_gray", bg = "background" }
|
||||
"ui.bufferline.active" = { fg = "light_gray", bg = "dark_gray" }
|
||||
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }
|
||||
|
||||
[palette]
|
||||
background = '#020202'
|
||||
|
@ -72,6 +72,7 @@
|
||||
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
|
||||
"ui.debug" = { fg = "orange", bg = "background" }
|
||||
"ui.highlight.frameline" = { bg = "#cfe0f2" }
|
||||
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }
|
||||
|
||||
"special" = "orange"
|
||||
|
||||
|
@ -72,6 +72,7 @@
|
||||
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
|
||||
"ui.debug" = { fg = "orange", bg = "background" }
|
||||
"ui.highlight.frameline" = { bg = "#0067a3" }
|
||||
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }
|
||||
|
||||
"special" = "orange"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user