A warm gold-on-black theme. Dark and light.
One palette, shared across editors, terminals, and tools.
| Platform | Status | Where |
|---|---|---|
| VS Code (and Cursor, Windsurf, VSCodium) | Released | platforms/vscode |
| JetBrains / Android Studio | Buildable locally | platforms/jetbrains |
| Obsidian | Buildable locally | platforms/obsidian |
More ports (terminals, and other tools) are tracked in docs/theme-platforms.md.
scripts/build.sh builds any platform and drops the artifact in builds/. Run it with no arguments for a menu, or name a target:
scripts/build.sh # interactive menu
scripts/build.sh all # every platform
scripts/build.sh vscode # just one
scripts/build.sh vscode jetbrains
scripts/build.sh list # print known platforms
platforms/vscode/README.md.docs/install.md.docs/install.md.palette.json canonical color database (source of truth for every port)
platforms/
vscode/ VS Code extension (released flagship port)
jetbrains/ IntelliJ-platform plugin: UI theme + editor scheme
obsidian/ Obsidian theme: manifest.json + theme.css
scripts/ build.sh: build any platform into builds/
docs/ install guide, release runbook, platform map
images/ screenshots used by the READMEs
builds/ build output (gitignored)
palette.json is the color source. Every port derives from it, so a color change starts there and flows outward.