An open API service indexing awesome lists of open source software.

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

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.

![Kalia VSCode Theme](./kalia.png)

## 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.