Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>DraculinhoNew to Visual Studio Code? Get it now.
Draculinho

Draculinho

Eduardo Borges

|
3,173 installs
| (2) | Free
Just another Dracula theme fork, optimized for ligatures and italic fonts.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Draculinho

A darker, moodier take on the classic Dracula theme. Crafted for ligature fonts and italic lovers.

Version Open VSX License


Preview

JavaScript

JavaScript example

React / TSX

TSX example

CSS

CSS example

Color Palette

Color Hex Preview
Background #0E131B #0E131B
Foreground #CDD0DD #CDD0DD
Purple #BD93F9 #BD93F9
Pink #FF79C6 #FF79C6
Cyan #00B5DC #00B5DC
Green #3dcf62 #3dcf62
Orange #FFB86C #FFB86C
Red #FF5555 #FF5555
Yellow #E2DD61 #E2DD61
Comment #465276 #465276

Install

Editor Link
VS Code ext install eduardoborges.draculinho
Cursor ext install eduardoborges.draculinho
VSCodium ext install eduardoborges.draculinho

Or search for Draculinho in your editor's extension panel.

Recommended Setup

This theme was designed with ligature and italic fonts in mind. For the best experience, try one of these fonts:

  • Dank Mono — ligatures and beautiful italics, made for code
  • JetBrains Mono
  • Fira Code
  • Cascadia Code

Then enable ligatures and italic rendering in your settings.json:

{
  "editor.fontLigatures": true,
  "editor.tokenColorCustomizations": {
    "[Draculinho]": {
      "textMateRules": [
        {
          "scope": "comment",
          "settings": { "fontStyle": "italic" }
        }
      ]
    }
  }
}

What Makes It Different

Draculinho keeps the Dracula DNA but pushes the background much darker (#0E131B vs the original #282A36), giving a deeper, more focused feel — especially on OLED displays. Keywords, storage types, and special variables render in italic, making the code structure stand out at a glance.

License

MIT — based on the original Dracula Theme by Zeno Rocha. .

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft