Files
cnix/modules/home/utils/yazi/theme/select.nix
2024-10-17 20:06:17 +02:00

8 lines
125 B
Nix

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