From 47082002f95b2c000a0c99ddf09bcdc4e2000412 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 1 May 2024 21:27:44 +0100 Subject: [PATCH] Define fzf theme based on Kanagawa --- zshenv | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zshenv b/zshenv index dacd626..ab7df45 100644 --- a/zshenv +++ b/zshenv @@ -62,6 +62,14 @@ elif command -v vim &> /dev/null; then fi export GIT_EDITOR=$EDITOR +if command -v fzf &> /dev/null; then + export FZF_DEFAULT_OPTS='--no-bold + --color=fg:#c5c9c5,fg+:#c5c9c5,bg:#000000,bg+:#393836 + --color=hl:#8ea4a2,hl+:#8ea4a2,info:#afaf87,marker:#C8C093 + --color=prompt:#C8C093,spinner:#8992a7,pointer:#FF9E3B,header:#87afaf + --color=gutter:#000000,border:#54546D,label:#aeaeae,query:#c5c9c5' +fi + # Use ~/.local for pip installs on macOS [ "`uname`" = "Darwin" ] && export PYTHONUSERBASE=$HOME/.local