mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 02:31:54 -05:00
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
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:
parent
eba12ee28b
commit
21bbe6597e
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue