From a959330f5bf95e560211806ab61b3d0f9ed4a108 Mon Sep 17 00:00:00 2001 From: Voxel Date: Wed, 8 Nov 2023 14:12:09 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20|=20Increase=20contrast=20?= =?UTF-8?q?of=20text=20highlight=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Swithinbank --- .changeset/blue-dodos-complain.md | 5 +++++ themes/houston.json | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .changeset/blue-dodos-complain.md diff --git a/.changeset/blue-dodos-complain.md b/.changeset/blue-dodos-complain.md new file mode 100644 index 0000000..e45cfe0 --- /dev/null +++ b/.changeset/blue-dodos-complain.md @@ -0,0 +1,5 @@ +--- +"houston": patch +--- + +Increase contrast of text highlight and fix visibility of whitespace markers diff --git a/themes/houston.json b/themes/houston.json index a27e28b..6117da6 100644 --- a/themes/houston.json +++ b/themes/houston.json @@ -1819,8 +1819,8 @@ "editor.lineHighlightBorder": "#ffffff00", "editor.rangeHighlightBackground": "#ffffff0b", "editor.rangeHighlightBorder": "#ffffff00", - "editor.selectionBackground": "#ad5dca26", - "editor.selectionHighlightBackground": "#add6ff26", + "editor.selectionBackground": "#ad5dca44", + "editor.selectionHighlightBackground": "#add6ff34", "editor.selectionHighlightBorder": "#495f77", "editor.wordHighlightBackground": "#494949b8", "editor.wordHighlightStrongBackground": "#004972b8", @@ -1869,7 +1869,7 @@ "editorWarning.background": "#a9904000", "editorWarning.border": "#ffffff00", "editorWarning.foreground": "#fbc23b", - "editorWhitespace.foreground": "#23262d", + "editorWhitespace.foreground": "#cc75f450", "editorWidget.background": "#343841", "editorWidget.foreground": "#ffffff", "editorWidget.resizeBorder": "#cc75f4", @@ -1975,7 +1975,7 @@ "sideBarSectionHeader.foreground": "#eef0f9", "sideBarTitle.foreground": "#eef0f9", "statusBar.background": "#17548b", - "statusBar.debuggingBackground": "#875234", + "statusBar.debuggingBackground": "#cc75f4", "statusBar.debuggingForeground": "#eef0f9", "statusBar.foreground": "#eef0f9", "statusBar.noFolderBackground": "#6c3c7d",