wip new themes
This commit is contained in:
parent
ac3eb36ab0
commit
1ba04c465f
@ -56,6 +56,18 @@ in
|
||||
polarity = "dark";
|
||||
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 {
|
||||
color = "green";
|
||||
name = "valua";
|
||||
@ -99,7 +111,7 @@ in
|
||||
base0A = "#daa520"; # goldenrod
|
||||
base0B = "#228b22"; # forest green
|
||||
base0C = "#20b2aa"; # light sea green
|
||||
base0D = "#4169e1"; # royal blue
|
||||
base0D = "#daa520"; # goldenrod
|
||||
base0E = "#8b008b"; # dark magenta
|
||||
base0F = "#dc143c"; # crimson
|
||||
};
|
||||
|
||||
@ -9,7 +9,7 @@ let
|
||||
schemesFile = import ./schemes.nix {
|
||||
inherit pkgs inputs;
|
||||
};
|
||||
scheme = schemesFile.schemes.cheems;
|
||||
scheme = schemesFile.schemes.febroary;
|
||||
cfg = config.my.stylix;
|
||||
gnomeEnabled = config.services.xserver.desktopManager.gnome.enable;
|
||||
in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user