-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Greetings, that's such an incredible interface you managed to pull together there, congratz!
The only otherwise minor issue my experience are the background colors on the header and footer row which stand out in a distracting way and when coupled with a hardcoded background color and make the UX much less pleasing, at least for me.
There are few approaches that came to mind as a proposed fix, its up to you if and which one you deem most suitable.
The nature of the issue is considered minor by many and deciding to omit such a feature is totally understandable.
1 - Add flag(s) for disregarding background color of the fist and last row. The simplest option as far as I'm concerned.
2 - Add an option for using the default 16 colors already in use. This is the best option for properly integrating any kind of theme via the base16 framework.
3 - Expose an option/flag for setting internal colors eg akin to fzf.
Eg: --color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899'
Let me know your thoughts, thanks!