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

This commit is contained in:
ves 2024-03-24 04:42:01 +02:00 committed by GitHub
parent 8f65bfe089
commit 54fab657be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" } }