Enhanced Default Theme
My personal dark theme for Visual Studio Code, it's like the default one, but a bit better.
Alt colors
Default colors
Installation
- Search for
Enhanced Default in the Marketplace
- Go to File > Preferences > Color Theme
- Select the variant you want:
- Enhanced Default
- Enhanced Default (default syntax highlighting)
- Enhanced Default (alt syntax highlighting)
Suggested settings
Open the Command Palette (Ctrl+Shift+P) and find "Open User Settings (JSON)". Here are the recommended settings:
"workbench.sideBar.location": "right",
"breadcrumbs.enabled": false,
"editor.stickyScroll.enabled": true,
"editor.minimap.enabled": false,
"editor.cursorBlinking": "smooth",
"editor.guides.bracketPairs": true,
"editor.guides.highlightActiveBracketPair": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.fontFamily": "Cascadia Code PL",
"editor.fontLigatures": true,
"editor.fontWeight": "450",
| |