Skip to content

mskri/kiboku-vscode-theme

Repository files navigation

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!

Screenshot

Install

  1. Go to VS Code Marketplace
  2. 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

  1. Clone repository
  2. Open the repository in Visual Studio Code
  3. Start Extension Development Host window by pressing F5
  4. Open Code > Preferences > Color Theme and pick "Kiboku"
  5. Run npm install to install development depedencies
  6. Run npm start to automatically run the theme builder when files in src/ change
  7. Make changes to the theme
  8. Commit your changes and open a PR

Help for working with theming

Available also for these applications