diff --git a/.bashrc b/.bashrc index 961705c..9049f7b 100755 --- a/.bashrc +++ b/.bashrc @@ -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