Kalia is a VSCode 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
- Download the
.vsixfile from thedistfolder - View -> Command Palette -> Extensions: Install from VSIX
- Pick the
.vsixfile
How to develop the theme
- Go to the folder of the project and run
code .. - 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.
