Bug 303825 - insufficient contrast between background colors in some cases
Summary: insufficient contrast between background colors in some cases
Status: CONFIRMED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: 4.8.4
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-19 22:18 UTC by Matthew Woehlke
Modified: 2012-07-19 22:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Woehlke 2012-07-19 22:18:36 UTC
Some background colors in some color schemes (e.g. view active background in default oxygen is especially bad) have really low contrast with the corresponding normal background color. This makes them less effective in communicating information, especially if being used to e.g. highlight text in a larger area (see especially bug 303786).

In particular, view background colors in oxygen have wildly varying contrast w.r.t. view normal view background; e.g. active is very poor, while positive may be too much. (Other schemes, however - e.g. Obsidian Coast - have relatively uniform contrast .) It would be better if KColorScheme's generated background colors adjusted the tint amount to achieve a more uniform contrast level across the various background colors.

Reproducible: Always




This is effectively a bug in my code, that I'm reporting a: for tracking purposes, and b: because I don't have a KDE build at the moment :-(. If someone wants to work on it, please contact me, as I can provide detailed technical information on my current guess at the best way to fix it.