Squirrelsong dark deep purple theme for fzf

Installing from GitHub

  1. Add the following to your ~/.bashrc, ~/.zshrc, or any other file that your shell loads on startup. a. For Squirrelsong Dark theme:
export FZF_DEFAULT_OPTS='
  --color=fg:-1,fg+:#bfac99,bg:-1,bg+:#bfac99
  --color=hl:#ca5a83,hl+:#97576f,info:#695444,marker:#ceb250
  --color=prompt:#695444,spinner:#bfac99,pointer:#bfac99,header:#edd5be
  --color=border:#5b4839,label:#bfac99,query:#edd5be,disabled:#695444
  --border="rounded" --border-label="" --preview-window="border-rounded" --prompt="> "
  --marker=">" --pointer="▪︎" --separator="─" --scrollbar="│"
  --info="right"'

b. For Squirrelsong Dark Deep Purple theme:

export FZF_DEFAULT_OPTS='
  --color=fg:-1,fg+:#bea3d9,bg:-1,bg+:#bea3d9
  --color=hl:#ca5a83,hl+:#97576f,info:#7254a6,marker:#ceb250
  --color=prompt:#7254a6,spinner:#bea3d9,pointer:#bea3d9,header:#e9d6fa
  --color=border:#644e88,label:#bea3d9,query:#e9d6fa,disabled:#7254a6
  --border="rounded" --border-label="" --preview-window="border-rounded" --prompt="> "
  --marker=">" --pointer="▪︎" --separator="─" --scrollbar="│"
  --info="right"'