Files
cnix/modules/home/programs/yazi/theme/select.nix

8 lines
125 B
Nix

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