A turquoise-based theme package for Visual Studio Code.
Night themes for the high brightness displays.
Rainbow themes has rich color palette.
Install the theme from here or follow the steps:
- Launch Code.
- Choose Extensions from the activity bar or serch command
Intall Extentions
or presscmd+shift+X
. - Search for
dark turquoise
. - Install extention
Dark Turquoise
. - Choose
Preferenses: Color Theme
or presscmd+K+T
- Select any
Dark Turquoise
theme and enjoy it!
cmd
is ctrl
in Windows.
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
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
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)",
],