Skip to content

Commit

Permalink
Add inlay hints styling to darcula theme (helix-editor#6732)
Browse files Browse the repository at this point in the history
* Add inlay hints coloring for darcula theme

* Add whitespace

---------

Co-authored-by: Ivan Tham <[email protected]>
  • Loading branch information
2 people authored and Triton171 committed Jun 18, 2023
1 parent 87f54dd commit 432cc2c
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 @@ -23,6 +23,7 @@
"ui.virtual.ruler" = { bg = "grey02" }
"ui.virtual.indent-guide" = "grey02"
"ui.virtual.whitespace" = "grey03"
"ui.virtual.inlay-hint" = { fg = "grey03", modifiers = ["italic"] }
"ui.bufferline" = { fg = "grey04", bg = "grey00" }
"ui.bufferline.active" = { fg = "grey07", bg = "grey02" }

Expand Down

0 comments on commit 432cc2c

Please sign in to comment.