mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add jump label color to horizon-dark theme (#9984)
This commit is contained in:
parent
8f65bfe089
commit
54fab657be
@ -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…
Reference in New Issue
Block a user