Try using tokyo night terminal variant for nicer colours
This commit is contained in:
parent
3f004222b1
commit
4cb8443eea
|
@ -115,9 +115,9 @@
|
||||||
system = { inherit stateVersion; };
|
system = { inherit stateVersion; };
|
||||||
networking = { inherit hostName; };
|
networking = { inherit hostName; };
|
||||||
stylix = {
|
stylix = {
|
||||||
image = ./wallpapers/minimalistic/hearts.png;
|
image = ./wallpapers/default.jpg;
|
||||||
base16Scheme =
|
base16Scheme =
|
||||||
"${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
|
"${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity = {
|
opacity = {
|
||||||
applications = 0.8;
|
applications = 0.8;
|
||||||
|
|
Loading…
Reference in a new issue