A VS Code theme inspired by the Panda Syntax theme but favoring cooler tones. (TS Supported)
Activate the theme
- Go to Preferences > Color Theme
- Choose Cool Panda
If you use bracket pair colorization add the following to your settings.json to keep the cool tones going:
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#6FC1FF",
"editorBracketHighlight.foreground4": "#FF9AC1"
}
| |