Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Empty ThemesNew to Visual Studio Code? Get it now.
Empty Themes

Empty Themes

likebot

|
595 installs
| (1) | Free
Empty Themes for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Empty Themes for Visual Studio Code

This theme does not include color settings such as tokenColors.
Use this when you want to manage colors in settings.json.

{
    "editor.tokenColorCustomizations": {
        "textMateRules": [
          {
            "scope": [
              "comment"
            ],
            "settings": {
              "foreground": "#D0D0D0"
            }
          },
          {
            "scope": [
              "invalid.illegal"
            ],
            "settings": {
              "foreground": "#FF7060"
            }
          },
          {
            "scope": [
              "invalid.deprecated"
            ],
            "settings": {
              "foreground": "#FFA090"
            }
          }
       ]
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft