style "default"
{
    fg[ACTIVE]        = "#404043"
    fg[INSENSITIVE]   = "#acacac"
    fg[NORMAL]        = "#000000"
    fg[PRELIGHT]      = "#ffffff"
    fg[SELECTED]      = "#ffffff"

    bg[ACTIVE]        = "#dededf"
    bg[INSENSITIVE]   = "#eaeaea"
    bg[NORMAL]        = "#eaeaea"
    bg[PRELIGHT]      = "#8a8ab0"
    bg[SELECTED]      = "#8a8ab0"
    
    base[INSENSITIVE] = "#b6b6cf"
    base[NORMAL]      = "#ffffff"
    base[PRELIGHT]    = "#eaeaea"
    base[SELECTED]    = "#8a8ab0"

    text[ACTIVE]      = "#000000"
    text[INSENSITIVE] = "#000000"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ffffff"

    engine "xfce" 
    {
      # default
    }
}

style "menuitem"
{
    bg[ACTIVE]        = "#cacadf"
    bg[PRELIGHT]      = "#8a8ab0"

    fg[ACTIVE]        = "#000000"
    fg[PRELIGHT]      = "#ffffff"

    text[ACTIVE]      = "#ffffff"
    text[NORMAL]      = "#20202a"
    text[PRELIGHT]    = "#ffffff"
}

style "tooltips"
{
    fg[NORMAL]        = "#000000"
    bg[NORMAL]        = "#eaeaea"
}	 

class "GtkWidget" style "default"
class "GtkMenu" style "menuitem"

widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkMenu.*" style "menuitem"
 
widget_class "*Progress*" style "menuitem"
class "*Progress*"        style "menuitem"

widget "gtk-tooltips"     style "tooltips"
	 
