[5.4/gtk] Fix Colors... finally!

This commit is contained in:
Ian Whyman
2010-08-10 20:32:16 +01:00
parent 40bd4c0116
commit f33cc2e077
@@ -424,11 +424,11 @@ style "panel"
fg[PRELIGHT] = "#000000"
fg[ACTIVE] = "#000000"
fg[SELECTED] = "#333333"
fg[INSENSITIVE] = "#A0C61B"
fg[INSENSITIVE] = "#2257B1"
bg[NORMAL] = "#222222"
bg[PRELIGHT] = "#00B0FF"
bg[PRELIGHT] = "#2E60B0"
bg[ACTIVE] = "#A0C61B"
bg[SELECTED] = "#00B0FF"
bg[SELECTED] = "#2E60B0"
bg[INSENSITIVE] = "#000000"
# base[NORMAL] = "#00ffff"
# base[PRELIGHT] = "#ffff00"
@@ -439,7 +439,7 @@ style "panel"
# text[PRELIGHT] = "#ffffff"
# text[ACTIVE] = "#ffff00"
# text[SELECTED] = "#ffffff"
# text[INSENSITIVE] = "#8A857C"
# text[INSENSITIVE] = "#304568"
}
widget "*PanelWidget*" style "panel"
widget "*PanelApplet*" style "panel"