https://github.com/krasimir/kalia
VSCode color theme / extension
https://github.com/krasimir/kalia
Last synced: 6 months ago
JSON representation
VSCode color theme / extension
- Host: GitHub
- URL: https://github.com/krasimir/kalia
- Owner: krasimir
- License: mit
- Created: 2020-03-06T04:59:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T11:09:51.000Z (12 months ago)
- Last Synced: 2025-03-25T16:56:07.652Z (7 months ago)
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=krasimir.kalia
- Size: 5.62 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Kalia
Kalia is a [VSCode](https://code.visualstudio.com/) extension/dark theme.
- Pastel colors near monochromic. Contextual syntax-highlighting.
- Balanced contrast. Carefully selected styling to help you focus on the code's flow.
- A tick line on the left showing the top function scope.
## Installation
0. Download the `.vsix` file from the `dist` folder
1. View -> Command Palette -> Extensions: Install from VSIX
2. Pick the `.vsix` file## How to develop the theme
1. Go to the folder of the project and run `code .`.
2. Then press F5 (Run -> Start debugging). The newly opened window is basically the preview of the theme. So, load some other project there. Change colors (themes/Kalia-color-theme.json) in the main window and see how they affect the code in the new window.