summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-07-12 14:40:05 -0400
committerBen Sima <ben@bsima.me>2024-07-12 14:40:05 -0400
commit1679d4f13d57149eb64a365138077fdba2b8430c (patch)
treef5062277a65957c250ca458cb6dd1902108d87a1 /lib
parent27ad0496469c32325d023c0f67de5de700f0aebb (diff)
remove bad fzf color settings
Diffstat (limited to 'lib')
-rw-r--r--lib/common.nix9
1 files 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