Skip to content

Commit

Permalink
Add debug highlights to the dark plus theme (helix-editor#10593)
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Else authored and Chirikumbrah committed Jun 15, 2024
1 parent 1acaf4b commit bfd9374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"ui.virtual.indent-guide" = { fg = "dark_gray4" }
"ui.virtual.inlay-hint" = { fg = "dark_gray5"}
"ui.virtual.jump-label" = { fg = "dark_gray", modifiers = ["bold"] }
"ui.highlight.frameline" = { bg = "#4b4b18" }
"ui.debug.active" = { fg = "#ffcc00" }
"ui.debug.breakpoint" = { fg = "#e51400" }
"warning" = { fg = "gold2" }
"error" = { fg = "red" }
"info" = { fg = "light_blue" }
Expand Down

0 comments on commit bfd9374

Please sign in to comment.