We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man fzf
fzf --version
0.57.0
Some terminals suport: https://github.com/contour-terminal/contour/blob/master/docs/vt-extensions/color-palette-update-notifications.md#dark-and-light-mode-detection
fzf should leverage it, to automatically apply --color=light or --color=dark at startup if colors are not set by the user.
--color=light
--color=dark
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
man fzf
)Output of
fzf --version
0.57.0
OS
Shell
Problem / Steps to reproduce
Some terminals suport:
https://github.com/contour-terminal/contour/blob/master/docs/vt-extensions/color-palette-update-notifications.md#dark-and-light-mode-detection
fzf should leverage it, to automatically apply
--color=light
or--color=dark
at startup if colors are not set by the user.The text was updated successfully, but these errors were encountered: