Yazi : Fix borders.
This commit is contained in:
parent
70e6ae06ed
commit
b314f658c9
|
@ -25,9 +25,9 @@ in {
|
||||||
bg = "#${config.style.color.accent}";
|
bg = "#${config.style.color.accent}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
select = { inherit borderLight; };
|
select = { border = borderLight; };
|
||||||
input = { inherit borderLight; };
|
input = { border = borderLight; };
|
||||||
completion = { inherit borderLight; };
|
completion = { border = borderLight; };
|
||||||
tasks = { inherit borderLight; };
|
tasks = { border = borderLight; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue