/Gruvbox-DrakenLords

Tema oscuro Basado en la paleta de Color original del Gruvbox de Morhetz para Visual Studio Code.

Primary LanguageJavaScriptMIT LicenseMIT

🐲Gruvbox DrakeLords 🐲 for VsCode

Visual Studio Marketplace Installs Visual Studio Marketplace Ratting

Welcome to my Visual Studio Code theme called Gruvbox DrakenLords, Dark theme inspired in the color scheme called Gruvbox made by morhetz.

install:

  • Linux Ctrl+P
  • macOS ⌘P
  • Windows Ctrl+P

Paste the Next Command and then press Enter:

ext install DrakenLords.gruvbox-draken-lords

Or Just Click Here and go to the Marketplace to make a manual download



🐲 Gruvbox DrakenLords Dark 🐲

Dark

🐲 Gruvbox DrakenLords Draken 🐲

Dark Draken

🐲 Gruvbox DrakenLords Grey 🐲

Grey

🐲 Gruvbox DrakenLords Semi Dark 🐲

Semi Dark



    "clock.format": "hh:MM TT  mmmm d, yyyy",
    "clock.iconName": "flame",
    "clock.alignment": "Right",

put this in your Vs Code Json Configuration after install Clock.




"bracket-pair-colorizer-2.colors": [
        "#b8bb26",
        "#fabd2f",
        "#fe8019",
        "#fb4934",
        "#d3869b",
        "#83a598",
        "#8ec07c",
        "#7c6f64"
    ],
"bracket-pair-colorizer-2.colorMode": "Consecutive",

"bracket-pair-colorizer-2.forceUniqueOpeningColor": false,

put this in your Vs Code Json Configuration after install Bracket Pair Colorizer 2.


  "footsteps.highlightColor":"rgb(104, 157, 106)",
  "footsteps.highlightColorMaxOpacity": 0.2,

Put this in your Vs Code Json configuration after install Footsteps


🐲 Enjoy !