QUOIR7BW2PZP3TJ2BXPQDOHGYOQKTBXFDK3ZQNAEZS6USSZHCAKAC
3PLW22JL4I4ZXBYEVFQWVREK4PU3UW2A2OFHUQKN7KWLGB3O4UTAC
2EFJUR2TVLHO4R4YRZFLOJKC742HPFI5MOA7II3Y3Z3KOHDNE5JAC
Z7BQUZ2VVUNF5ME5QWKITLDG343SX3DQAQDTPQ36T4LIY6UAFVWQC
RPGBGVR75LTVQ7OV2WIJV5PTTF5D7QDJSJI2MPEY4HPHCWWIY3WQC
EG4DUC4NREW5NTDKCRTDRFTPVDAYCGT4TGU2Y3XC43HHTYQPHA3AC
H3GYCX27WTONFBIJN7UIV26LJSCENQJC4XXIOEYINXJLEDGKYJJQC
TXA66OLAOYNGEDRBC4SKWDZPLBZXUU7WHDIAYN4TXGEJR6WIJOIQC
NNUJU4U7H6QBAKSVR2N5NGQDODJFAJ6UWFU6N656WU2ORRG7RQRQC
# Theme adapted from https://github.com/catppuccin/zellij/blob/main/catppuccin.yaml
p: {
bg = p.surface2;
fg = p.text;
red = p.red;
green = p.green;
blue = p.blue;
yellow = p.yellow;
magenta = p.pink;
orange = p.peach;
cyan = p.sky;
black = p.mantle;
white = p.text;
}
theme: {
fg = theme.primary.foreground;
bg = theme.primary.background;
black = theme.dark.black;
red = theme.bright.red;
green = theme.bright.green;
yellow = theme.bright.yellow;
blue = theme.bright.blue;
magenta = theme.bright.magenta;
cyan = theme.bright.cyan;
white = theme.bright.white;
orange = theme.bright.orange;
}
themes.default = {
fg = theme.primary.foreground;
bg = theme.primary.background;
black = theme.dark.black;
red = theme.bright.red;
green = theme.bright.green;
yellow = theme.bright.yellow;
blue = theme.bright.blue;
magenta = theme.bright.magenta;
cyan = theme.bright.cyan;
white = theme.bright.white;
orange = theme.bright.orange;
};
themes.default = theme.apps.zellij;