Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce contrast for whitespace characters #302

Merged
merged 2 commits into from
Jul 15, 2022
Merged

Reduce contrast for whitespace characters #302

merged 2 commits into from
Jul 15, 2022

Conversation

simurai
Copy link
Contributor

@simurai simurai commented Jul 15, 2022

This closes #242 by reducing the contrast for whitespace characters.

Before After
Screen Shot 2022-07-15 at 11 45 29 Screen Shot 2022-07-15 at 11 44 57

@changeset-bot
Copy link

changeset-bot bot commented Jul 15, 2022

🦋 Changeset detected

Latest commit: c08c420

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
github-vscode-theme Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jul 15, 2022

Colors changed
--- base/themes/light-colorblind.json	2022-07-15 02:53:59.167428578 +0000
+++ themes/light-colorblind.json	2022-07-15 02:53:56.147373669 +0000
@@ -113,3 +113,3 @@
     "editorIndentGuide.activeBackground": "#d0d7de",
-    "editorWhitespace.foreground": "#6e7781",
+    "editorWhitespace.foreground": "#afb8c1",
     "editorCursor.foreground": "#0969da",
--- base/themes/light-default.json	2022-07-15 02:53:59.167428578 +0000
+++ themes/light-default.json	2022-07-15 02:53:56.147373669 +0000
@@ -113,3 +113,3 @@
     "editorIndentGuide.activeBackground": "#d0d7de",
-    "editorWhitespace.foreground": "#6e7781",
+    "editorWhitespace.foreground": "#afb8c1",
     "editorCursor.foreground": "#0969da",
--- base/themes/light-high-contrast.json	2022-07-15 02:53:59.167428578 +0000
+++ themes/light-high-contrast.json	2022-07-15 02:53:56.147373669 +0000
@@ -113,3 +113,3 @@
     "editorIndentGuide.activeBackground": "#30363d",
-    "editorWhitespace.foreground": "#67707a",
+    "editorWhitespace.foreground": "#acb6c0",
     "editorCursor.foreground": "#0349b4",

@simurai simurai merged commit 410cfdd into main Jul 15, 2022
@simurai simurai deleted the whitespace branch July 15, 2022 02:54
@primer-css primer-css mentioned this pull request Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Too contrast color for whitespaces in Light Theme
1 participant