-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
Question or Suggestion
I would be interested in an "official" fzf theme for the extras dir.
Best effort I have found+modified (not very close to cyberdream fzflua's defaults):
export FZF_DEFAULT_OPTS=" \
--style=minimal \
--highlight-line \
--ansi \
--layout=reverse \
--color=fg:-1,fg+:-1,bg:-1,bg+:-1 \
--color=hl:#5ea1ff,hl+:#5ef1ff,info:#afaf87,marker:#5eff6c \
--color=prompt:#ff5ea0,spinner:#ff5ef1,pointer:#bd5eff,header:#87afaf \
--color=border:#262626,label:#aeaeae,query:#d9d9d9"
with fzf-lua configured to use fzf colors require('fzf-lua').setup({ 'max-perf' })
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested