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.
This commit is contained in:
parent
81d4cbc66e
commit
2bc0d036e7
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@
|
|||
"keyword.control" = "purple"
|
||||
"function" = "yellow"
|
||||
"label" = "blue"
|
||||
"tag" = "aqua"
|
||||
"attribute" = "blue"
|
||||
|
||||
# Markup
|
||||
"markup.heading" = { fg = "yellow", modifiers = [
|
||||
|
|
Loading…
Reference in a new issue