1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-13 12:31:07 +01:00
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";
};
};
}