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.

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
- Create a publisher at marketplace.visualstudio.com/manage with ID
aberrantflux
- Create an Azure DevOps PAT with Marketplace → Manage scope
- 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.