This commit is contained in:
2025-08-29 15:25:40 +02:00
parent 26440bfeee
commit f3821f0dfa
201 changed files with 2461 additions and 1546 deletions

View File

@@ -1,8 +1,14 @@
{
programs.yazi.theme.help = {
on = {fg = "#fe8019";};
exec = {fg = "#83a598";};
desc = {fg = "#928374";};
on = {
fg = "#fe8019";
};
exec = {
fg = "#83a598";
};
desc = {
fg = "#928374";
};
hovered = {
bg = "#504945";
bold = true;