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

Make editorIndentGuide semi-transparent #312

Merged
merged 2 commits into from
Jul 15, 2022
Merged

Make editorIndentGuide semi-transparent #312

merged 2 commits into from
Jul 15, 2022

Conversation

simurai
Copy link
Contributor

@simurai simurai commented Jul 15, 2022

This closes #135 by making the editorIndentGuide semi-transparent. Now it doesn't cover selections anymore.

Before After
Screen Shot 2022-07-15 at 17 09 32 Screen Shot 2022-07-15 at 17 20 29

@changeset-bot
Copy link

changeset-bot bot commented Jul 15, 2022

🦋 Changeset detected

Latest commit: 71c180a

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/dark-colorblind.json	2022-07-15 08:22:20.931022953 +0000
+++ themes/dark-colorblind.json	2022-07-15 08:22:17.803019108 +0000
@@ -111,4 +111,4 @@
     "editorLineNumber.activeForeground": "#c9d1d9",
-    "editorIndentGuide.background": "#21262d",
-    "editorIndentGuide.activeBackground": "#30363d",
+    "editorIndentGuide.background": "#c9d1d91f",
+    "editorIndentGuide.activeBackground": "#c9d1d93d",
     "editorWhitespace.foreground": "#484f58",
--- base/themes/dark-default.json	2022-07-15 08:22:20.931022953 +0000
+++ themes/dark-default.json	2022-07-15 08:22:17.803019108 +0000
@@ -111,4 +111,4 @@
     "editorLineNumber.activeForeground": "#c9d1d9",
-    "editorIndentGuide.background": "#21262d",
-    "editorIndentGuide.activeBackground": "#30363d",
+    "editorIndentGuide.background": "#c9d1d91f",
+    "editorIndentGuide.activeBackground": "#c9d1d93d",
     "editorWhitespace.foreground": "#484f58",
--- base/themes/dark-dimmed.json	2022-07-15 08:22:20.931022953 +0000
+++ themes/dark-dimmed.json	2022-07-15 08:22:17.803019108 +0000
@@ -111,4 +111,4 @@
     "editorLineNumber.activeForeground": "#adbac7",
-    "editorIndentGuide.background": "#373e47",
-    "editorIndentGuide.activeBackground": "#444c56",
+    "editorIndentGuide.background": "#adbac71f",
+    "editorIndentGuide.activeBackground": "#adbac73d",
     "editorWhitespace.foreground": "#545d68",
--- base/themes/dark-high-contrast.json	2022-07-15 08:22:20.931022953 +0000
+++ themes/dark-high-contrast.json	2022-07-15 08:22:17.803019108 +0000
@@ -112,4 +112,4 @@
     "editorLineNumber.activeForeground": "#f0f3f6",
-    "editorIndentGuide.background": "#7a828e",
-    "editorIndentGuide.activeBackground": "#7a828e",
+    "editorIndentGuide.background": "#f0f3f61f",
+    "editorIndentGuide.activeBackground": "#f0f3f63d",
     "editorWhitespace.foreground": "#7a828e",
--- base/themes/light-colorblind.json	2022-07-15 08:22:20.931022953 +0000
+++ themes/light-colorblind.json	2022-07-15 08:22:17.803019108 +0000
@@ -111,4 +111,4 @@
     "editorLineNumber.activeForeground": "#24292f",
-    "editorIndentGuide.background": "#d8dee4",
-    "editorIndentGuide.activeBackground": "#d0d7de",
+    "editorIndentGuide.background": "#24292f1f",
+    "editorIndentGuide.activeBackground": "#24292f3d",
     "editorWhitespace.foreground": "#afb8c1",
--- base/themes/light-default.json	2022-07-15 08:22:20.931022953 +0000
+++ themes/light-default.json	2022-07-15 08:22:17.803019108 +0000
@@ -111,4 +111,4 @@
     "editorLineNumber.activeForeground": "#24292f",
-    "editorIndentGuide.background": "#d8dee4",
-    "editorIndentGuide.activeBackground": "#d0d7de",
+    "editorIndentGuide.background": "#24292f1f",
+    "editorIndentGuide.activeBackground": "#24292f3d",
     "editorWhitespace.foreground": "#afb8c1",
--- base/themes/light-high-contrast.json	2022-07-15 08:22:20.931022953 +0000
+++ themes/light-high-contrast.json	2022-07-15 08:22:17.803019108 +0000
@@ -111,4 +111,4 @@
     "editorLineNumber.activeForeground": "#24292f",
-    "editorIndentGuide.background": "#88929d",
-    "editorIndentGuide.activeBackground": "#30363d",
+    "editorIndentGuide.background": "#24292f1f",
+    "editorIndentGuide.activeBackground": "#24292f3d",
     "editorWhitespace.foreground": "#acb6c0",

@simurai simurai merged commit 15d4b2b into main Jul 15, 2022
@simurai simurai deleted the editorIndentGuide branch July 15, 2022 08:29
@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.

Tab indent guides are not transparent.
1 participant