Greets, (Earthlings)
I have searched and not found anything
regarding "ColorCoding the ActiveTab (in the TabRow) ...
Is that currently/already possible ???
If not, could that be a FeatureRequest ???
Image: https://postimg.cc/kRnxRr1P
ColorCode ActiveTab (in the TabRow) ???
Moderators: Hacker, petermad, Stefan2, white
Re: ColorCode ActiveTab (in the TabRow) ???
The active tab in Dark mode takes the color of: "Dark mode: Highlight":
See: https://madsenworld.dk/tcmd/darkmodetabcolor.png
See: https://madsenworld.dk/tcmd/darkmodetabcolor.png
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: ColorCode ActiveTab (in the TabRow) ???
You can set the color of the active tab, but only via wincmd.ini:
[Colors]
ActiveTabColor=128
or
[ColorsDark]
ActiveTabColor=128
The value is an RGB value, r+256*g+65536*b, r, g and b with values between 0 and 255. The value 128 would be a dark red.
You can enter a hex value by putting a $ in front of the value, e.g.
ActiveTabColor=$80
[Colors]
ActiveTabColor=128
or
[ColorsDark]
ActiveTabColor=128
The value is an RGB value, r+256*g+65536*b, r, g and b with values between 0 and 255. The value 128 would be a dark red.
You can enter a hex value by putting a $ in front of the value, e.g.
ActiveTabColor=$80
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: ColorCode ActiveTab (in the TabRow) ???
2Anncey
Notice that ActiveTabColor sets the color of the left side of the tab, whereas DarkHighlight sets the color of the right side of the tab (but of course also sets the color for many other highlighted elements).
Notice that ActiveTabColor sets the color of the left side of the tab, whereas DarkHighlight sets the color of the right side of the tab (but of course also sets the color for many other highlighted elements).
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: ColorCode ActiveTab (in the TabRow) ???
Grüezi, Commanders ...ghisler(Author) wrote: 2021-03-29, 13:54 UTC You can set the color of the active tab, but only via wincmd.ini:
[Colors]
ActiveTabColor=128
or
[ColorsDark]
ActiveTabColor=128
The value is an RGB value, r+256*g+65536*b, r, g and b with values between 0 and 255. The value 128 would be a dark red.
You can enter a hex value by putting a $ in front of the value, e.g.
ActiveTabColor=$80
This evening I (finally) applied the above ...
(to my wincmd.ini)
Image: https://i.postimg.cc/wBF3JWm3/To-C-20221213x1-Tab-Color.jpg