mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-13 12:31:07 +01:00
15 lines
237 B
Nix
15 lines
237 B
Nix
{
|
|
colors = {
|
|
primary = "00aaff";
|
|
secondary = "ff00aa";
|
|
};
|
|
core = {
|
|
directory = {
|
|
foreground = "primary";
|
|
};
|
|
"executable-file" = {
|
|
foreground = "secondary";
|
|
"font-style" = "bold";
|
|
};
|
|
};
|
|
}
|