[Configuration]
TabFullColor=100
[Colors]
ActiveTabColor=$00FFFF
os: windows 11 x64 22h2
tc: 11.00b5 x64, white mode
As TabFullColor approaches 100, the font color $000000 of the active tab becomes blurry.
The active tab font color $000000 changes to around $005F5F. (more bright)
It looks like the alpha color $00FFFF overlays $000000.
As TabFullColor approaches 100, the font color of the active tab becomes blurry
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: As TabFullColor approaches 100, the font color of the active tab becomes blurry
Yes, this is exactly what happens! Windows itself draws the font, and the overlay color is just drawn on top with alpha. This cannot be changed.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: As TabFullColor approaches 100, the font color of the active tab becomes blurry
2ghisler
Thank you for the answer.
Using TabFullColor closer to 100 makes the font blurry, which is worse than not using it at all, but I was able to get a pretty good result using it around 30.ghisler(Author) wrote: 2023-06-05, 09:06 UTC Yes, this is exactly what happens! Windows itself draws the font, and the overlay color is just drawn on top with alpha. This cannot be changed.
Thank you for the answer.