Skip to content

Commit

Permalink
Add jump label support to Darcula themes (helix-editor#10116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusmgg authored and postsolar committed Apr 4, 2024
1 parent 6c98fb0 commit 2149d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/darcula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"ui.virtual.indent-guide" = "grey02"
"ui.virtual.whitespace" = "grey03"
"ui.virtual.inlay-hint" = { fg = "grey03", modifiers = ["italic"] }
"ui.virtual.jump-label" = { fg = "lightblue", modifiers = ["italic", "bold"] }
"ui.bufferline" = { fg = "grey04", bg = "grey00" }
"ui.bufferline.active" = { fg = "grey07", bg = "grey02" }

Expand Down

0 comments on commit 2149d64

Please sign in to comment.