aly: set colors
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-09 01:00:08 -04:00
parent eba12ee28b
commit 21bbe6597e

View file

@ -184,8 +184,8 @@ in {
background-color: @window_bg_color; background-color: @window_bg_color;
}''; }'';
in { in {
gtk3.extraCss = nordCss; # gtk3.extraCss = nordCss;
gtk4.extraCss = nordCss; # gtk4.extraCss = nordCss;
}; };
programs = { programs = {
@ -247,8 +247,8 @@ in {
auto_install_extensions = {nord = true;}; auto_install_extensions = {nord = true;};
theme = { theme = {
dark = "Nord Dark"; dark = "Rosé Pine Moon";
light = "Nord Light"; light = "Rosé Pine Dawn";
mode = "system"; mode = "system";
}; };
}; };
@ -270,9 +270,11 @@ in {
colors = { colors = {
text = "#FFFFFF"; text = "#FFFFFF";
background = "#2E3440"; background = "#2a273f";
primary = "#8FBCBB"; secondary = "#ea9a97";
secondary = "#CA9EE6"; primary = "#3e8fb0";
inactive = "#393552";
shadow = "#232136";
}; };
wallpaper = "${config.xdg.dataHome}/backgrounds/wallhaven-6d7xmx.jpg"; wallpaper = "${config.xdg.dataHome}/backgrounds/wallhaven-6d7xmx.jpg";