Bug 102699 - when using light color as thumbnail background, text below is unreadable
Summary: when using light color as thumbnail background, text below is unreadable
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Thumbs-Image (show other bugs)
Version: 0.7.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 23:47 UTC by Jens
Modified: 2017-07-11 04:05 UTC (History)
1 user (show)

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 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. :-)