Skip to content

Commit

Permalink
feat(fzf): rose-pine
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Mar 20, 2024
1 parent 6829332 commit 65a5f44
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions modules/fzf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
enableFishIntegration = true;
# --> Catppuccin (Mocha)
colors = {
"bg+" = "#313244";
"fg+" = "#cdd6f4";
"hl+" = "#f38ba8";
bg = "#1e1e2e";
fg = "#cdd6f4";
header = "#f38ba8";
hl = "#f38ba8";
info = "#cba6f7";
marker = "#f5e0dc";
pointer = "#f5e0dc";
prompt = "#cba6f7";
spinner = "#f5e0dc";
"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";
};
};
}

0 comments on commit 65a5f44

Please sign in to comment.