Thread
:
LCARS themes for ITOS2008
View Single Post
iskarion
2008-02-09 , 16:12
Posts: 161 | Thanked: 99 times | Joined on Jan 2008
#
20
I was able to fix most issues with apps using hardcoded colors by changing two colors in
/usr/share/themes/lcars-bridge/gtk-2.0/gtkrc
First the text colour
color["DefaultTextColor"] = "#CC9900"
this is a bit darker shade of yellow than in the original theme. This way it's readable on both dark and on bright background. -> fixing the yellow on white issues in apps like Skype and Video Center
color["DefaultBackgrdColor"] = "#FFFFFF"
Reverting default background color back to white. -> fixing the black on black issues in apps like OMWeather.
Doesn't have a big impact on the overall appearance of the theme. The only annoying side effect is, that the border around some buttons is still black.
Or another combination that doesn't break the appreance of the theme too much is
color["DefaultTextColor"] = "#CC0000"
color["DefaultBackgrdColor"] = "#F1DF6F"
Last edited by iskarion; 2008-02-09 at
16:17
.
Quote & Reply
|
The Following User Says Thank You to iskarion For This Useful Post:
wv9k
iskarion
View Public Profile
Send a private message to iskarion
Find all posts by iskarion