Skip to content

Commit

Permalink
feat(fzf): catppuccin
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 27, 2024
1 parent 34389dd commit 866806f
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions modules/fzf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@
programs.fzf = {
enable = true;
enableFishIntegration = true;
# --> Rose Pine
# --> Catppuccin (Mocha)
colors = {
"bg+" = "#26233a";
"fg+" = "#e0def4";
"hl+" = "#ebbcba";
bg = "#191724";
border = "#403d52";
fg = "#908caa";
gutter = "#191724";
header = "#31748f";
hl = "#ebbcba";
info = "#9ccfd8";
marker = "#eb6f92";
pointer = "#c4a7e7";
prompt = "#908caa";
separator = "#403d52";
spinner = "#f6c177";
"bg+" = "#313244";
"fg+" = "#cdd6f4";
"hl+" = "#f38ba8";
bg = "#1e1e2e";
fg = "#cdd6f4";
header = "#f38ba8";
hl = "#f38ba8";
info = "#cba6f7";
marker = "#f5e0dc";
pointer = "#f5e0dc";
prompt = "#cba6f7";
spinner = "#f5e0dc";

};
};
}

0 comments on commit 866806f

Please sign in to comment.