diff --git a/home-modules/yazi.nix b/home-modules/yazi.nix index 9947cd6..5f5347b 100644 --- a/home-modules/yazi.nix +++ b/home-modules/yazi.nix @@ -360,8 +360,8 @@ in { }; pick = { border = { fg = border; }; - active = { fg = accent.base; }; - inactive = { fg = subtle.base; }; + active = { fg = accent.bright; }; + inactive = { fg = subtle.bright; }; }; status = { # sep_right = { open = ""; close = ""; }; @@ -379,7 +379,7 @@ in { indicator = { # your "cursor" parent = { fg = secondary.darker; bg = secondary.base; }; current = { fg = accent.darker; bg = accent.base; }; - preview = { fg = secondary.base; bg = secondary.dark; }; + preview = { fg = secondary.base; bg = secondary.darker; }; # padding = { open = " "; close = " "; }; }; cmp = {