aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/config.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh/config.zsh')
-rw-r--r--config/zsh/config.zsh8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/zsh/config.zsh b/config/zsh/config.zsh
index 2b3b1e9..dd29833 100644
--- a/config/zsh/config.zsh
+++ b/config/zsh/config.zsh
@@ -6,7 +6,13 @@ export PRIVATE_BROWSER="$BROWSER ':open -p'";
export READER="zathura"
export FILE="daffm"
-export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
+export FZF_DEFAULT_OPTS="
+ --color=fg:-1,fg+:#d0d0d0,bg:-1,bg+:#262626
+ --color=hl:#007070,hl+:#007070,info:#007070,marker:#007070
+ --color=prompt:#007070,spinner:#007070,pointer:#007070,header:#07afaf
+ --color=border:#262626,label:#aeaeae,query:#d9d9d9
+ --preview-window='sharp' --prompt=': ' --marker='>' --gutter=' ' --pointer=' '
+ --layout=reverse --height 40% --info='right' --separator='-' --scrollbar=' '"
export HISTCONTROL=ignoreboth