mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add jump-label (#10058)
This commit is contained in:
parent
825ae74b9e
commit
25d8e9445c
@ -98,9 +98,12 @@
|
||||
"ui.help" = { fg = "shade06", bg = "shade01" }
|
||||
"ui.text" = "shade05"
|
||||
"ui.text.focus" = { fg = "shade07", bg = "light_blue" }
|
||||
|
||||
"ui.virtual" = "shade03"
|
||||
"ui.virtual.ruler" = { bg = "shade01" }
|
||||
"ui.virtual.inlay-hint" = { fg = "shade03_darker" }
|
||||
"ui.virtual.jump-label" = { fg = "shade07", bg = "shade01", modifiers = ["bold" ] }
|
||||
|
||||
"ui.menu" = { fg = "shade05", bg = "shade01" }
|
||||
"ui.menu.selected" = { fg = "shade07", bg = "light_blue" }
|
||||
|
||||
@ -108,6 +111,7 @@
|
||||
"info" = "light_blue"
|
||||
"warning" = "orange"
|
||||
"error" = "red"
|
||||
|
||||
"diagnostic" = { modifiers = [] }
|
||||
"diagnostic.hint" = { underline = { color = "shade04", style = "line" } }
|
||||
"diagnostic.info" = { underline = { color = "light_blue", style = "line" } }
|
||||
|
Loading…
Reference in New Issue
Block a user