summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix49
1 files changed, 32 insertions, 17 deletions
diff --git a/lib/common.nix b/lib/common.nix
index dd81d81..1c61c59 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -159,26 +159,41 @@ in {
enable = true;
enableBashIntegration = true;
colors = {
- # catppuccin-latte
# https://github.com/catppuccin/fzf
- # TODO: use catppuccin/nix, and swtich based on xtheme
- "bg+" = "#ccd0da";
- "bg" = "#eff1f5";
- "hl" = "#d20f39";
- "fg" = "#4c4f69";
- "header" = "#d20f39";
- "info" = "#8839ef";
- "pointer" = "#dc8a78 ";
- "marker" = "#dc8a78";
- "fg+" = "#4c4f69";
- "hl+" = "#d20f39";
+ # TODO: use catppuccin/nix, and switch based on xtheme
+ # catppuccin-mocha
+ "bg+" = "#313244";
+ "bg" = "#1e1e2e";
+ "hl" = "#f38ba8";
+ "fg" = "#cdd6f4";
+ "header" = "#f38ba8";
+ "info" = "#cba6f7";
+ "pointer" = "#f5e0dc";
+ "marker" = "#b4befe";
+ "fg+" = "#cdd6f4";
+ "hl+" = "#f38ba8";
+ # these are no longer supported
+ # "prompt" = "#cba6f7";
+ # "spinner" = "#f5e0dc";
# 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";
+ # "selected-bg" = "#45475a";
+
+ # catppucin-latte:
+ # "bg+" = "#ccd0da";
+ # "bg" = "#eff1f5";
+ # "hl" = "#d20f39";
+ # "fg" = "#4c4f69";
+ # "header" = "#d20f39";
+ # "info" = "#8839ef";
+ # "pointer" = "#dc8a78 ";
+ # "marker" = "#dc8a78";
+ # "fg+" = "#4c4f69";
+ # "hl+" = "#d20f39";
+ # "selected-bg" = "#51576d";
+ # "selected-hl" = "#e78284";
+ # "prompt" = "#8839ef";
+ # "spinner" = "#dc8a78";
};
defaultCommand = "rg --files";
changeDirWidgetCommand = "fd --type d"; # M-c