Yazi: Fix title colors.

This commit is contained in:
Dmitry Voronin 2024-11-23 07:46:14 +03:00
parent 58f7236ff3
commit a0ff993ad1
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -57,7 +57,7 @@ in {
input = {
border = borderLight; # ISSUE: Currently broken, stays blue.
selected = select;
title = text;
title = borderLight;
value = text;
};
completion = {
@ -68,7 +68,7 @@ in {
tasks = {
border = borderLight;
hovered = hover;
title = text;
title = borderLight;
};
which = {
cand = text;