mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 18:22:35 +08:00
zellij: custom theme on mac
This commit is contained in:
parent
50e2480636
commit
c03d0bbc0e
1 changed files with 16 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue