mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add jump-label styling for base16 themes (#10076)
* add jump-label styling for base16_transparent theme * keep the change consistent with other themes from base16 family * update jump-labels color to blue and make them bold
This commit is contained in:
parent
88d455afeb
commit
d56f3fb755
5 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
"label" = "magenta"
|
||||
"namespace" = "magenta"
|
||||
"ui.help" = { fg = "white", bg = "black" }
|
||||
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
|
||||
|
||||
"markup.heading" = "blue"
|
||||
"markup.list" = "red"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue