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
- Go to theme's VS Code Marketplace page
- 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:
- Clone the repository
- Run
pnpm install to install development dependencies
- Run
pnpm start to automatically run the theme builder when files in src/ change
- Open the repository in vscode
- Start extension development host window by pressing
F5
- Open
Code > Preferences > Color Theme and pick "Koha"
- Make changes to the theme
- Commit your changes and open a PR
Help for working with theming
| |