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

  bg[NORMAL]       = "#eeeee0"
  bg[ACTIVE]       = "#ddddcf"
  bg[PRELIGHT]     ="#928da2"
  bg[SELECTED]     = "#928da2"
  bg[INSENSITIVE]  = "#eeeee0"

  base[NORMAL]     = "#ffffff"
  base[ACTIVE]     = "#d3c996"
  base[PRELIGHT]   = "#E5E5F7"
  base[SELECTED]   = "#928da2"
  base[INSENSITIVE]= "#ddddcf"
 
  text[NORMAL]      = "#000000"
  text[ACTIVE]     = "#000000"
  text[PRELIGHT]    = "#000000"
  text[SELECTED]   = "#ffffff"
  text[INSENSITIVE]= "#747474"

  engine "smooth"
  {
    GtkPaned::handle_size = 8
  
    GtkRange::trough_border  = 2
    GtkRange::slider_width = 13
    GtkRange::stepper_size = 13
    GtkScrollbar::min_slider_length = 30

    GtkCheckButton::indicator_size = 13
    GtkRadioButton::indicator_size = 12

    line {
        style=smooth
        thickness=2
    }

    grip {
        style= midlines
        count = 4
        spacing = 0
    }

   check {
        style= fast
    }

    arrow {
        style= xfce
        solid=TRUE
        etched=FALSE
    }
    tab_style = square
   }
} widget_class "*" style "default"

style "menu"
{
  engine "smooth"
  {
      line {
          style=smooth
          thickness=2
      }

      edge {
         line {
          style=flat
          thickness=1
        }
     }

      fill {
          style=solid
      }

      check {
          style= fast
           line {
              style=none
              thickness=1
          }
          xpadding =1
          ypadding = 1
      }

      option {
        style= circle
         line {
            style=none
            thickness=1
        }
      }

      arrow {
          style= xfce
          solid=TRUE
          etched=FALSE
      }
   }
}
class "*MenuItem*" style "menu"
widget_class "*MenuItem*" style "menu"
