Skip to content

Commit 193c56f

Browse files
committed
Change active indent guide color
1 parent 3b26750 commit 193c56f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "w40-theme",
33
"displayName": "w40 Theme",
44
"description": "A pink VSCode theme, good for your eyes.",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"license": "MIT",
77
"author": "Emerson Santiago",
88
"publisher": "emersonsm",

themes/w40-color-theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"editor.symbolHighlightBackground": "#ee77a533",
140140
"editorWhitespace.foreground": "#515151",
141141
"editorIndentGuide.background": "#515151",
142-
"editorIndentGuide.activeBackground": "#1e1e1e",
142+
"editorIndentGuide.activeBackground": "#ffffff",
143143
"editorRuler.foreground": "#515151",
144144
"editorCodeLens.foreground": "#ee77a5",
145145
"editorLightBulb.foreground": "#5bbbec",

0 commit comments

Comments
 (0)