summaryrefslogtreecommitdiffstats
path: root/example/themes/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'example/themes/README.md')
-rw-r--r--example/themes/README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/example/themes/README.md b/example/themes/README.md
index ec8da20b3..0102efe73 100644
--- a/example/themes/README.md
+++ b/example/themes/README.md
@@ -1,5 +1,19 @@
# Themes
-It contains examples showing how to write a theme.
+Themes can contain different flavors in one file, or can be created as individual files.
-If you would like to add a theme to zellij, please refer [zellij-utils/assets/themes](../../zellij-utils/assets/themes). \ No newline at end of file
+Example:
+
+```
+gruvbox.kdl
+├─ gruvbox-light
+└─ gruvbox-dark
+
+or
+
+gruvbox-light.kdl
+└─ gruvbox-light
+
+gruvbox-dark.kdl
+└─ gruvbox-dark
+```