This commit is contained in:
2026-02-20 11:34:24 +00:00
parent ac8975f65c
commit 996bbbb2fc
5 changed files with 21 additions and 50 deletions

View File

@@ -1,23 +0,0 @@
[colors]
foreground=#e2e3d9
background=#11140e
selection-foreground=#29341f
selection-background=#becbae
regular0=#4c4c4c
regular1=#ac8a8c
regular2=#8aac8b
regular3=#aca98a
regular4=#add18d
regular5=#ac8aac
regular6=#8aacab
regular7=#e7e7e7
bright0=#9ea58d
bright1=#c49ea0
bright2=#9ec49f
bright3=#c4c19e
bright4=#a39ec4
bright5=#c49ec4
bright6=#9ec3c4
bright7=#f0f0f0

View File

@@ -1,25 +0,0 @@
[colors]
foreground=e2e3d9
background=11140e
selection-foreground=e2e3d9
selection-background=314e19
cursor = 11140e add18d
regular0=11140e
regular1=f0846c
regular2=6fd168
regular3=ffec72
regular4=9dc679
regular5=426027
regular6=add18d
regular7=d4dbce
bright0=82877d
bright1=ffb09f
bright2=a8faa3
bright3=fff3a5
bright4=c4e5a6
bright5=e0ffc4
bright6=ebffd9
bright7=fbfff8
dim-blend-towards=black

View File

@@ -5,6 +5,25 @@
include colors.conf include colors.conf
# END_KITTY_THEME # END_KITTY_THEME
#: Startup {{{
shell /usr/bin/fish -l -c "zellij; exec fish -l"
#: }}
#: Keybindings (disable kitty tabs for Zellij) {{{
map kitty_mod+t
map cmd+t
map kitty_mod+q
map cmd+w
map kitty_mod+right
map shift+cmd+]
map ctrl+tab
map kitty_mod+left
map shift+cmd+[
map ctrl+shift+tab
map kitty_mod+.
map kitty_mod+,
#: }}
#: Fonts {{{ #: Fonts {{{
#: kitty has very powerful font management. You can configure #: kitty has very powerful font management. You can configure

View File

@@ -237,7 +237,7 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; } Mod+Shift+Slash { show-hotkey-overlay; }
// APPLICATIONS // APPLICATIONS
Mod+T hotkey-overlay-title="Open main Terminal" { spawn "alacritty"; } Mod+T hotkey-overlay-title="Open main Terminal" { spawn "kitty"; }
Super+E hotkey-overlay-title="Open Nautilus" { spawn "nautilus"; } Super+E hotkey-overlay-title="Open Nautilus" { spawn "nautilus"; }
// SCRIPTS // SCRIPTS

View File

@@ -2,6 +2,6 @@
"lastChangelogVersion": "0.54.0", "lastChangelogVersion": "0.54.0",
"defaultProvider": "openrouter", "defaultProvider": "openrouter",
"defaultModel": "openai/gpt-5.2-codex", "defaultModel": "openai/gpt-5.2-codex",
"defaultThinkingLevel": "high", "defaultThinkingLevel": "minimal",
"theme": "matugen" "theme": "matugen"
} }