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