SSMS Cool Slate Theme
A Visual Studio Code color theme inspired by SQL Server Management Studio's Cool Slate look. Dark slate surfaces with teal highlights and a pale yellow status bar, tuned to match SSMS while preserving strong syntax contrast.
Preview
Installation
From VS Code Marketplace
- Open Extensions sidebar panel in VS Code (
Ctrl+Shift+X or Cmd+Shift+X)
- Search for
SSMS Cool Slate Theme
- Click Install
- Click Reload to refresh your editor
- Go to File > Preferences > Color Theme (or
Ctrl+K Ctrl+T)
- Select SSMS Cool Slate Theme
Manual Installation
- Download the latest
.vsix file from Releases
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X)
- Click the
... menu and select Install from VSIX...
- Select the downloaded file
Usage
After installation, activate the theme:
- Open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P)
- Type
Color Theme
- Select SSMS Cool Slate Theme
Or go to File > Preferences > Color Theme and choose SSMS Cool Slate Theme from the list.
Recommended Settings
For the best experience, try these VS Code settings:
{
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 20,
"editor.renderWhitespace": "none"
}
Palette highlights
- Dark slate surfaces with teal focus/selection accents
- Pale yellow status bar to mirror SSMS
- Semantic highlighting enabled for consistent reserved-word coloring across languages
- Git gutters and terminal ANSI colors aligned to the palette
Feedback & Issues
Found a bug or have a suggestion? Please open an issue on GitHub.
Contributing
Contributions are welcome! Feel free to submit pull requests.
License
MIT © Terence Carrera
Acknowledgments
Inspired by the classic SSMS Cool Slate theme from SQL Server Management Studio.