From 9cace50bb1a0d9769a7b8bffe86f883bc96c2a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 28 Oct 2025 16:42:53 +0800 Subject: [PATCH] fzf: make more readable --- nix/homeModules/common/fzf.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nix/homeModules/common/fzf.nix b/nix/homeModules/common/fzf.nix index 6a62bea8..70e94458 100644 --- a/nix/homeModules/common/fzf.nix +++ b/nix/homeModules/common/fzf.nix @@ -3,9 +3,8 @@ "--cycle" "--border=none" "--preview-window=wrap" - # TODO: This makes the unmatched harder to read - "--color=fg:#a0a1a7,bg:#fdf6e3,hl:#073642" - "--color=fg+:#a0a1a7,bg+:#f0e5c9,hl+:#073642" + "--color=fg:#073642,bg:#fdf6e3,hl:#af005f" + "--color=fg+:#073642,bg+:#f0e5c9,hl+:#af005f" "--color=info:#268bd2,prompt:#5f5faf,pointer:#073642" "--color=marker:#268bd2,spinner:#5f5faf,header:#073642" "--color=gutter:#eeeadd"