Skip to content

Commit

Permalink
dracula theme: style inlay hints as comments (helix-editor#6515)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored and Triton171 committed Jun 18, 2023
1 parent 2e7630f commit b7ba20c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/dracula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"ui.virtual.whitespace" = { fg = "subtle" }
"ui.virtual.wrap" = { fg = "subtle" }
"ui.virtual.ruler" = { bg = "background_dark"}
"ui.virtual.inlay-hint" = { fg = "comment" }
"ui.virtual.inlay-hint.parameter" = { fg = "comment", modifiers = ["italic"] }
"ui.virtual.inlay-hint.type" = { fg = "comment", modifiers = ["italic"] }

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

0 comments on commit b7ba20c

Please sign in to comment.