mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
692a30f32f
* Create tokyonightDark.yaml added tokyonight dark-storm-ish that I hacked from my config and wanted to share. * Update and rename example/tokyonightDark.yaml to example/themes/tokyonightDark-theme.yaml create a theme folder inside the example config. Didn't want to add the 256 color because I don't think that I can recreate it with any degree of accuracy. * found the correct colors and added the original creator repo of the theme * feat: add example of various theme Co-authored-by: jaeheonji <atx6419@gmail.com> |
||
---|---|---|
.. | ||
layouts | ||
themes | ||
alt-centered-config.yaml | ||
config.yaml | ||
default.yaml | ||
README.md | ||
screen-overview.yaml | ||
screen.nonfunctional | ||
tmux-overview.yaml | ||
tmux.nonfunctional |
Special considerations when using the configuration:
While trying to bind the newline character in the Config, use double quotes:
Ctrl: "\n"
instead of Ctrl: '\n'