Yazi : Fix borders.

This commit is contained in:
Dmitry Voronin 2024-06-30 00:31:43 +03:00
parent 70e6ae06ed
commit b314f658c9
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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; };
};
}