#yet another PrettyOkayish varient.. 
#requires the CleanIce engine >= 1.2.3

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 "cleanice"
   {
   }
} widget_class "*" style "default"
