summaryrefslogtreecommitdiffstats
path: root/example/themes/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-06 21:56:49 +0100
committerGitHub <noreply@github.com>2023-03-06 21:56:49 +0100
commitd0a780dd7c537e6a5d304e1a9e052c5f05d69628 (patch)
treed97d9b8285bcc72014b885b80ad2774017470843 /example/themes/README.md
parent0708c106d7eecf72f459a1f15800fa8427bd96bd (diff)
chore(repo): revert theme pr (#2229)
* Revert "feat: add self-provided themes (#2224)" This reverts commit 63bfe9c5e495481da97c7c566a727216de75c8a7. * Revert "docs(changelog): add self-provided themes" This reverts commit 364f0e7c44921c23eef69c0f2d5fa4ff31aeb336.
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
+```