Add zellij config

This commit is contained in:
Daniel Lynn 2021-09-07 11:34:40 -05:00
parent fae40dcdeb
commit 38403d6182
Signed by: daniel
GPG Key ID: 28496A140E180A9D
2 changed files with 16 additions and 0 deletions

View File

@ -39,3 +39,6 @@ gitignore = { source = "gitignore", target = ".gitignore" }
# gpg
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
View 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]