Skip to content

Commit 4e969c3

Browse files
WantenMNEucladia
authored andcommitted
fix(theme): add missing jump-label to everforest_light (helix-editor#14811)
1 parent ec717b4 commit 4e969c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

runtime/themes/everforest_light.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@
102102
"ui.virtual.indent-guide" = { fg = "bg4" }
103103
"ui.virtual.inlay-hint" = { fg = "grey0" }
104104
"ui.virtual.wrap" = { fg = "grey0" }
105+
"ui.virtual.jump-label" = { fg = "red", bg = "bg0", modifiers = [
106+
"bold",
107+
] }
105108

106109
"hint" = "green"
107110
"info" = "blue"

0 commit comments

Comments
 (0)