zellij/example
Henri 692a30f32f
Create tokyonightDark.yaml (#1015)
* 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>
2022-01-28 01:12:58 +09:00
..
layouts chore: update example layout (#926) 2021-12-09 18:38:18 +01:00
themes Create tokyonightDark.yaml (#1015) 2022-01-28 01:12:58 +09:00
alt-centered-config.yaml docs(config): add ALT-centered example with usage instructions (#989) 2022-01-04 17:35:44 +01:00
config.yaml Add Option for Simplified Layout 2021-05-10 16:03:06 +02:00
default.yaml chore(release): v0.24.0 2022-01-05 10:37:31 +01:00
README.md Add Unbind for Keybindings (#241) 2021-04-17 15:05:34 +02:00
screen-overview.yaml Minor Visibility problem fixed: 2021-04-28 05:27:10 -07:00
screen.nonfunctional Added Screen-overview.yaml & Screen.nonfunctional.txt 2021-04-27 20:01:17 -07:00
tmux-overview.yaml New behavior for h and l 2021-05-09 17:05:14 -03:00
tmux.nonfunctional Requested Changes to 362: 2021-04-25 11:52:31 -07:00

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'