Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Monokai DarkNew to Visual Studio Code? Get it now.
Monokai Dark

Monokai Dark

DevR

|
2,734 installs
| (0) | Free
A modern dark version of Monokai theme.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Monokai Dark

A modern dark version of Monokai theme.

ScreenShots

Monokai Dark

Monokai Dark

Monokai Dark

Monokai Dark

Recommended for best experience

"editor.fontFamily": "Jetbrains Mono, Fira Code, Cascadia Code, Operator mono, monospace"
"editor.fontLigatures": true,
"editor.smoothScrolling": true,
"workbench.list.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"window.menuBarVisibility": "compact",
"editor.minimap.maxColumn": 100,
"editor.letterSpacing": 0.5,
"editor.semanticHighlighting.enabled": false, // if you are using python set it to true
"editor.renderWhitespace": "none",
"workbench.sideBar.location": "right", // optional

If you wanna add italic variation to the fonts. recommended for the fonts which has cursive italic style :-

"editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "scope": [
                "keyword",
                "storage.type.js",
                "storage.type.ts",
                "comment.line.double-slash",
                "constant.language.boolean",
                "variable.language.this",
                "entity.other.attribute-name"
                ],
            "settings": {
                "fontStyle": "italic"
            }
        }
    ]
}

If you have liked that theme, feel free to give me a positive review. It put's a smile on my face.

If you are interested to contribute checkout my Github repo.

:)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft