From 61de713a2ca96dc94604c1b2186ba05697ad55cf Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 18 Jul 2025 16:30:11 +0200 Subject: [PATCH] Added Catppuccin Frappe for fzf --- zsh/.profile.d/fzf.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zsh/.profile.d/fzf.sh diff --git a/zsh/.profile.d/fzf.sh b/zsh/.profile.d/fzf.sh new file mode 100644 index 0000000..fd4ebc1 --- /dev/null +++ b/zsh/.profile.d/fzf.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +# Export Catppuccin Frappe theme for fzf +export FZF_DEFAULT_OPTS=" \ +--color=bg+:#414559,bg:#303446,spinner:#F2D5CF,hl:#E78284 \ +--color=fg:#C6D0F5,header:#E78284,info:#CA9EE6,pointer:#F2D5CF \ +--color=marker:#BABBF1,fg+:#C6D0F5,prompt:#CA9EE6,hl+:#E78284 \ +--color=selected-bg:#51576D \ +--color=border:#414559,label:#C6D0F5"