2.home-manager/tests/modules/programs/vivid/themes/tiny.nix

15 lines
237 B
Nix

{
colors = {
primary = "00aaff";
secondary = "ff00aa";
};
core = {
directory = {
foreground = "primary";
};
"executable-file" = {
foreground = "secondary";
"font-style" = "bold";
};
};
}