Unnamed repository; edit this file 'description' to name the repository.
Added missing colors to dark_high_contrast (#10705)
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.
| -rw-r--r-- | runtime/themes/dark_high_contrast.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/dark_high_contrast.toml b/runtime/themes/dark_high_contrast.toml index 9e232845..51fadd39 100644 --- a/runtime/themes/dark_high_contrast.toml +++ b/runtime/themes/dark_high_contrast.toml @@ -88,6 +88,8 @@ "keyword.control" = "purple" "function" = "yellow" "label" = "blue" +"tag" = "aqua" +"attribute" = "blue" # Markup "markup.heading" = { fg = "yellow", modifiers = [ |