Skip to content

Commit

Permalink
Change active indent guide color
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonsm committed Aug 17, 2021
1 parent 3b26750 commit 193c56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "w40-theme",
"displayName": "w40 Theme",
"description": "A pink VSCode theme, good for your eyes.",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": "Emerson Santiago",
"publisher": "emersonsm",
Expand Down
2 changes: 1 addition & 1 deletion themes/w40-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"editor.symbolHighlightBackground": "#ee77a533",
"editorWhitespace.foreground": "#515151",
"editorIndentGuide.background": "#515151",
"editorIndentGuide.activeBackground": "#1e1e1e",
"editorIndentGuide.activeBackground": "#ffffff",
"editorRuler.foreground": "#515151",
"editorCodeLens.foreground": "#ee77a5",
"editorLightBulb.foreground": "#5bbbec",
Expand Down

0 comments on commit 193c56f

Please sign in to comment.