Last active
January 5, 2022 16:21
-
-
Save andrewodri/020dcfc0b81daec9acde5b5c42a7f4b6 to your computer and use it in GitHub Desktop.
VSCode settings for darker Dark+ theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.tabSize": 2, | |
"editor.detectIndentation": false, | |
"editor.useTabStops": false, | |
"workbench.startupEditor": "none", | |
"workbench.colorCustomizations": { | |
"[*Dark+*]": { | |
"sideBar.background": "#0F0F0F", | |
"editor.background": "#070707", | |
"editorGroupHeader.tabsBackground": "#0F0F0F", | |
"tab.inactiveBackground": "#0F0F0F", | |
"tab.activeBackground": "#070707" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment