How to use different colors for tabs ?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
mohammadsj
Junior Member
Junior Member
Posts: 7
Joined: 2018-03-11, 00:06 UTC

How to use different colors for tabs ?

Post by *mohammadsj »

I'm using TC in Windows 11. The active and in-active tabs have almost the same color. It's hard to determine which tab is active, Please use a different color for active tab

Please see image here : Image: https://imgur.com/gallery/mGo3rEI
User avatar
Stefan2
Power Member
Power Member
Posts: 4193
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: Please use different colors for tabs

Post by *Stefan2 »

You could go to Settings > Color

> there to the "Others" drop-down menu,
> click at "Lister"
> find 'Title bar \ Active side: Background' (or what you want to change) in the list

> and change the style to e.g. yellow
Example >> https://image.ibb.co/kqenVd/Settings_Color.png





 
User avatar
nsp
Power Member
Power Member
Posts: 1827
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Please use different colors for tabs

Post by *nsp »

Open %commander_ini% and under [colors]section add the attribute

Code: Select all

ActiveTabColor=8388608
you will have a blue tab !
If you use ulta TC Configuration Editor, you can set it with a color picker (choose a darker color than the one expected)...
mohammadsj
Junior Member
Junior Member
Posts: 7
Joined: 2018-03-11, 00:06 UTC

Re: Please use different colors for tabs

Post by *mohammadsj »

nsp wrote: 2022-03-30, 06:21 UTC Open %commander_ini% and under [colors]section add the attribute

Code: Select all

ActiveTabColor=8388608
you will have a blue tab !
If you use ulta TC Configuration Editor, you can set it with a color picker (choose a darker color than the one expected)...
Thanks for help. Thanks you. It was a hack!
Now it looks like below with code: 8421376

Image: https://imgur.com/gallery/gY1sy0p

I'm not sure why it is gradient. Can I have Solid color? Is there any document for this feature. looks like it is undocumented.

[Colors]
ActiveTabColor=8421376
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48232
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Please use different colors for tabs

Post by *ghisler(Author) »

All tab colors are gradient. I did try with solid colors and it looked absolutely horrible.
Author of Total Commander
https://www.ghisler.com
bman
Junior Member
Junior Member
Posts: 4
Joined: 2017-03-02, 18:24 UTC

Re: Please use different colors for tabs

Post by *bman »

nsp wrote: 2022-03-30, 06:21 UTC Open %commander_ini% and under [colors]section add the attribute

Code: Select all

ActiveTabColor=8388608
you will have a blue tab !
If you use ulta TC Configuration Editor, you can set it with a color picker (choose a darker color than the one expected)...
First, thanks for your post, it helped me figure out how to differentiate my tabs. I have a follow up question you may have a resolution for.


My active tab(s) have the proper color and work fine.. now when I add "View Mode" + a "Auto Switch Mode" that changes the tab (mine is based on the directory I am in.. as expected), that now supersedes the color set by the "ActiveTab" I have set in my ini. Is there a way to maybe prioritize the "ActiveTab" color OVER the "View Mode" + a "Auto Switch Mode" color setting?
User avatar
petermad
Power Member
Power Member
Posts: 14913
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Please use different colors for tabs

Post by *petermad »

My active tab(s) have the proper color and work fine.. now when I add "View Mode" + a "Auto Switch Mode" that changes the tab (mine is based on the directory I am in.. as expected), that now supersedes the color set by the "ActiveTab" I have set in my ini. Is there a way to maybe prioritize the "ActiveTab" color OVER the "View Mode" + a "Auto Switch Mode" color setting?
Hmm here it is the opposite - the active tab always get the color from ActiveTabColor, and only non-active tabs get the color set by View Mode:
https://tcmd.madsenworld.dk/tabcolorsnormal.png
https://tcmd.madsenworld.dk/tabcolorsdark.png

[Colors]
ActiveTabColor=8388608

[ColorsDark]
ActiveTabColor=6316128

View Mode colors:
c:wcmd_pn_dan = 255
c:totalcmd = 65535
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply