Files
cnix/modules/home/programs/yazi/theme/select.nix
2025-08-29 15:25:40 +02:00

12 lines
150 B
Nix

{
programs.yazi.theme.select = {
border = {
fg = "#504945";
};
active = {
fg = "#fe8019";
};
inactive = { };
};
}