punk theme
All checks were successful
Build All Color Schemes / build-schemes (push) Successful in 1h1m21s
All checks were successful
Build All Color Schemes / build-schemes (push) Successful in 1h1m21s
This commit is contained in:
@@ -116,5 +116,28 @@ in
|
||||
base0F = "#dc143c"; # crimson
|
||||
};
|
||||
};
|
||||
punk = mkScheme {
|
||||
color = "red";
|
||||
polarity = "light";
|
||||
image = "${wallpapers}/punk.jpeg";
|
||||
base16Scheme = {
|
||||
base00 = "#f7f3ee";
|
||||
base01 = "#efe6dc";
|
||||
base02 = "#e1d3c6";
|
||||
base03 = "#c8b2a0";
|
||||
base04 = "#a18673";
|
||||
base05 = "#6e5646";
|
||||
base06 = "#3f2f28";
|
||||
base07 = "#1a1512";
|
||||
base08 = "#c7423a";
|
||||
base09 = "#d28b61";
|
||||
base0A = "#c9a24c";
|
||||
base0B = "#7d8b6a";
|
||||
base0C = "#5f8f8a";
|
||||
base0D = "#4f6a86";
|
||||
base0E = "#8a5b6a";
|
||||
base0F = "#8b5a3c";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ let
|
||||
schemesFile = import ./schemes.nix {
|
||||
inherit pkgs inputs;
|
||||
};
|
||||
scheme = schemesFile.schemes.space;
|
||||
scheme = schemesFile.schemes.punk;
|
||||
cfg = config.my.stylix;
|
||||
gnomeEnabled = config.services.desktopManager.gnome.enable;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user