Yazi: Fix title colors.
This commit is contained in:
parent
58f7236ff3
commit
a0ff993ad1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue