diff --git a/modules/yazi/hm.nix b/modules/yazi/hm.nix index f706930d..a41b9661 100644 --- a/modules/yazi/hm.nix +++ b/modules/yazi/hm.nix @@ -28,7 +28,7 @@ }; cwd = mkFg cyan; - hovered = (mkBoth base05 base02) // { + hovered = (mkBg base02) // { bold = true; }; preview_hovered = hovered; @@ -42,6 +42,10 @@ tab_active = mkBoth base00 blue; tab_inactive = mkBoth base05 base01; border_style = mkFg base04; + + count_copied = mkBoth base00 green; + count_cut = mkBoth base00 red; + count_selected = mkBoth base00 yellow; }; mode = {