# 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] = "" bg_pixmap[ACTIVE] = "" bg_pixmap[INSENSITIVE] = "" bg_pixmap[PRELIGHT] = "" 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] = "#f0f0d0" base[NORMAL] = "#ffffff" bg[ACTIVE] = "#ffffff" base[ACTIVE] = "#ffffff" bg[PRELIGHT] = "#ffffff" base[PRELIGHT] = "#ffffff" bg[SELECTED] = "#ffffff" base[SELECTED] = "#ffffff" bg[INSENSITIVE] = "#ffffff" base[INSENSITIVE] = "#ffffff" } style "tooltips-style" { bg[NORMAL] = "#ffffc0" fg[NORMAL] = "#000000" bg_pixmap[NORMAL] = "" } class "*" style "main" widget "gtk-tooltips" style "tooltips-style"