cheems ci test
This commit is contained in:
parent
56adbf671f
commit
2ff6ff45bf
@ -79,29 +79,29 @@ in
|
|||||||
base0F = "#5c8b55"; # swamp olive
|
base0F = "#5c8b55"; # swamp olive
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
cheems = mkScheme {
|
||||||
cheems = mkScheme {
|
color = "yellow";
|
||||||
color = "yellow";
|
name = "equilibrium-light";
|
||||||
name = "equilibrium-light";
|
polarity = "light";
|
||||||
polarity = "light";
|
image = ../wallpapers/cheems.png;
|
||||||
image = ../wallpapers/cheems.png;
|
base16Scheme = {
|
||||||
base16Scheme = {
|
base00 = "#f5f0e9"; # very light cream
|
||||||
base00 = "#f5f0e9"; # very light cream
|
base01 = "#e8ddd4"; # light beige
|
||||||
base01 = "#e8ddd4"; # light beige
|
base02 = "#d4c4b0"; # warm tan
|
||||||
base02 = "#d4c4b0"; # warm tan
|
base03 = "#b8a082"; # golden brown
|
||||||
base03 = "#b8a082"; # golden brown
|
base04 = "#9c7c5a"; # medium brown
|
||||||
base04 = "#9c7c5a"; # medium brown
|
base05 = "#7a5f3f"; # darker brown
|
||||||
base05 = "#7a5f3f"; # darker brown
|
base06 = "#5c4328"; # dark brown
|
||||||
base06 = "#5c4328"; # dark brown
|
base07 = "#3e2d1a"; # very dark brown
|
||||||
base07 = "#3e2d1a"; # very dark brown
|
base08 = "#d2691e"; # golden orange
|
||||||
base08 = "#d2691e"; # golden orange
|
base09 = "#cd853f"; # peru
|
||||||
base09 = "#cd853f"; # peru
|
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 = "#4169e1"; # royal blue
|
base0E = "#8b008b"; # dark magenta
|
||||||
base0E = "#8b008b"; # dark magenta
|
base0F = "#dc143c"; # crimson
|
||||||
base0F = "#dc143c"; # crimson
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
schemesFile = import ./schemes.nix { inherit pkgs; };
|
schemesFile = import ./schemes.nix { inherit pkgs; };
|
||||||
scheme = schemesFile.schemes.who;
|
scheme = schemesFile.schemes.cheems;
|
||||||
cfg = config.my.stylix;
|
cfg = config.my.stylix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user