mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
16 lines
237 B
Nix
16 lines
237 B
Nix
{
|
|
colors = {
|
|
primary = "00aaff";
|
|
secondary = "ff00aa";
|
|
};
|
|
core = {
|
|
directory = {
|
|
foreground = "primary";
|
|
};
|
|
"executable-file" = {
|
|
foreground = "secondary";
|
|
"font-style" = "bold";
|
|
};
|
|
};
|
|
}
|