fzf theming
This commit is contained in:
parent
95fe0c0aed
commit
b9eb44cd00
1 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,12 @@ export LC_ALL=de_DE.UTF-8
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
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=-R
|
||||||
export LESS_TERMCAP_mb="$(printf '%b' '[1;31m')"
|
export LESS_TERMCAP_mb="$(printf '%b' '[1;31m')"
|
||||||
export LESS_TERMCAP_md="$(printf '%b' '[1;36m')"
|
export LESS_TERMCAP_md="$(printf '%b' '[1;36m')"
|
||||||
|
|
Loading…
Add table
Reference in a new issue