🌌 Dive into the midnight sky and lose yourself in coding all night long!
A dark theme for VS Code combining a refined version of the iconic Dracula theme with classic Monokai-style syntax highlighting. Based on the beautiful Sweet Dracula theme by PROxZIMA, it offers a vibrant and functional environment for a seamless programming experience.
📦 Available for VS Code and Code - OSS
- In VS Code, open the Extensions view (
Ctrl + Shift + X
/⇧ ⌘ X
). - In the search box, type "Sweet Dracula Monokai".
- Press "Install" and select "Sweet Dracula Monokai" from the Command Palette.
- Font used: Iosevka Extended, with custom stylistic set (see settings below)
- Icon theme: vscode-icons (VS Marketplace - Open VSX - GitHub)
"editor.fontFamily": "Iosevka Expanded",
"editor.fontLigatures": "'ss05', 'calt' 0, 'dlig' 1, 'cv07' 2, 'cv10' 26, 'cv20' 10, 'cv44' 8, 'cv35' 2, 'cv60' 2, 'VSAL' 1, 'VLAD' 2",
"editor.fontSize": 15,
"editor.fontWeight": "400",
"editor.lineHeight": 25,
"terminal.integrated.fontFamily": "Iosevka Term Expanded",
"terminal.integrated.fontWeight": "400",
"terminal.integrated.fontSize": 14,
"debug.console.fontFamily": "Iosevka Expanded",
"editor.cursorWidth": 3,
"editor.guides.bracketPairs": "active",
"editor.guides.bracketPairsHorizontal": "active",
"editor.renderWhitespace": "trailing",
If you enjoy using Sweet Dracula Monokai, please consider to rate the theme 5 stars on the VS Code Marketplace.
Have you encountered any issues, have suggestions, or would like support for your favorite programming language? Please feel free to open an issue on GitHub. All forms of feedback are appreciated.