From 9023a3349baf07f49cc312b89675631781eb008a Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Sun, 13 Apr 2025 15:49:23 -0400 Subject: [PATCH] set fzf color scheme --- home/dot_zshrc.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index 77a3c55..09679c2 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -76,3 +76,10 @@ function reldate() { [ "$TERM" = "xterm-kitty" ] && alias ssh="TERM=xterm ssh" alias strip_jira="sed 's/\[\{0,1\}[a-zA-Z]*-[0-9]*\]\{0,1\}//g'" + +export FZF_DEFAULT_OPTS=" \ +--color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \ +--color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \ +--color=marker:#b4befe,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8 \ +--color=selected-bg:#45475a \ +--color=border:#313244,label:#cdd6f4"