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

Whisper Theme

aberrantflux

|
2 installs
| (0) | Free
A simple dark theme based on the Whisper Xresources palette
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Whisper Theme

A simple dark theme for VS Code and Cursor, based on the Whisper Xresources palette.

Originally created by Kai Stevenson and Preston Pan.

Whisper theme screenshot

Install

Marketplace

Search for Whisper Theme in the Extensions panel, or:

cursor --install-extension aberrantflux.whisper-theme
code --install-extension aberrantflux.whisper-theme

VSIX

Download a .vsix release and install it:

cursor --install-extension whisper-theme-1.0.0.vsix

Or use Extensions → … → Install from VSIX… in the editor.

Activate

Cmd+K Cmd+T (macOS) or Ctrl+K Ctrl+T (Windows/Linux), then select Whisper.

Palette

Role Normal Bright
Background #070809
Foreground #d5e7ed
Black #090a0a #252a2a
Red #e1455c #ea7e96
Green #49c056 #85dd91
Yellow #eaba32 #fcdb7f
Blue #474c82 #8a92e0
Magenta #d65ea5 #f298cd
Cyan #5b9bd1 #8fbfe8
White #cad0d3 #e4eef2

Publish

  1. Create a publisher at marketplace.visualstudio.com/manage with ID aberrantflux
  2. Create an Azure DevOps PAT with Marketplace → Manage scope
  3. From this directory:
npm install
npx vsce login aberrantflux
npm run package
npm run publish

Because the repo is on a custom git host, packaging uses --no-rewrite-relative-links. For Open VSX instead:

npm run package
npx ovsx publish whisper-theme-1.0.0.vsix -p <token>

License

MIT — see LICENSE.

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