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:
Pawel Grzybek 2024-04-01 17:45:55 +01:00 committed by GitHub
parent 88d455afeb
commit d56f3fb755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

View file

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