Files
cnix/home/opt/yazi/theme/input.nix
2024-08-03 21:41:31 +02:00

9 lines
140 B
Nix

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