FZF: Add Catppuccin Latte Teal theme

This commit is contained in:
Tony Grosinger 2024-05-29 21:34:24 -07:00
parent 9904794c7e
commit b857259227

View File

@ -93,6 +93,11 @@ if [ -f /usr/share/doc/fzf/examples/completion.bash ]; then
source /usr/share/doc/fzf/examples/completion.bash
fi
export FZF_DEFAULT_OPTS=" \
--color=bg+:#ccd0da,bg:#eff1f5,spinner:#dc8a78,hl:#d20f39 \
--color=fg:#4c4f69,header:#d20f39,info:#8839ef,pointer:#dc8a78 \
--color=marker:#dc8a78,fg+:#4c4f69,prompt:#8839ef,hl+:#d20f39"
# Add a local un-tracked bash-rc if present
if [[ -f ${HOME}/.bashrc_local ]];
then