cheems ci test

This commit is contained in:
Danilo Reyes 2025-09-28 15:49:33 -06:00
parent 56adbf671f
commit 2ff6ff45bf
2 changed files with 24 additions and 24 deletions

View File

@ -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
}; };
}; };
};
} }

View File

@ -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
{ {