I find the colour difference between the active and the target screen is not great enough for me, and somehow I would prefer a better colour difference.
A separate but somewhat related issue, would be to have the option of having 4 windows, not just two. This would save having numerous Total Commanders opened and shuffling from one to the other. Here the active, target, and two sleeping windows would have to be identified better.
acitive screen
Moderators: Hacker, petermad, Stefan2, white
You can use these keys in the [Colors] section of your wincmd.ini file to set the colors for the active and inactive title bar.
ActiveTitleText=
ActiveTitle=
InactiveTitleText=
InactiveTitle=
the values are written as RGB:
red+256*green+65536*blue
each value in range 0..255 - so black is 0 and white is 16777215
ActiveTitleText=
ActiveTitle=
InactiveTitleText=
InactiveTitle=
the values are written as RGB:
red+256*green+65536*blue
each value in range 0..255 - so black is 0 and white is 16777215
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
I dont know about a wincmd.ini file. How do I get to that.petermad wrote:You can use these keys in the [Colors] section of your wincmd.ini file to set the colors for the active and inactive title bar.
ActiveTitleText=
ActiveTitle=
InactiveTitleText=
InactiveTitle=
the values are written as RGB:
red+256*green+65536*blue
each value in range 0..255 - so black is 0 and white is 16777215