Skip to content

Commit

Permalink
Added missing colors to dark_high_contrast (helix-editor#10705)
Browse files Browse the repository at this point in the history
I'd been using this theme quite a while because it looks the nicest to
my dyslexia. That said, when I open up XML or HTML documents, they
pretty much always show up in complete white, except for attribute
values.

Finally decided to take a look at why, and added the two colors
(`tag` & `attribute`) needed to make the theme actually usable with the
two formats.
  • Loading branch information
TUSF committed May 7, 2024
1 parent 81d4cbc commit 2bc0d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/dark_high_contrast.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
"keyword.control" = "purple"
"function" = "yellow"
"label" = "blue"
"tag" = "aqua"
"attribute" = "blue"

# Markup
"markup.heading" = { fg = "yellow", modifiers = [
Expand Down

0 comments on commit 2bc0d03

Please sign in to comment.