Manually fixing bug with Darklooks GTK-theme and Compiz
This is annoying: Whenever I install a new GNOME-Desktop with my favourite Darklooks theme from the gnome-theme-extras package (in Ubuntu) I am confronted by this silly bug. As soon as I change to the compiz-window-manager it starts resetting the theme to default colours.Finally found the corresponding bug report. To fix it open the file /usr/share/themes/Darklooks/gtk-2.0/gtkrc and edit it like follows:
|
You can fix it by changing the two tooltip lines…
from:
…
181: bg[NORMAL] = @tooltip_bg_color
182: fg[NORMAL] = @tooltip_fg_color
…
to:
…
181: bg[NORMAL] = @tooltips_bg_color
182: fg[NORMAL] = @tooltips_fg_color
…