|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| cyberdream-light.kdl | ||
| cyberdream.kdl | ||
README.md
Usage
Install
-
Save the contents of either theme file:
- Dark theme: Save
cyberdream.kdlto~/.config/zellij/themes/cyberdream.kdl - Light theme: Save
cyberdream-light.kdlto~/.config/zellij/themes/cyberdream-light.kdl
If the directory doesn't exist, create it first with:
mkdir -p ~/.config/zellij/themes - Dark theme: Save
-
Apply the theme by either:
- Adding to your
config.kdl:// For dark theme theme "cyberdream" // Or for light theme theme "cyberdream-light" - Or launching zellij with the theme flag:
# For dark theme zellij --theme cyberdream # For light theme zellij --theme cyberdream-light
- Adding to your
See the Zellij Themes documentation for more information about custom themes.