Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Emi Theme DarkerNew to Visual Studio Code? Get it now.
Emi Theme Darker

Emi Theme Darker

Emi

|
337 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

✨ Emi theme (darker) ✨

Installation

You can get this theme from the VSCode Marketplace.

Recomended settings ✨

  • Cascadia Code Font

  • Material Icon Theme

  • VSCode Settings:

    "editor.fontFamily": "Cascadia Code",
    "editor.fontWeight": "350",
    "editor.fontLigatures": true,
    

Override color scheme

Tokens can be overridden by adding theme-specific settings to your config. More info at VSCode Themes Docs.

Example

"editor.tokenColorCustomizations": {
  "[Emi Theme Darker]": {
    "textMateRules": [
      {
        "name": "Storage",
        "scope": "storage.type.js",
        "settings": {
          "fontStyle": "underline"
        }
      }
    ]
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft