Yazi: Fix title colors.
This commit is contained in:
parent
58f7236ff3
commit
a0ff993ad1
|
@ -57,7 +57,7 @@ in {
|
||||||
input = {
|
input = {
|
||||||
border = borderLight; # ISSUE: Currently broken, stays blue.
|
border = borderLight; # ISSUE: Currently broken, stays blue.
|
||||||
selected = select;
|
selected = select;
|
||||||
title = text;
|
title = borderLight;
|
||||||
value = text;
|
value = text;
|
||||||
};
|
};
|
||||||
completion = {
|
completion = {
|
||||||
|
@ -68,7 +68,7 @@ in {
|
||||||
tasks = {
|
tasks = {
|
||||||
border = borderLight;
|
border = borderLight;
|
||||||
hovered = hover;
|
hovered = hover;
|
||||||
title = text;
|
title = borderLight;
|
||||||
};
|
};
|
||||||
which = {
|
which = {
|
||||||
cand = text;
|
cand = text;
|
||||||
|
|
Loading…
Reference in a new issue