Skip to content

Commit

Permalink
✏️ | Increase contrast of text highlight (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
VoxelMC and delucis authored Nov 8, 2023
1 parent cfd848f commit a959330
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-dodos-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"houston": patch
---

Increase contrast of text highlight and fix visibility of whitespace markers
8 changes: 4 additions & 4 deletions themes/houston.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a959330

Please sign in to comment.