12 lines
150 B
Nix
12 lines
150 B
Nix
{
|
|
programs.yazi.theme.select = {
|
|
border = {
|
|
fg = "#504945";
|
|
};
|
|
active = {
|
|
fg = "#fe8019";
|
|
};
|
|
inactive = { };
|
|
};
|
|
}
|