Update .config/fish/conf.d/30-fzf.fish
This commit is contained in:
parent
4f8436c4db
commit
46ad38cd06
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ set -gx FZF_DEFAULT_OPTS "\
|
|||
--prompt=' ' \
|
||||
--preview-label-pos='bottom' \
|
||||
--preview-window='border-sharp' \
|
||||
--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 \
|
||||
--color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 \
|
||||
--color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796"
|
||||
--color=bg+:{{ .drapeau.colors.surface0 }},bg:{{ .drapeau.colors.base }},spinner:{{ .drapeau.colors.rosewater }},hl:{{ .drapeau.colors.red }} \
|
||||
--color=fg:{{ .drapeau.colors.text }},header:{{ .drapeau.colors.red }},info:{{ .drapeau.colors.mauve }},pointer:{{ .drapeau.colors.rosewater }} \
|
||||
--color=marker:{{ .drapeau.colors.rosewater }},fg+:{{ .drapeau.colors.text }},prompt:{{ .drapeau.colors.mauve }},hl+:{{ .drapeau.colors.red }}"
|
||||
|
||||
# fzf.fish
|
||||
set -g fzf_preview_dir_cmd eza --all --color=always --sort=name --group-directories-first
|
||||
|
|
Loading…
Reference in a new issue