/vscode-dark-turquoise

deep dark theme pack for Visual Studio Code

Primary LanguageJavaScriptMIT LicenseMIT

Dark Turquoise

Version Installs Rating


A turquoise-based theme package for Visual Studio Code.

Night themes for the high brightness displays.
Rainbow themes has rich color palette.


Preview

  • Dark Turquoise Dark Turquoise
  • Dark Turquoise ~ Night Dark Turquoise ~ Night
  • Dark Turquoise ~ Rainbow Dark Turquoise ~ Rainbow
  • Dark Turquoise ~ Night Rainbow Dark Turquoise ~ Noght Rainbow

Installation

Install the theme from here or follow the steps:

  1. Launch Code.
  2. Choose Extensions from the activity bar or serch command Intall Extentions or press cmd+shift+X.
  3. Search for dark turquoise.
  4. Install extention Dark Turquoise.
  5. Choose Preferenses: Color Theme or press cmd+K+T
  6. Select any Dark Turquoise theme and enjoy it!

cmd is ctrl in Windows.

Configuration

To change the color of brackes match border (purple by default), add to settings.json:

"workbench.colorCustomizations": {
    "[Dark Turquoise ~ THEME]": {
        "editorBracketMatch.border": "#a9a9a9"
    }
},

If you want more, open an issue and tell me what you'd like to change

Recommendations

Icons

Try the material icons with turquoise folders!

Add this to your settings
"material-icon-theme.folders.color": "#5ec4cd",

If you use a night theme, the color is #00b3b3

UI helpers

I recommend the indent-rainbow extension with these user settings

"indentRainbow.colors": [
    "rgba(255,255,255,0.00)",
    "rgba(255,255,255,0.02)",
    "rgba(255,255,255,0.04)",
    "rgba(255,255,255,0.02)",
],