Skip to content

Commit

Permalink
feat: add jump label color to dark plus theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuttens authored and archseer committed Mar 24, 2024
1 parent 2178adf commit 628dcd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"ui.virtual.ruler" = { bg = "borders" }
"ui.virtual.indent-guide" = { fg = "dark_gray4" }
"ui.virtual.inlay-hint" = { fg = "dark_gray5"}
"ui.virtual.jump-label" = { fg = "dark_gray", modifiers = ["bold"] }

"warning" = { fg = "gold2" }
"error" = { fg = "red" }
Expand Down

0 comments on commit 628dcd5

Please sign in to comment.