Updates
This commit is contained in:
parent
f9c2cf9f6e
commit
33d1355303
1 changed files with 16 additions and 1 deletions
|
@ -3,6 +3,21 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableFishIntegration = 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;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue