8 lines
118 B
Nix
8 lines
118 B
Nix
{color}: let
|
|
mkExt = name: text: fg: {
|
|
inherit name text fg;
|
|
};
|
|
in [
|
|
# (mkExt "nix" "" color.hexS.sky)
|
|
]
|