Add zellij config
This commit is contained in:
parent
fae40dcdeb
commit
38403d6182
@ -39,3 +39,6 @@ gitignore = { source = "gitignore", target = ".gitignore" }
|
|||||||
|
|
||||||
# gpg
|
# gpg
|
||||||
gpg_agent = { source = "gnupg/gpg-agent.conf", target = ".gnupg/gpg-agent.conf" }
|
gpg_agent = { source = "gnupg/gpg-agent.conf", target = ".gnupg/gpg-agent.conf" }
|
||||||
|
|
||||||
|
# zellij
|
||||||
|
zellij = { source = "zellij", target = ".config/zellij" }
|
||||||
|
13
zellij/config.yaml
Normal file
13
zellij/config.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
themes:
|
||||||
|
default:
|
||||||
|
fg: [226, 226, 227]
|
||||||
|
bg: [44, 46, 52]
|
||||||
|
black: [24, 24, 25]
|
||||||
|
red: [252, 93, 124]
|
||||||
|
green: [158, 208, 114]
|
||||||
|
yellow: [231, 198, 100]
|
||||||
|
blue: [118, 204, 224]
|
||||||
|
magenta: [179, 157, 243]
|
||||||
|
cyan: [65, 69, 80]
|
||||||
|
white: [226, 226, 227]
|
||||||
|
orange: [243, 150, 96]
|
Loading…
x
Reference in New Issue
Block a user