Overview Version History Q & A Rating & Review
Kiboku color theme for Visual Studio Code
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!
Install
Go to VS Code Marketplace
Click on the "Install" button
Recommended VS Code settings
Enable semantic token colors by adding following to your settings.json
"editor.semanticTokenColorCustomizations": {
"enabled": true
},
Contribute
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 in src/
change
Make changes to the theme
Commit your changes and open a PR
Help for working with theming
Available also for these applications