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

22 lines
294 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";
};
};
}