From 1679d4f13d57149eb64a365138077fdba2b8430c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 12 Jul 2024 14:40:05 -0400 Subject: remove bad fzf color settings --- lib/common.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/common.nix b/lib/common.nix index 3b61b81..bdf01cd 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -164,7 +164,6 @@ in { # TODO: use catppuccin/nix, and swtich based on xtheme "bg+" = "#ccd0da"; "bg" = "#eff1f5"; - "spinner" = "#dc8a78"; "hl" = "#d20f39"; "fg" = "#4c4f69"; "header" = "#d20f39"; @@ -172,8 +171,14 @@ in { "pointer" = "#dc8a78 "; "marker" = "#dc8a78"; "fg+" = "#4c4f69"; - "prompt" = "#8839ef"; "hl+" = "#d20f39"; + # these are new colors, but doesn't work for me + # https://github.com/catppuccin/fzf/issues/10 + #"selected-bg" = "#51576d"; + #"selected-hl" = "#e78284"; + # these are no longer supported + #"prompt" = "#8839ef"; + #"spinner" = "#dc8a78"; }; defaultCommand = "rg --files"; changeDirWidgetCommand = "fd --type d"; # M-c -- cgit v1.2.3