Suggestion: color of the active tab: I don't like the color gradient
Posted: 2022-04-29, 12:15 UTC
Of course, it is a matter of taste. I don't like the color gradient. On the other hand, I find a solid color that matches the surroundings good, e.g.:
ActiveTabColor=16750641
It is possible to specify the color in hexadecimal, for example:
ActiveTabColor=$0000FF
($BBGGRR)
In order to automatically adapt the selected color to the respective background set by Windows, you could possibly additionally specify a transparency value, e.g.:
ActiveTabColor=$880000FF
($AABBGGRR)
ActiveTabColor=16750641
It is possible to specify the color in hexadecimal, for example:
ActiveTabColor=$0000FF
($BBGGRR)
In order to automatically adapt the selected color to the respective background set by Windows, you could possibly additionally specify a transparency value, e.g.:
ActiveTabColor=$880000FF
($AABBGGRR)