This commit is contained in:
암냥 2026-09-09 12:12:31 +09:00
commit 123e8492a6
7 changed files with 939 additions and 0 deletions

26
readme.md Normal file
View file

@ -0,0 +1,26 @@
# Kawa
A soft pink VS Code color theme based on the Kawa palette.
## Install
Search for **Kawa** in the Extensions view, then select either:
`Preferences: Color Theme``Kawa Dark` or `Kawa Light`
The theme uses the same semantic palette in both modes: plum/pink in dark mode and soft rose/off-white in light mode.
## Palette
- Dark background: `hsl(315 21% 8%)`
- Light background: `hsl(340 40% 98%)`
- Foreground: `hsl(315 21% 8%)` / `hsl(0 0% 98%)`
- Accent: soft pink
Theme JSON files are generated from the compact source palette:
```sh
npm run build:themes
```
Repository: https://github.com/imnyang/kawa