# Greencurve GTK+ RC File
# Based on Bluecurve by Garrett <garrett@linuxart.com>

style "bluecurve-default"
{
  #GtkWidget::interior_focus = 1
  #GtkButton::default_border = { 0, 0, 0, 0 }
  #GtkButton::default_outside_border = { 0, 0, 0, 0 }
  #GtkRange::trough_border = 0

  #GtkWidget::focus_padding = 1

  #GtkPaned::handle_size = 6
  
  #GtkRange::slider_width = 15
  #GtkRange::stepper_size = 15
  #GtkScrollbar::min_slider_length = 30
  #GtkCheckButton::indicator_size = 12
  #GtkMenuBar::internal-padding = 0

  ##GtkOptionMenu::indicator_size = { 11, 6 }
  ##GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }

  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]  = { 0.5, 0.5, 0.5 }
  
  bg[NORMAL]      = { 0.9, 0.9, 0.9 } #
  bg[PRELIGHT]    = { 0.95, 0.95, 0.95 } #
  bg[ACTIVE]      = { 0.75, 0.73, 0.72 } #
  bg[INSENSITIVE] = { 0.80, 0.76, 0.76 } #
  bg[SELECTED]    = { 0.65,0.35,0.35 }
                                                                                                                             
  base[SELECTED]  = { 0.75,0.35,0.35 }
  text[SELECTED]  = { 1.0, 1.0, 1.0 }
  
#  base[ACTIVE]    = { 0.6, 0.65, 0.75 }
#  text[ACTIVE]    = { 1.0, 1.0, 1.0 }
  
  engine "bluecurve" 
    {
      contrast = 1.0
    }
}

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

style "bluecurve-menu" = "bluecurve-default"
{
  bg[SELECTED]    = { 0.65,0.35,0.35 }
  fg[PRELIGHT]  = "#ffffff"
}

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

style "bluecurve-tooltips" = "bluecurve-default"
{
  bg[NORMAL] = "#B18B99"
}

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"
