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