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

Matedracunai Theme

Rodrigo Jarouche

|
1,419 installs
| (0) | Free
A powerfull color theme that mixes materialize, monokai and dracula. Install and feel the power!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Matedracunai theme by Jarouche

GitHub Logo

A A powerfull color theme that mixes materialize, monokai and dracula. Install and feel the power!

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