Skip to content

nachoeg/enhanced-default-theme

Repository files navigation

icon

Enhanced Default Theme

My personal dark theme for Visual Studio Code, it's like the default one, but a bit better.

preview

Alt colors preview

Default colors preview

Installation

  1. Search for Enhanced Default in the Marketplace
  2. Go to File > Preferences > Color Theme
  3. 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,

Font (you may need to install Cascadia Code PL)

"editor.fontFamily": "Cascadia Code PL",
"editor.fontLigatures": true,
"editor.fontWeight": "450",

Releases

No releases published

Packages

No packages published