Deck player is unusable with a white-on-black theme
Brought to you by:
vlg
The background color of the card in the deck player seems to be hardcoded to white, while the color of the font is taken from the gtk theme. So if you have a theme that uses bright colors and dark backgrounds, the actual card is unreadable. So please either use the theme colors for the background of the card or hardcode both the background and the font color.
Logged In: YES
user_id=616697
Originator: NO
Jan,
Valid point - too bad it came a tad too late for upcoming release (1.2.4) to modify the GUI preferences dialog. But, you will be able to change the colors by going to the $(HOME)/.granule configuration file and setting
text_fgcolor=<color>
text_bgcolor=<color>
sep_color=<color></color></color></color>
I tested the changes with "High Contrast Inverse" theme - looks spooky, but works. The release after this one will have, of course,
all values accessed via Preferences/Appearance dialog.
I committed the change to CVS. If you can't wait and can build - give it a spin.
-Vlad