Bug #570
Configured tab colors are shown too dark
| Status: | Feedback | Start: | 02/26/2011 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Frontend GNOME | |||
| Target version: | - | |||
| Complexity: | High |
Found in Version: | ||
| Votes: | 0 |
Description
When manually setting tab colors, the actual colors differ from what has been set. See the attached screenshot for an example - the colors are much darker than what has been set.
History
Updated by Mirco Bauer 5025 days ago
- Category set to Frontend GNOME
- Assigned to set to Mirco Bauer
- Target version set to 0.8.9
- Complexity set to Low
The issue seems to be the background contrast detection, the corrected color is way too dark
Updated by Mirco Bauer 4896 days ago
- Target version changed from 0.8.9 to 0.10
This is not a bug of Smuxi's color contrast checker but a bug in the GTK+ theme itself. It uses a pixmap as background for the notebook tabs which has a darker background than the actual background text color. Smuxi can currently only rely on the background text color for the contrast checks. There is a good chance Smuxi can't do anything about at all :/ An ugly hack would be to disable the color contrast checks in tab labels alltogether for local engines or if configured by the user...