You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of creating a color scheme based on the solarized colors palette using truecolors.
I noticed that mc uses the dialog.dhotfocus color for the selected entry in the history list. My understanding of this color is it should be used for single hotkey characters, and therefore use for the entire entry in the history list comes unexpected to me.
What I would expect here is the use of dialog.dfocus instead. After all, the non-selected entry also uses the dialog._default_ color, not dialog.dhotnormal which would be the non-focused pendant to dhotfocus.
Important
This issue was migrated from Trac:
mstilkerich
(ms@….de)Hello,
I noticed that mc uses the dialog.dhotfocus color for the selected entry in the history list. My understanding of this color is it should be used for single hotkey characters, and therefore use for the entire entry in the history list comes unexpected to me.
What I would expect here is the use of dialog.dfocus instead. After all, the non-selected entry also uses the dialog._default_ color, not dialog.dhotnormal which would be the non-focused pendant to dhotfocus.
A screenshot is available here https://github.com/mstilkerich/mc-solarized-truecolor/blob/553183d61c17f310ffb2d0b7beb5a7392f18bc3e/screenshots/dark-truecolor-history-dialog.png.
The corresponding skin file is this:
https://github.com/mstilkerich/mc-solarized-truecolor/blob/553183d61c17f310ffb2d0b7beb5a7392f18bc3e/solarized-dark-truecolor.ini
Is this intended? It doesn't look nicely as normally this color style is only used for single characters.
The text was updated successfully, but these errors were encountered: