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

@ -37,6 +37,7 @@ namespace = "orange"
"ui.window" = "selection"
"ui.bufferline" = { bg = "dark-bg", fg = "light-gray" }
"ui.bufferline.active" = { bg = "dark-bg", fg = "orange" }
"ui.virtual.jump-label" = { fg = "pink", modifiers = ["bold"] }
# Diagnostics
"diagnostic" = { underline = { style = "curl" } }

Loading…
Cancel
Save