Skip to content

eduardoborges/draculinho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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. .

About

🦇 Just another Dracula theme fork, but darker and full font-ligatures/Dank mono support, with my taste.

Topics

Resources

License

Stars

Watchers

Forks

Contributors