mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 03:47:19 +00:00
8 lines
293 B
Bash
8 lines
293 B
Bash
# Everforest theme for fzf
|
|
# Generated from template - do not edit manually
|
|
|
|
export FZF_DEFAULT_OPTS=" \
|
|
--color=bg+:#374247,bg:#2f383e,spinner:#83c092,hl:#a7c080 \
|
|
--color=fg:#d3c6aa,header:#a7c080,info:#dbbc7f,pointer:#83c092 \
|
|
--color=marker:#83c092,fg+:#d3c6aa,prompt:#dbbc7f,hl+:#a7c080"
|