Dark Turquoise
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 ~ Night
- Dark Turquoise ~ Rainbow
- Dark Turquoise ~ Night Rainbow
Installation
Install the theme from here or follow the steps:
- Launch Code.
- Choose Extensions from the activity bar or serch command
Intall Extentions
or press cmd+shift+X
.
- Search for
dark turquoise
.
- Install extention
Dark Turquoise
.
- Choose
Preferenses: Color Theme
or press cmd+K+T
- 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)",
],