wip new themes

This commit is contained in:
Danilo Reyes 2025-10-02 21:55:03 -06:00
parent ac3eb36ab0
commit 1ba04c465f
2 changed files with 14 additions and 2 deletions

View File

@ -56,6 +56,18 @@ in
polarity = "dark"; polarity = "dark";
image = "${wallpapers}/Waay-Ballerinas.jpeg"; image = "${wallpapers}/Waay-Ballerinas.jpeg";
}; };
febroary = mkScheme {
color = "green";
name = "gruvbox-light";
polarity = "light";
image = "${wallpapers}/febroary.jpg";
};
paul3 = mkScheme {
color = "yellow";
name = "mexico-light";
polarity = "light";
image = "${wallpapers}/paul3.jpg";
};
paul = mkScheme { paul = mkScheme {
color = "green"; color = "green";
name = "valua"; name = "valua";
@ -99,7 +111,7 @@ in
base0A = "#daa520"; # goldenrod base0A = "#daa520"; # goldenrod
base0B = "#228b22"; # forest green base0B = "#228b22"; # forest green
base0C = "#20b2aa"; # light sea green base0C = "#20b2aa"; # light sea green
base0D = "#4169e1"; # royal blue base0D = "#daa520"; # goldenrod
base0E = "#8b008b"; # dark magenta base0E = "#8b008b"; # dark magenta
base0F = "#dc143c"; # crimson base0F = "#dc143c"; # crimson
}; };

View File

@ -9,7 +9,7 @@ let
schemesFile = import ./schemes.nix { schemesFile = import ./schemes.nix {
inherit pkgs inputs; inherit pkgs inputs;
}; };
scheme = schemesFile.schemes.cheems; scheme = schemesFile.schemes.febroary;
cfg = config.my.stylix; cfg = config.my.stylix;
gnomeEnabled = config.services.xserver.desktopManager.gnome.enable; gnomeEnabled = config.services.xserver.desktopManager.gnome.enable;
in in