1
0
Fork 0

fzf theming

This commit is contained in:
Luca Bilke 2024-01-31 10:53:35 +01:00
parent 95fe0c0aed
commit b9eb44cd00
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@ export LC_ALL=de_DE.UTF-8
# Settings
export VIRTUAL_ENV_DISABLE_PROMPT=1
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
export FZF_DEFAULT_OPTS="\
--layout=reverse --height 40%\
--color=fg:#c0caf5,bg:,hl:#ff9e64 \
--color=fg+:#c0caf5,bg+:,hl+:#ff9e64 \
--color=info:#7aa2f7,prompt:#7dcfff,pointer:#7dcfff \
--color=marker:#9ece6a,spinner:#9ece6a,header:#9ece6a"
export LESS=-R
export LESS_TERMCAP_mb="$(printf '%b' '')"
export LESS_TERMCAP_md="$(printf '%b' '')"