Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LEFD/sweetdracula-monokai

🎨 Sweet Dracula + Monokai syntax highlighting for VS Code
https://github.com/LEFD/sweetdracula-monokai

dracula monokai theme visual-studio-code vscode vscode-extension vscode-theme

Last synced: about 2 months ago
JSON representation

🎨 Sweet Dracula + Monokai syntax highlighting for VS Code

Awesome Lists containing this project

README

        

🎨 Sweet Dracula Monokai







🌌 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






![Sweet Dracula Monokai Preview](assets/screenshot.png)

## Installation

1. In VS Code, open the Extensions view (`Ctrl + Shift + X` / `⇧ ⌘ X`).
2. In the search box, type "Sweet Dracula Monokai".
3. Press "Install" and select "Sweet Dracula Monokai" from the Command Palette.

## Editor Settings

### Font and Icons

- Font used: [Iosevka Extended](https://github.com/be5invis/Iosevka), with custom stylistic set (see settings below)
- Icon theme: vscode-icons ([VS Marketplace](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons) - [Open VSX](https://open-vsx.org/extension/vscode-icons-team/vscode-icons) - [GitHub](https://github.com/vscode-icons/vscode-icons))

### VS Code Settings

```json
"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",
```

## Feedback

If you enjoy using Sweet Dracula Monokai, please consider to [rate the theme 5 stars](https://marketplace.visualstudio.com/items?itemName=lefd.sweetdracula-monokai&ssr=false#review-details) 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](https://github.com/LEFD/sweetdracula-monokai/issues/new). All forms of feedback are appreciated.