- Warm amber accents β a signature amber palette that keeps highlights visible without eye strain
- Deep slate background β a rich, near-neutral dark base that reduces glare during long sessions
- Single focused variant β one well-tuned
vs-darktheme rather than a sprawling set of half-finished alternatives - Consistent syntax β carefully mapped token colours across JavaScript, TypeScript, HTML, CSS, and more
- Soft UI chrome β activity bar, sidebar, and panel tones chosen to recede and let code take centre stage
Via Marketplace β open the Extensions view (Cmd+Shift+X), search November, and click Install.
Via CLI
code --install-extension kud.november-vscodeAfter installing, open the Command Palette (Cmd+Shift+P), run Preferences: Color Theme, and select November.
git clone https://github.com/kud/november-vscode.git
cd november-vscode
npm installEdit themes/november.json to adjust colours. Press F5 in VS Code to open an Extension Development Host and preview changes live.
| Script | Description |
|---|---|
npm run package |
Build a .vsix package into build/ |
npm run install-ext |
Package and install locally |
npm run release:patch |
Bump patch version, tag, and push |
npm run marketplace |
Open the VS Code Marketplace publisher page |
π Full documentation β november-vscode/docs
