Add jumb label color to ayu themes (#10133)

pull/10154/head
André Sá 8 months ago committed by GitHub
parent fa79ce59a0
commit f16380d418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save