nix-config/colors/default.nix
2023-01-10 20:19:20 -08:00

8 lines
230 B
Nix

let
theme = import ./everforest;
in
{
undefined = "#ff00ff";
fg1 = "#ffffff";
css = lib: lib.strings.concatStringsSep "\n" (lib.attrValues (lib.mapAttrs (k: v: " --${k}: ${v};") theme.colors));
} // theme // theme.colors