From a0ff993ad1ab623ee59efb6d5371246013543b33 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 23 Nov 2024 07:46:14 +0300 Subject: [PATCH] Yazi: Fix title colors. --- home/file/yazi/module/Theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/file/yazi/module/Theme.nix b/home/file/yazi/module/Theme.nix index f0d46b02..e9f4d909 100644 --- a/home/file/yazi/module/Theme.nix +++ b/home/file/yazi/module/Theme.nix @@ -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;