Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Deep SlateNew to Visual Studio Code? Get it now.
Deep Slate

Deep Slate

Roter-S

|
4 installs
| (2) | Free
A dark theme with deep blue-gray tones
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Deep Slate

A minimal dark VS Code theme with a near-black background and vivid syntax colors. Designed for long coding sessions across multiple languages.

Screenshots

Deep Slate Theme

Features

  • Deep near-black background — easy on the eyes
  • Vivid, high-contrast syntax palette
  • Italic keywords with Cascadia Code cursive variant
  • Full support for: JavaScript, TypeScript, React/JSX, Svelte, Vue, Astro, PHP/Laravel/Blade, Java, Kotlin, Python, Go, Rust, CSS/SCSS, JSON, YAML, SQL, Markdown

Recommended Font

This theme is designed to be used with Cascadia Code — a monospace font with ligatures and cursive italics developed by Microsoft.

brew install --cask font-cascadia-code

Font settings (size, weight, ligatures) are applied automatically when the theme is active. If Cascadia Code is not installed, VS Code will fall back to Consolas.

Installation

  1. Open Extensions in VS Code (Ctrl+Shift+X)
  2. Search for Deep Slate
  3. Click Install
  4. Ctrl+Shift+P → Preferences: Color Theme → select Deep Slate

Color Palette

Role Color
Background #0c0c10
Variables #dce4ff
Keywords #d0a0ff
Functions #82aaff
Strings #f2d185
Numbers #ffb86c
Classes #ffb86c
HTML Tags #ff7c9e
Attributes #7fd9cc
Operators #80d9ff
Comments #545c7e

Recommended Settings

Add these to your settings.json for the full minimal experience:

"editor.minimap.enabled": false,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"editor.overviewRulerBorder": false,
"editor.glyphMargin": false,
"editor.folding": false,
"editor.padding.top": 16,
"editor.padding.bottom": 16,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on"

License

MIT © Roter-S

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft