style "bluecurve-default"
{

  fg[NORMAL] = { 0.0, 0.0, 0.0 }
  fg[ACTIVE] = { 0.0, 0.0, 0.0 }
  fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  fg[SELECTED] = { 1.0, 1.0, 1.0 }
  fg[INSENSITIVE]  = "#818a7d"
  
  bg[NORMAL]      = "#d4d9d2"
  bg[PRELIGHT]	  = "#e6e9e5"
  bg[ACTIVE]	  = "#acb6a9"
  bg[INSENSITIVE] = "#c6cbc4"
  bg[SELECTED]    = "#698f64"
  
  base[SELECTED]  = "#698f64"
  text[SELECTED]  = { 1.0, 1.0, 1.0 }
  #base[ACTIVE]    = "#d4d9d2"
  #text[ACTIVE]    = { 1.0, 1.0, 1.0 }

  engine "bluecurve" 
    {
      contrast = 0.8
    }
}

style "bluecurve-wide" = "bluecurve-default"
{
  engine "bluecurve" 
    {
      wide = TRUE
    }
}

style "bluecurve-menu" = "bluecurve-default"
{
  bg[SELECTED]    = "#698f64"
  fg[PRELIGHT]  = "#ffffff"
}

style "bluecurve-frame-title" = "bluecurve-default"
{
  fg[NORMAL] = { 0.25,0.25,0.25 }
}

style "bluecurve-tooltips" = "bluecurve-default"
{
  bg[NORMAL] = { 1.0,1.0,0.75 }
}

class "GtkWidget" style "bluecurve-default"
class "GtkButton" style "bluecurve-wide"
class "GtkRange" style "bluecurve-wide"
class "GtkMenu" style "bluecurve-wide"
class "GtkFrame" style "bluecurve-wide"
class "GtkStatusbar" style "bluecurve-wide"
class "GtkMenuItem" style "bluecurve-menu"
widget_class "*.*MenuItem.*" style "bluecurve-menu"
class "GtkEntry" style "bluecurve-wide"
widget_class "*.GtkFrame.GtkLabel" style "bluecurve-frame-title"
widget "gtk-tooltips" style "bluecurve-tooltips"
