Bug 102699

Summary: when using light color as thumbnail background, text below is unreadable
Product: [Applications] digikam Reporter: Jens <jens-bugs.kde.org>
Component: Thumbs-ImageAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.7.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jens 2005-03-28 23:47:39 UTC
Version:           0.7.2 (using KDE 3.4.0 Level "a" , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24.13-default

Hi,

try this in a theme:

thumbnail.selected.color:	     #f7f7f7
thumbnail.selected.colorTo:	     #eeeeee
thumbnail.selected.bevel:	     RAISED
thumbnail.selected.gradient:         VERTICAL
thumbnail.selected.border:           false
thumbnail.selected.borderColor:      rgb:00/00/00

If you now select a thumbnail, its text below (size, comment, etc) is inverted and - therefore - almost unreadable.

I would suggest not redrawing the text in its own inverted color, but in the inverted color of the background color that is used.


Thanks,

Jens
Comment 1 Renchi Raju 2005-03-28 23:55:45 UTC
have a look at:
text.regular.color:                  #000000
text.selected.color:                 #000000
text.special.regular.color:          #658857
text.special.selected.color:         #ffffff
Comment 2 Jens 2005-03-29 00:46:32 UTC
Argh. I'm an idiot. Thanks for hitting me on the head. :-)