Update themes

This commit is contained in:
2023-04-11 02:34:13 -05:00
parent afa28983e1
commit b1fb865ab0
23 changed files with 369 additions and 21 deletions

19
zellij/themes/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Themes
Themes can contain different flavors in one file, or can be created as individual files.
Example:
```
gruvbox.kdl
├─ gruvbox-light
└─ gruvbox-dark
or
gruvbox-light.kdl
└─ gruvbox-light
gruvbox-dark.kdl
└─ gruvbox-dark
```