summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 7 insertions, 10 deletions
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 <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