feat(themes): jump-label for modus themes (#10538)
Add styling for jump-labels for modus themes. I couldn't find any official approach here so picking `yello-cooler`. `cooler` is used for other meta highlights by modus and yellow seems to be used the least - only warnings, so there's little chance of colliding with other highlights.
This commit is contained in:
parent
26d9610e78
commit
d140072fdc
2 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@ punctuation = "fg-dim"
|
|||
"ui.virtual" = "bg-active"
|
||||
"ui.virtual.ruler" = { bg = "bg-dim" }
|
||||
"ui.virtual.inlay-hint" = { fg = "fg-dim", modifiers = ["italic"] }
|
||||
"ui.virtual.jump-label" = { fg = "yellow-cooler", modifiers = ["bold"] }
|
||||
|
||||
"ui.selection" = { fg = "fg-main", bg = "bg-inactive" }
|
||||
"ui.selection.primary" = { fg = "fg-main", bg = "bg-active" }
|
||||
|
|
|
@ -83,6 +83,7 @@ punctuation = "fg-dim"
|
|||
"ui.virtual" = "bg-active"
|
||||
"ui.virtual.ruler" = { bg = "bg-dim" }
|
||||
"ui.virtual.inlay-hint" = { fg = "fg-dim", modifiers = ["italic"] }
|
||||
"ui.virtual.jump-label" = { fg = "yellow-cooler", modifiers = ["bold"] }
|
||||
|
||||
"ui.selection" = { fg = "fg-main", bg = "bg-inactive" }
|
||||
"ui.selection.primary" = { fg = "fg-main", bg = "bg-active" }
|
||||
|
|
Loading…
Add table
Reference in a new issue