Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Dracukai Dark ThemeNew to Visual Studio Code? Get it now.
Dracukai Dark Theme

Dracukai Dark Theme

Rodrigo Jarouche

|
1,706 installs
| (0) | Free
A confortable theme mixing Dracula and Monokai
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jarouche Dracukai Dark Theme

GitHub Logo

A comfortable theme mixing Dracula and Monokai

JS sample:

HTML sample:

CSS sample:

PHP sample:

Recomendations

  • Install Bracket Pair Colorizer Add this configuration to your settings.json
       "bracketPairColorizer.timeOut": 10, 
       "bracketPairColorizer.highlightActiveScope": true,
       "bracketPairColorizer.activeScopeCSS": [
       "borderStyle : solid",
       "borderWidth : 1px",
       "borderColor : {color}",
      "outline: 2px solid {color}"
    ],
    "bracketPairColorizer.independentPairColors": [
      [
        "()",
        [
          "#FFD700",
          "#FF00FF",
          "#19F8FF"
        ],
        "#FF0000"
      ],
      [
        "[]",
        [
          "#FFD700",
          "#FF00FF",
          "#19F8FF"
        ],
        "#FF0000"
      ],
      [
        "{}",
        [
          "#19F8FF",
          "#FFD700",
          "#FF00FF",
    
        ],
        "#FF0000"
      ]
    ],
    "bracketPairColorizer.colorMode": "Independent",
    "bracketPairColorizer.rulerPosition": "Full",
    "bracketPairColorizer.showBracketsInRuler": true, ```
    
  • Install Fira code font
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft