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: about 2 months ago
JSON representation
🎨 Sweet Dracula + Monokai syntax highlighting for VS Code
- Host: GitHub
- URL: https://github.com/LEFD/sweetdracula-monokai
- Owner: LEFD
- License: mit
- Created: 2021-12-27T19:06:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T10:31:01.000Z (8 months ago)
- Last Synced: 2024-08-01T16:53:01.445Z (5 months ago)
- Topics: dracula, monokai, theme, visual-studio-code, vscode, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=lefd.sweetdracula-monokai
- Size: 1.57 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.