Skip to content

Commit

Permalink
Added missing colors to dark_high_contrast
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 8e2660b commit ec0e26b
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 @@ -83,6 +83,8 @@
"keyword.control" = "purple"
"function" = "yellow"
"label" = "blue"
"tag" = "aqua"
"attribute" = "blue"

# Markup
"markup.heading" = { fg = "yellow", modifiers = ["bold"], underline = { color = "yellow", style = "double_line"} }
Expand Down

0 comments on commit ec0e26b

Please sign in to comment.