summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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