A dark theme with focus on higlighting semantic syntax for VS Code.
This theme is under development. Feedback and contributions are appreciated and welcomed!
Works best with semantic token colors enabled!
- Go to VS Code Marketplace
- Click on the "Install" button
Enable semantic token colors by adding following to your settings.json
"editor.semanticTokenColorCustomizations": {
"enabled": true
},
- Clone repository
- Open the repository in Visual Studio Code
- Start Extension Development Host window by pressing
F5
- Open
Code > Preferences > Color Theme
and pick "Kiboku" - Run
npm install
to install development depedencies - Run
npm start
to automatically run the theme builder when files insrc/
change - Make changes to the theme
- Commit your changes and open a PR
- VS Code theme color API reference
- Examine syntax scopes by invoking the
Developer: Inspect Editor Tokens and Scopes
command from the Command Palette (ctrl + shift + p
/cmd + shift + p
) in the Extension Development Host window
- iTerm 2: kiboku-iterm