Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>koha-theme-vscodeNew to Visual Studio Code? Get it now.
koha-theme-vscode

koha-theme-vscode

mskri

|
27 installs
| (0) | Free
Koha theme for vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Koha color theme for vscode

A theme with focus on highlighting only the the important bits.

This theme is under development. Found an issue or have an improvement? Send a PR or open an issue!

Installation

  1. Go to theme's VS Code Marketplace page
  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
}

Want to contribute?

All contributions are welcome! Here's how to get started:

  1. Clone the repository
  2. Run pnpm install to install development dependencies
  3. Run pnpm start to automatically run the theme builder when files in src/ change
  4. Open the repository in vscode
  5. Start extension development host window by pressing F5
  6. Open Code > Preferences > Color Theme and pick "Koha"
  7. Make changes to the theme
  8. Commit your changes and open a PR

Help for working with theming

  • Visual Studio Code theme API reference
  • Examine syntax scopes by invoking Developer: Inspect Editor Tokens and Scopes command from the command palette (ctrl + shift + p / cmd + shift + p)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft