diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-25 09:48:53 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-25 09:48:53 +0000 |
| commit | 5c631f0cdb8ee3238ff054d171dd8babd158047b (patch) | |
| tree | 268bf26b173c2558a839dd1101a695d841066090 /README.md | |
| parent | af806b047446203aa714ae23b880e17bcf715294 (diff) | |
docs: add themeName to readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -25,12 +25,14 @@ go mod tidy 3. Run the generator ```bash -make +make build <theme-name> ``` +(The `themeName` is optional and defaults to `modern-light`) + Or use the compiled binary: ```bash -make build +make build-release ./kite-release ``` @@ -59,11 +61,6 @@ Themes are located in the `themes/` directory. Available themes include: -* `modern-light.css` -* `modern-dark.css` -* `everforest.css` -* `rose-pine.css` -* `terminal-gruvbox.css` -* `tufte.css` - -To change a theme, update your layout or configuration to reference the desired CSS file. +- Modern Light +- Modern Dark +- Gruvbox |
