Open
Description
Prerequisites
- Write a descriptive title.
Description of the new feature/enhancement
This issue is to follow up on #3583 (comment), the discussion about what to make configurable about the new color and styles used in the metadata line and warning for the scrollable list view.
About the new colors and styles, there are a few of them:
- un-highlighted texts in the metadata line
- currently, the un-highlighted text uses the default inline view color/style -- this is fixed as of today.
- highlighted text in the metadata line
- currently, the highlighted text uses the
ListPredictionColor
plusitalics
-- so, it partially configurable.
- currently, the highlighted text uses the
- warning message
- currently, the warning message uses the
ListPredictionColor
plusitalics
.
- currently, the warning message uses the
I'm not sure about what to expose for configuration yet. It doesn't seem needed to expose them all in my opinion. The following are my thoughts at the moment:
- always apply
italics
to the text rendered in the metadata line, and use theListPredictionColor
as the user-configurable highlighting color/style. - maybe expose configuration for un-highlighted text color/style, but I'm not super sure if it's really needed.
- warning message will be uncommon for users to see because it will happen usually only when the terminal height is very small (<5). So, exposing a configuration for it seems overkill to me.
I don't have a clear idea what/how to make configurable about the new color/styles at the moment, so I prefer to wait and collect some feedback about this, which hopefully will give us a clearer idea.