# gtkrc file so Applix can match the colors of the rest of the apps

# pixmap_path "/usr/share/xfce/:.:/"

style "main"
{
  font              = "-*-helvetica-medium-r-normal-*-10-*-*-*-p-*-*-*"
  bg_pixmap[NORMAL] = "<none>"
  bg_pixmap[ACTIVE] = "<none>"
  bg_pixmap[INSENSITIVE] = "<none>"
  bg_pixmap[PRELIGHT] = "<none>"
  fg[NORMAL]        = "#000000"
  text[NORMAL]      = "#000000"
  fg[ACTIVE]        = "#000000"
  text[ACTIVE]      = "#000000"
  fg[PRELIGHT]      = "#000000"
  text[PRELIGHT]    = "#000000"
  fg[SELECTED]      = "#000000"
  text[SELECTED]    = "#000000"
  fg[INSENSITIVE]   = "#000000"
  text[INSENSITIVE] = "#000000"
  bg[NORMAL]        = "#c0c0a0"
  base[NORMAL]      = "#ffffff"
  bg[ACTIVE]        = "#c0c0a0"
  base[ACTIVE]      = "#c0c0a0"
  bg[PRELIGHT]      = "#c0c0a0"
  base[PRELIGHT]    = "#c0c0a0"
  bg[SELECTED]      = "#c0c0a0"
  base[SELECTED]    = "#c0c0a0"
  bg[INSENSITIVE]   = "#c0c0a0"
  base[INSENSITIVE] = "#c0c0a0"
}
style "tooltips-style" {
  bg[NORMAL] = "#ffffc0"
  fg[NORMAL] = "#000000"
  bg_pixmap[NORMAL] = "<none>"
}

class        "*"               style "main"
widget       "gtk-tooltips"   style "tooltips-style"