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

16 lines
258 B
Nix

{
programs.yazi.theme.help = {
on = {fg = "#fe8019";};
exec = {fg = "#83a598";};
desc = {fg = "#928374";};
hovered = {
bg = "#504945";
bold = true;
};
footer = {
fg = "#3c3836";
bg = "#a89984";
};
};
}