This commit is contained in:
albert 2024-04-29 15:14:23 +09:00
parent f9c2cf9f6e
commit 33d1355303
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -3,6 +3,21 @@
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
#settings = '''';
settings = {
theme = "stylix";
themes.stylix = with config.lib.stylix.colors.withHashtag; {
bg = base02;
fg = base06;
red = base08;
green = base0B;
blue = base0D;
yellow = base0A;
magenta = base0E;
orange = base09;
cyan = base0C;
black = base00;
white = base07;
};
};
};
}