gimp/gtkrc
Sven Neumann b189aab21d for tooltips set the foreground color too. Closes bug #11547.
2000-05-22  Sven Neumann  <sven@gimp.org>

* gtkrc: for tooltips set the foreground color too. Closes
  bug #11547.


--Sven
2000-05-22 18:06:25 +00:00

23 lines
396 B
Plaintext

# style <name> [= <name>]
# {
# <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>
style "ruler"
{
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
}
style "tooltips"
{
fg[NORMAL] = { 0.0, 0.0, 0.0 }
bg[NORMAL] = { 0.94, 0.90, 0.54 }
}
widget "gtk-tooltips" style "tooltips"
widget_class "*Ruler*" style "ruler"