source and tareget windows visual differences are not very clear.
I hide command bar, the only things mark the current operating windows is Hightlight of file path, and I think it is not sufficient.
it's ok when you are doing things in TC, but when switching from another program, you probably forget last time which one is source which one is target.
Req: Mark Source windows more Obviously
Moderators: Hacker, petermad, Stefan2, white
As far as I could find it can only be edited in the wincmd.ini file directly.
In the [Colors] section of wincmd.ini add what you would like to be changed (this information can also be found in section 4b of the help file):
ActiveTitle= Active panel title bar color
ActiveTitleText= Active panel title bar text color
InactiveTitle= Inactive panel title bar color
InactiveTitleText= Inactive panel title bar text color
(RGB: red+256*green+65536*blue, each value in range 0..255)
For example:This sets ActiveTitle to red background with blue text and InActiveTitle to green with blue text.
In the [Colors] section of wincmd.ini add what you would like to be changed (this information can also be found in section 4b of the help file):
ActiveTitle= Active panel title bar color
ActiveTitleText= Active panel title bar text color
InactiveTitle= Inactive panel title bar color
InactiveTitleText= Inactive panel title bar text color
(RGB: red+256*green+65536*blue, each value in range 0..255)
For example:
Code: Select all
[Colors]
ActiveTitle=255
ActiveTitleText= 16711680
InactiveTitle= 65280
InActiveTitleText= 16711680