zellij: custom theme on mac

This commit is contained in:
Sridhar Ratnakumar 2023-04-07 12:30:06 -04:00
parent 50e2480636
commit c03d0bbc0e

View file

@ -43,6 +43,22 @@
zellij = {
enable = true;
settings = {
theme = if pkgs.system == "aarch64-darwin" then "dracula" else "default";
themes.dracula = {
fg = [ 248 248 242 ];
bg = [ 40 42 54 ];
black = [ 0 0 0 ];
red = [ 255 85 85 ];
green = [ 80 250 123 ];
yellow = [ 241 250 140 ];
blue = [ 98 114 164 ];
magenta = [ 255 121 198 ];
cyan = [ 139 233 253 ];
white = [ 255 255 255 ];
orange = [ 255 184 108 ];
};
};
};
# Better terminal, with good rendering.