Peppermint and orange flavored dark theme for fzf. Port of the Vesper VS Code theme by Rauno Freiberg.
| Element | Color | Description |
|---|---|---|
| Background | #101010 |
|
| Foreground | #ffffff |
|
| Selection | #2a2a2a |
|
| Prompt / Highlight | #ffc799 |
orange |
| Pointer / Spinner / Marker | #99ffe4 |
aqua |
| Info / Header | #505050 |
muted gray |
Source vesper.sh from your shell rc file (e.g. .bashrc, .zshrc):
source /path/to/vesper-fzf/vesper.shOr copy the --color string directly into your FZF_DEFAULT_OPTS:
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--color=bg+:#2a2a2a,bg:#101010,spinner:#99ffe4,hl:#ffc799 \
--color=fg:#ffffff,header:#505050,info:#505050,pointer:#99ffe4 \
--color=marker:#99ffe4,fg+:#ffffff,prompt:#ffc799,hl+:#ffc799 \
--color=selected-bg:#2a2a2a,border:#2a2a2a,gutter:#101010"Based on the Vesper VS Code theme by Rauno Freiberg.
