summaryrefslogtreecommitdiffstats
path: root/example
AgeCommit message (Collapse)Author
2023-04-27feat: provide default themes (#2307)Jae-Heon Ji
* refactor: move themes to zellij-assets * feat: add theme to the binary * chore: move new theme from example to assets
2023-04-26feat(themes): add nightfox themes (#2384)EdenEast
2023-03-15chore(assets): update layout examples to .kdl from .yaml (#2250)Cale Flatley
2023-03-15chore(themes): add menace (#2257)Oleks Gnatovskyi
Co-authored-by: Oleks Pickle <aleks.work2222+gh@gmail.com>
2023-03-07chore(release): v0.35.0v0.35.0Aram Drevekenin
2023-03-06chore(repo): revert theme pr (#2229)Aram Drevekenin
* Revert "feat: add self-provided themes (#2224)" This reverts commit 63bfe9c5e495481da97c7c566a727216de75c8a7. * Revert "docs(changelog): add self-provided themes" This reverts commit 364f0e7c44921c23eef69c0f2d5fa4ff31aeb336.
2023-03-06feat: add self-provided themes (#2224)Jae-Heon Ji
* chore: move themes to default assets * feat: add self-provided themes * fix: embed themes into binary
2023-02-13feat(themes): add pencil light (#2157)Aral Balkan
2023-01-03add tmux close pane key (#2058)Cason Adams
* add tmux close pane key * chore: update snapshots for new keybind Co-authored-by: Jae-Heon Ji <atx6419@gmail.com>
2022-12-09chore(release): v0.34.0v0.34.0Aram Drevekenin
2022-11-30fix(themes): missing tokyo-night-dark theme (#1972)Jae-Heon Ji
2022-11-17fix(themes/catppuccin): black and white inverted (#1953)Jae-Heon Ji
2022-11-16feat(themes): add catppuccin themes (#1937)Jae-Heon Ji
* feat(themes): add catppuccin themes * chore: add official link
2022-11-10chore(release): v0.33.0v0.33.0Aram Drevekenin
2022-11-08docs(examples): create kanagawa.kdl (#1913)Serif-7
* Create kanagawa.kdl * style(format): adjust indentation Co-authored-by: Aram Drevekenin <aram@poor.dev>
2022-11-08fix(examples): convert ALT-centered config to kdl and smoothify (#1910)matu3ba
- Alt-hjkl for pane movements everywhere - faster pane creation in pane mode with hjkl - add space to exit mode, if it does not break workflow - dense: only 127 LOC keybindings, 7 LOC general config - comment-heavy (for potential useful things): 61 LOC comments
2022-10-29docs(example): update README.md (#1877)Jae-Heon Ji
2022-10-28feat: support multiple themes in one file (#1855)Jae-Heon Ji
* feat: support multiple themes in a one file * chore: update example of multiple themes to gruvbox
2022-10-28fix(themes): fix error in everforest themes (#1874)Thomas Linford
2022-10-28Add everforest theme in theme examples (#1873)Nrishinghananda Roy
2022-10-25chore(version): bump development versionAram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
* chore(config): default kdl keybindings config * tests * work * refactor(config): move stuff around * work * tab merge layout * work * work * layouts working * work * layout tests * work * work * feat(parsing): kdl layouts without config * refactor(kdl): move stuff around * work * tests(layout): add cases and fix bugs * work * fix(kdl): various bugs * chore(layouts): move all layouts to kdl * feat(kdl): shared keybidns * fix(layout): do not count fixed panes toward percentile * fix(keybinds): missing keybinds and actions * fix(config): adjust default tips * refactor(config): move stuff around * fix(tests): make e2e tests pass * fix(kdl): add verbose parsing errors * fix(kdl): focused tab * fix(layout): corret default_tab_template behavior * style(code): fix compile warnings * feat(cli): send actions through the cli * fix(cli): exit only when action is done * fix(cli): open embedded pane from floating pane * fix(cli): send actions to other sessions * feat(cli): command alias * feat(converter): convert old config * feat(converter): convert old layout and theme files * feat(kdl): pretty errors * feat(client): convert old YAML files on startup * fix: various bugs and styling issues * fix: e2e tests * fix(screen): propagate errors after merge * style(clippy): lower clippy level * fix(tests): own session_name variable * style(fmt): rustfmt * fix(cli): various action fixes * style(fmt): rustfmt * fix(themes): loading of theme files * style(fmt): rustfmt * fix(tests): theme fixtures * fix(layouts): better errors on unknown nodes * fix(kdl): clarify valid node terminator error * fix(e2e): adjust close tab test * fix(e2e): adjust close tab test again * style(code): cleanup some comments
2022-07-29Adding solarized-light (#1608)TornaxO7
2022-07-28chore(release): v0.31.0v0.31.0Aram Drevekenin
2022-06-14fix(themes): gruvbox-dark (#1499)a-kenji
2022-06-13fix(themes): unify filename and themename usage (#1492)a-kenji
2022-06-09remove: obsolete nonfunctional configurations (#1474)a-kenji
The nonfunctional configurations are not needed anymore, the `tmux-overview` configuration is also not needed anymore, since there is now a prefix mode that emulates some tmux behaviour, which is already a good example in the default configuration.
2022-06-07chore(release): v0.30.0v0.30.0Aram Drevekenin
2022-05-24chore(assets): update Dracula Theme (#1435)Mathieu Santostefano
* Update Dracula Theme Dracula theme already exists in https://github.com/dracula/zellij * Add link to dracula theme repo
2022-05-02chore(release): v0.29.0v0.29.0Aram Drevekenin
2022-04-13chore(release): v0.28.0v0.28.0Aram Drevekenin
2022-04-08feat(theme): add nord theme to example (#1304)smonv
2022-04-02Improve theme usage + add default ones (#1274)Kunal Mohan
* Remove gray from theme config and improve colors for dark themes * improve theme usage * Add new themes and minor fixes * improve tokyo-night theme according to new changes * Fix formatting * change default black colour * docs(CHANGELOG): #1274 improve themes
2022-03-31chore(release): v0.27.0v0.27.0Aram Drevekenin
2022-03-11chore(release): v0.26.0v0.26.0Aram Drevekenin
2022-02-22chore(release): v0.25.0v0.25.0Aram Drevekenin
2022-01-28Create tokyonightDark.yaml (#1015)Henri
* 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-05chore(release): v0.24.0v0.24.0Aram Drevekenin
2022-01-04docs(config): add ALT-centered example with usage instructions (#989)matu3ba
justification: - 1. ca. 200 LOC vs ca. 350 LOC - 2. 1 common prefix instead of 2 - 3. 2 ways instead of 4 to get back to normal mode (Esc+Enter) - 4. mode switching only from and to normal mode - 5. remove 4 modes without loss of functionality(except adjusting titles) - 6. second key for mappings to switch to mode memorable
2021-12-13chore(release): v0.22.0v0.22.0Aram Drevekenin
2021-12-09chore: update example layout (#926)Jae-Heon Ji
2021-11-29chore(release): v0.21.0v0.21.0Aram Drevekenin
2021-11-08chore(release): v0.20.0v0.20.0Aram Drevekenin
2021-10-20chore(release): v0.19.0Aram Drevekenin
2021-09-29fix(e2e): new fullscreen snapshotAram Drevekenin
2021-09-21Update default config (#737)a-kenji
2021-09-06fix(example) Update NewTab action in example/default.yaml to new syntax (#693)sudo_synul
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
* adjust example layouts and move them from `./example` to `./example/layouts` * simplify the deserialization of the layout * layouts are now constructed as follows: ``` --- template: direction: Horizontal parts: - direction: Vertical borderless: true split_size: Fixed: 1 run: plugin: tab-bar - direction: Vertical body: true # <== The body section specifies the position of the # inserted tab - direction: Vertical borderless: true split_size: Fixed: 2 run: plugin: status-bar tabs: - direction: Vertical - direction: Vertical ```
2021-08-02Change layout panics to errorsa-kenji
* Adjust and add tests for the change
2021-08-01Add example tab layoutsa-kenji