Skip to content

Commit

Permalink
feat(themes): add jump-label for gruvbox themes (helix-editor#10012)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits authored and postsolar committed Apr 20, 2024
1 parent ec0f7d9 commit 09b574e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/gruvbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"ui.virtual.ruler" = { bg = "bg1" }
"ui.virtual.inlay-hint" = { fg = "gray1" }
"ui.virtual.wrap" = { fg = "bg2" }
"ui.virtual.jump-label" = { fg = "purple0", modifiers = ["bold"] }

"diagnostic.warning" = { underline = { color = "orange1", style = "curl" } }
"diagnostic.error" = { underline = { color = "red1", style = "curl" } }
Expand Down

0 comments on commit 09b574e

Please sign in to comment.