feat: add more configurations and a new theme

- a theme based on carbon and vim high contrast
- modify layouts in zellij and add support for swaps
- add snippets

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-03-27 16:03:07 +05:30
committed by Morumotto
parent c2786c7f96
commit c87e2e3c9e
17 changed files with 893 additions and 272 deletions
+46
View File
@@ -0,0 +1,46 @@
layout {
pane split_direction="vertical" {
pane {
command "hx"
args "."
focus true
size "60%"
name "Editor"
}
pane stacked=true {
pane {
name "Terminal"
}
pane {
name "LazyGit"
command "lazygit"
}
}
}
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
swap_tiled_layout name="stacked" {
tab {
pane stacked=true {
pane {
command "hx"
args "."
focus true
name "Editor"
}
pane {
name "Terminal"
}
pane {
name "LazyGit"
command "lazygit"
}
}
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}
}
}