From 7d7c4adb8da208edcd98ab13842b6ecfb6f9ea0c Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 19 Jul 2025 23:09:26 +0200 Subject: [PATCH] Remove fzf.sh --- zsh/.profile.d/fzf.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 zsh/.profile.d/fzf.sh diff --git a/zsh/.profile.d/fzf.sh b/zsh/.profile.d/fzf.sh deleted file mode 100644 index fd4ebc1..0000000 --- a/zsh/.profile.d/fzf.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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"