Skip to content

Commit

Permalink
Better indent line color for Dracula theme. (helix-editor#8266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirikumbrah authored and dgkf committed Jan 30, 2024
1 parent 23a7e6c commit 43b54eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/dracula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"ui.virtual.whitespace" = { fg = "current_line" }
"ui.virtual.wrap" = { fg = "current_line" }
"ui.virtual.ruler" = { bg = "black" }
"ui.virtual.indent-guide" = { fg = "indent" }
"ui.virtual.inlay-hint" = { fg = "cyan" }
"ui.virtual.inlay-hint.parameter" = { fg = "cyan", modifiers = ["italic", "dim"] }
"ui.virtual.inlay-hint.type" = { fg = "cyan", modifiers = ["italic", "dim"] }
Expand Down Expand Up @@ -123,6 +124,7 @@ black = "#191A21"
grey = "#666771"
comment = "#6272A4"
current_line = "#44475a"
indent = "#56596a"
selection = "#363848"
red = "#ff5555"
orange = "#ffb86c"
Expand Down

0 comments on commit 43b54eb

Please sign in to comment.