Skip to content

Feature request: Separate color options for prompt/info and marker/marker-multi-line #4827

Description

@DANIII3L

Checklist

  • I have read through the manual page (man fzf)
  • I have searched through the existing issues
  • For bug reports, I have checked if the bug is reproducible in the latest version of fzf

Output of fzf --version

0.73.1 (ce4bef7)

OS

  • Linux
  • macOS
  • Windows
  • Etc.

Shell

  • bash
  • zsh
  • fish

Problem / Steps to reproduce

Hi Junegunn ,

Good day my friend, how are you ? :)

This aint at all a bug or a problem with your awesome tool, its a feature request that i think it could enhance the visual aspect of it , for instance in this configuration:

export FZF_DEFAULT_OPTS="
--cycle
--prompt=' '
--info='inline:┆ '
--separator=''
--pointer=' '
--marker=' '
--marker-multi-line='╠║╚'
--highlight-line
--wrap-sign='⤷ '
--border=dashed
--color=fg:#a9b1d6,bg:#000000,hl:#ea9999
--color=fg+:#c0caf5,bg+:#101010,hl+:#d3ffce
--color=border:#4d324c,header:#7aa2f7,gutter:#000000
--color=spinner:#d3ffce,info:#7aa2f7
--color=pointer:#ff5577,marker:#d3ffce,prompt:#d3ffce
--color=input:#ffffff"

both the parameters: --info='inline:┆ ' and --prompt=' ' must share the same color , same situation as well with: --marker=' ' and --marker-multi-line='╠║╚' , i think it would be great if separate colors could be applied for each of those four parameters if its possible.

I know that this is a minor enhancement and not technical in nature but it would be great for theming most definetely.

Thanks Junegunn Choi for all the help given .

Regards.

Daniel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions