Three calm color themes for VS Code, all sharing one teal accent.
Theme
Style
Kob Dark
Deep dark with strong contrast
Kob Light
Warm off-white, easy on the eyes
Kob Dim
Soft, low-contrast dark with pastel syntax colors
Install
Get the kob-theme-0.0.1.vsix file.
In VS Code, open the Extensions view (Ctrl+Shift+X) → … menu → Install from VSIX… and pick the file.
Or from a terminal: code --install-extension kob-theme-0.0.1.vsix
Run Developer: Reload Window, then press Ctrl+K Ctrl+T and pick a Kob theme.
To remove it: Extensions view → Kob Theme → Uninstall.
Development
The theme files in themes/ are generated from the palettes in scripts/palettes.js.
npm run build # regenerate themes/*.json and print a contrast report
npm run package # build a .vsix (requires @vscode/vsce)
Press F5 in VS Code to open an Extension Development Host with the themes loaded.