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

9 lines
140 B
Nix

{
programs.yazi.theme.input = {
border = {fg = "#bdae93";};
title = {};
value = {};
selected = {reversed = true;};
};
}