From 5c631f0cdb8ee3238ff054d171dd8babd158047b Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Wed, 25 Mar 2026 09:48:53 +0000 Subject: docs: add themeName to readme --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 44ccb02..f5bfb35 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,14 @@ go mod tidy 3. Run the generator ```bash -make +make build ``` +(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 -- cgit v1.3.1