Ecosyste.ms: Awesome

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

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: 8 days ago
JSON representation

🎨 Sweet Dracula + Monokai syntax highlighting for VS Code

Lists

README

        

Sweet Dracula Monokai
















PROxZIMA's Sweet Dracula theme with enhanced readability and Monokai-style syntax highlighting.


Available for VS Code and Code - OSS.





![VS Code](assets/screenshot.png)

## Installation

1. in VS Code, launch the Quick Open panel (`Ctrl + P` / `⌘ P`)
2. execute the following command:

```
ext install lefd.sweetdracula-monokai
```

3. ⭐[rate the theme 5 stars](https://marketplace.visualstudio.com/items?itemName=lefd.sweetdracula-monokai&ssr=false#review-details)

### Alternate Method

1. in VS Code, open the Extensions view (`Ctrl + Shift + X` / `⇧ ⌘ X`)
2. in the search box, search for "Sweet Dracula Monokai"
3. press "Install" and choose "Sweet Dracula Monokai" from the Command Palette
4. ⭐[rate the theme 5 stars](https://marketplace.visualstudio.com/items?itemName=lefd.sweetdracula-monokai&ssr=false#review-details)

## Editor Settings in Screenshot

Font used: [Iosevka Extended](https://github.com/be5invis/Iosevka) with ligatures.
Icon theme: vscode-icons ([GitHub](https://github.com/vscode-icons/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))

VS Code settings:

```json
"editor.fontFamily": "Iosevka Expanded",
"editor.fontLigatures": "'ss05', 'calt' 0, 'dlig' 1, 'cv10' 10, 'cv31' 3, 'cv34' 8, 'cv25' 2, 'cv50' 2, 'cv71' 2, 'cv72' 1, 'cv78' 7, 'cv90' 1",
"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

Have you found a problem, have an idea, or any recommendations? Don't hesitate to [open an issue on GitHub](https://github.com/LEFD/sweetdracula-monokai/issues/new). All forms of feedback are appreciated.