fzf theming
This commit is contained in:
parent
95fe0c0aed
commit
b9eb44cd00
|
@ -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' '[1;31m')"
|
||||
export LESS_TERMCAP_md="$(printf '%b' '[1;36m')"
|
||||
|
|
Loading…
Reference in New Issue