Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Squirrelsong Dark ThemeNew to Visual Studio Code? Get it now.
Squirrelsong Dark Theme

Squirrelsong Dark Theme

Artem Sapegin

|
592 installs
| (1) | Free
| Sponsor
Low-contrast dark color theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Squirrelsong Dark Theme 🐿️

Preview in vscode.dev

Squirrelsong Dark

Squirrelsong Deep Purple Dark

A low-contrast, non-distracting and neurodiverse-friendly theme that is comfortable for all-day coding without sensory overstimulation, and perfect for developers with ADHD, autism, or highly sensitive people (HSP). No bright colors, no super-high contrast, no distractions. Soft colors but still enough legibility for different part of the code and UI.

Install from Visual Studio Code Marketplace or Open VSX Registry

  • Low contrast with great readability
  • Made for web developers
  • Monochrome Markdown styles
  • Consistent highlighting for different programming languages
  • Non-distracting UI
  • Two variants: brown and purple

Washing your code. A book on clean code for frontend developers

Installation

  1. Open Extensions sidebar panel in VS Code: View → Extensions.
  2. Search for Squirrelsong Dark.
  3. Click Install to install it.
  4. Choose Code → Preferences → Color Theme → Squirrelsong Dark.

Recommended settings

I recommend to also install Catppuccin Icons icons pack (I use the Latte variant).

Here are my settings related to theming and typography:

{
  // This is all that matters
  'workbench.colorTheme': 'Squirrelsong Dark',
  // Monolisa (https://www.monolisa.dev) is a paid font but I love it,
  // Hack and JetBrains Mono are good free alternatives
  'editor.fontFamily': 'MonoLisa',
  // Enable contextual alternative but disable ligatures
  'editor.fontLigatures': "'calt' on, 'liga' off",
  'editor.fontSize': 17,
  'editor.lineHeight': 1.6,
  'editor.cursorBlinking': 'solid',
  'editor.cursorStyle': 'line',
  'editor.cursorWidth': 2,
  'editor.semanticHighlighting.enabled': true,
  'window.zoomLevel': 0.15,
  'workbench.fontAliasing': 'auto',
  // If you also install Catppuccin Icons
  'workbench.iconTheme': 'catppuccin-latte',
  'catppuccin-icons.hidesExplorerArrows': true
}

Try Squirrelsong for other apps

Squirrelsong is also available for Alfred, CotEditor, Chrome, iTerm2, JetBrains, Marta File Manager, Midnight Commander, Nimble Commander, Prism, Slack, Sublime Text, Telegram, Terminal.app, Vivaldi, Warp, WezTerm, and more…

You may also like

Check out my other Visual Studio Code extensions:

  • Squirrelsong Dark Theme: low contrast non-distracting dark theme for web developers
  • Emoji Console Log: insert console.log() statements with a random emoji
  • Grim Wrapper: minimalist comment, Markdown, and plain text wrapping
  • Just Blame: Git Blame annotations, inspired by JetBrains editors
  • Mini Markdown: minimalist kit for comfortable Markdown writing
  • New File Now: create new files from the command palette
  • Notebox: take quick notes in the bottom panel
  • Reveal in Ghostty: reveal current project or folder in Ghostty
  • Reveal in Nimble Commander: reveal current project or folder in Nimble Commander
  • Todo Tomorrow: highlight TODO, HACK, FIXME, etc. comments

Sponsoring

Maintaining a color theme for multiple editors takes time and coffee, buy me one more cup to keep it going.

Buy Me A Coffee

Authors and license

Artem Sapegin and contributors.

The MIT License, see the included License.md file.

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