Page 1 of 1

Suggestion: Color actual "active-Tab" in left or/and right panel

Posted: 2025-05-06, 17:00 UTC
by alodeu
My eyes get older, so I have often the problem to look for actual tab.
I would like to configure a for me better to see color.
may be i.e. in Folder Tabs - near "Activate target panel when clicking on one of its tabs" ?
But it can be anywhere.
It may also a thick bold Line under or around the active tab or any "eye catchin mechanism".
I think also a dottet line around the active tab on the other inactive panel ..
i Ihink you understand my problem.

thanks in advance for thinken short to my problem, if it is possible to do....

Thank you!
Total Commander is such a great tool for me!

Re: Suggestion: Color actual "active-Tab" in left or/and right panel

Posted: 2025-05-06, 17:48 UTC
by Horst.Epp
That's no problem to configure.
My active folder on both sides is green using
ActiveTabColor=128

Code: Select all

[Colors]
InverseCursor=0
BackColor=-1
ForeColor=-1
MarkColor=-1
CursorColor=16711680
CursorText=-1
CompareText=16711680
CompareTextSel=16711680
[b]ActiveTabColor=128[/b]
ActiveTitle=37888
ActiveTitleText=16777215
ColorFilter1=>Autorun
ColorFilter1Color=0
ColorFilter8=>Color Executable
ColorFilter8Color=16481536
InverseSelection=0
BackColor2=-1
ColorFilter2=>FindTest1
ColorFilter2Color=26214
ColorFilter3=>TwinKey Startup
ColorFilter3Color=0
ColorFilter4=>Documents
ColorFilter4Color=3368448
ColorFilter5=>Color blue
ColorFilter5Color=33023
ColorFilter6=>Color Video
ColorFilter6Color=33023
ColorFilter7=>Color Compressed
ColorFilter7Color=32768
ThemedCursor=1
ColorFilter4ColorDark=16750899,3368448
ColorFilter5ColorDark=16776960,33023
ColorFilter8ColorDark=60652,16481536
ColorFilter2ColorDark=8388863,26214
ColorFilter6ColorDark=8830969,33023
ColorFilter9=>Color Image
ColorFilter9Color=8421440
ColorFilter9ColorDark=32251,8421440

Re: Suggestion: Color actual "active-Tab" in left or/and right panel

Posted: 2025-05-06, 21:27 UTC
by petermad
Horst.Epp wrote: 2025-05-06, 17:48 UTC

Code: Select all

[Colors]
InverseCursor=0
BackColor=-1
ForeColor=-1
MarkColor=-1
CursorColor=16711680
CursorText=-1
CompareText=16711680
CompareTextSel=16711680
[b]ActiveTabColor=128[/b]
ActiveTitle=37888
ActiveTitleText=16777215
ColorFilter1=>Autorun
ColorFilter1Color=0
ColorFilter8=>Color Executable
ColorFilter8Color=16481536
InverseSelection=0
BackColor2=-1
ColorFilter2=>FindTest1
ColorFilter2Color=26214
ColorFilter3=>TwinKey Startup
ColorFilter3Color=0
ColorFilter4=>Documents
ColorFilter4Color=3368448
ColorFilter5=>Color blue
ColorFilter5Color=33023
ColorFilter6=>Color Video
ColorFilter6Color=33023
ColorFilter7=>Color Compressed
ColorFilter7Color=32768
ThemedCursor=1
ColorFilter4ColorDark=16750899,3368448
ColorFilter5ColorDark=16776960,33023
ColorFilter8ColorDark=60652,16481536
ColorFilter2ColorDark=8388863,26214
ColorFilter6ColorDark=8830969,33023
ColorFilter9=>Color Image
ColorFilter9Color=8421440
ColorFilter9ColorDark=32251,8421440
Remember to remove the

Code: Select all

[b] and [/b]
in the code from Horst.epp.

Re: Suggestion: Color actual "active-Tab" in left or/and right panel

Posted: 2025-05-07, 08:10 UTC
by Horst.Epp
petermad wrote: 2025-05-06, 21:27 UTC
Remember to remove the

Code: Select all

[b] and [/b]
in the code from Horst.epp.
Sorry :(
I first made it as normal text and bold the required line
but making a Code block from it, I forgot removing the formatting.

Re: Suggestion: Color actual "active-Tab" in left or/and right panel

Posted: 2025-05-07, 14:01 UTC
by WillVG
Greetings to everyone!

First, I also want to thank you for this wonderful software that has made life easier for so many users. I have been using Total Commander for over 20 years, and it has been a great help to me and several friends.

Second, I am not very knowledgeable about configurations through code, and I would appreciate it if you could explain how I can add that code to Total Commander. I also think it would be very good if this suggestion were considered to put this option in the tab configuration, just as I believe it would be an excellent option if, just as we can rename tabs, we could easily change their color (like with a right-click on the tab or in the same rename/lock tab menu), to be able to identify them more easily.

I think this suggestion would be very well received by everyone because it would greatly speed up locating tabs and that would streamline everyone's workflow. Thank you very much.

Re: Suggestion: Color actual "active-Tab" in left or/and right panel

Posted: 2025-05-09, 21:10 UTC
by petermad
I would appreciate it if you could explain how I can add that code to Total Commander.
in TC's command line type this: notepad %COMMANDER_INI% and press Enter - if you don't have the Command line turned on you can just press Shift+ArrowRight on the keyboard, to open it.

This will open your current wincmd.ini file in Notepad.

Scroll down in the file until you find this line:
[Colors]

add a new line right below that line and write:
ActiveTabColor=128

Find the line
[ColorsDark]

and add a similar line below that.

Press Ctrl+S to save the change - close Notepad and TC and restart TC.

Re: Suggestion: Color actual "active-Tab" in left or/and right panel

Posted: 2025-05-10, 13:03 UTC
by Horst.Epp
A small correction, my ActiveTabColor is
ActiveTabColor=37888
The value 128 was from an older config and gives not green.