Add jump label color to horizon-dark theme (#9984)

pull/9983/head
ves 3 months ago committed by GitHub
parent 8f65bfe089
commit 54fab657be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,8 +27,8 @@ namespace = "orange"
"ui.gutter" = "gray" "ui.gutter" = "gray"
"ui.gutter.selected" = "light-gray" "ui.gutter.selected" = "light-gray"
"ui.selection" = { bg = "selection" } "ui.selection" = { bg = "selection" }
"ui.virtual.indent-guide" = { fg = "gray"} "ui.virtual.indent-guide" = { fg = "gray" }
"ui.virtual.whitespace" = { fg = "light-gray"} "ui.virtual.whitespace" = { fg = "light-gray" }
"ui.statusline" = { bg = "dark-bg", fg = "light-gray" } "ui.statusline" = { bg = "dark-bg", fg = "light-gray" }
"ui.popup" = { bg = "dark-bg", fg = "orange" } "ui.popup" = { bg = "dark-bg", fg = "orange" }
"ui.help" = { bg = "dark-bg", fg = "orange" } "ui.help" = { bg = "dark-bg", fg = "orange" }
@ -37,13 +37,14 @@ namespace = "orange"
"ui.window" = "selection" "ui.window" = "selection"
"ui.bufferline" = { bg = "dark-bg", fg = "light-gray" } "ui.bufferline" = { bg = "dark-bg", fg = "light-gray" }
"ui.bufferline.active" = { bg = "dark-bg", fg = "orange" } "ui.bufferline.active" = { bg = "dark-bg", fg = "orange" }
"ui.virtual.jump-label" = { fg = "pink", modifiers = ["bold"] }
# Diagnostics # Diagnostics
"diagnostic" = { underline = { style = "curl" } } "diagnostic" = { underline = { style = "curl" } }
"diagnostic.hint" = { underline = { color = "green", style = "curl" } } "diagnostic.hint" = { underline = { color = "green", style = "curl" } }
"diagnostic.info" = { underline = { color = "blue", style = "curl" } } "diagnostic.info" = { underline = { color = "blue", style = "curl" } }
"diagnostics.error" = { underline = { color = "red", style = "curl"} } "diagnostics.error" = { underline = { color = "red", style = "curl" } }
"diagnostics.warning" = { underline = { color = "orange", style = "curl"} } "diagnostics.warning" = { underline = { color = "orange", style = "curl" } }
warning = { fg = "orange", modifiers = ["bold"] } warning = { fg = "orange", modifiers = ["bold"] }
error = { fg = "red", modifiers = ["bold"] } error = { fg = "red", modifiers = ["bold"] }

Loading…
Cancel
Save