cheems ci test
This commit is contained in:
parent
56adbf671f
commit
2ff6ff45bf
@ -79,7 +79,6 @@ in
|
|||||||
base0F = "#5c8b55"; # swamp olive
|
base0F = "#5c8b55"; # swamp olive
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
cheems = mkScheme {
|
cheems = mkScheme {
|
||||||
color = "yellow";
|
color = "yellow";
|
||||||
name = "equilibrium-light";
|
name = "equilibrium-light";
|
||||||
@ -104,4 +103,5 @@ in
|
|||||||
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