Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Modified Darker Material ThemeNew to Visual Studio Code? Get it now.
Modified Darker Material Theme

Modified Darker Material Theme

k-r

|
811 installs
| (0) | Free
Material theme with slightly different colors
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Theme

image

Recommended settings

"workbench.colorCustomizations": {
    "editorWarning.foreground": "#ff5151",
},
"editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "scope": "keyword",
            "settings": {
                "fontStyle": "bold"
            }
        },
        {
            "scope": "storage",
            "settings": {
                "fontStyle": "bold"
            }
        },
        {
            "scope": "constant.language",
            "settings": {
                "fontStyle": "bold"
            }
        },
        {
            "scope": "support.class.builtin",
            "settings": {
                "fontStyle": "bold"
            }
        }
    ]
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft