From bd7cff69f7d61db176a779c1d36bc5186e5e0211 Mon Sep 17 00:00:00 2001 From: Jeremia Date: Tue, 7 May 2024 12:09:34 -0500 Subject: [PATCH] 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. --- runtime/themes/dark_high_contrast.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/themes/dark_high_contrast.toml b/runtime/themes/dark_high_contrast.toml index 9e232845059a..51fadd394048 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 = [