Skip to content

LEFD/sweetdracula-monokai

Repository files navigation

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

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

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

Editor Settings in Screenshot

Font used: Iosevka Extended with ligatures.
Icon theme: vscode-icons (GitHub - VS Marketplace - Open VSX)

VS Code settings:

"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. All forms of feedback are appreciated.