# Smooth Theme

pixmap_path "/usr/share/pixmaps"

style "base"
{
  GtkCheckButton::indicator_size = 10
  GtkRadioButton::indicator_size = 11

  GtkRange::trough_border           = 1
  GtkRange::slider_width            = 15
  GtkRange::stepper_size            = 15
  GtkRange::stepper_spacing         = 0
  GtkScrollbar::min_slider_length = 15

  GtkPaned::handle_size = 6

  xthickness = 2
  ythickness = 2

  base[NORMAL]	= "#f8f8f8"    
  bg[NORMAL]		= "#d2d2d2"
  fg[NORMAL]		= "#000000"

  base[PRELIGHT]	= "#bcbcbc"
  bg[PRELIGHT]		= "#e3e3e3"
  fg[PRELIGHT]		= "#000000"

  base[INSENSITIVE]	= "#b0b0b0"
  bg[INSENSITIVE]	= "#cfcfcf"
  fg[INSENSITIVE]	= "#9e9e9e"

  base[ACTIVE]		= "#d8d8d8"
  bg[ACTIVE]		= "#cfcfcf"
  fg[ACTIVE]		= "#000000"

  base[SELECTED]	= "#6e88e6"
  bg[SELECTED]		= "#6e88e6"
  fg[SELECTED]		= "#ffffff"
}

style "default" = "base"
{
 engine "smooth"
  {
    use_gradient = TRUE
    line {
        style=smooth
        thickness=1
    }
    grip {
        style= ns_buds_in
    }
    solid_arrow = TRUE
    etched_arrow = FALSE
    arrow_style = alternate3
    tab_style 	= round
  }
}

style "notebook" = "default"
{
  xthickness = 2
  ythickness = 2
}

style "frame" = "default"
{
  xthickness = 1
  ythickness = 1
}

style "button" = "default"
{
  GtkWidget::interior_focus = 0
  GtkWidget::focus_padding = 0
  GtkButton::default_border         = {5, 5, 5, 5}
  GtkButton::default_outside_border = {5, 5, 5, 5} 
  GtkButton::default_spacing        = 6
}

style "menuitem" = "default"
{
  GtkMenuBar::internal-padding = 0
  base[PRELIGHT]	= "#6e88e6"
  bg[PRELIGHT]	= "#6e88e6"
  GtkWidget::interior_focus = 1
  GtkWidget::focus_padding = 1
  xthickness = 2
  ythickness = 2
 engine "smooth"
  {
    use_gradient = TRUE
    line {
        style=smooth
        thickness=1
    }
    solid_arrow = TRUE
    etched_arrow = FALSE
    arrow_style = alternate3
  }
}

style "menubar" = "default"
{
  GtkMenuBar::internal-padding = 0
  base[PRELIGHT]	= "#6e88e6"
  bg[PRELIGHT]	= "#6e88e6"
  GtkWidget::interior_focus = 1
  GtkWidget::focus_padding = 1
  xthickness = 2
  ythickness = 2
 engine "smooth"
  {
    use_gradient = FALSE
    line {
        style=smooth
        thickness=1
    }
    solid_arrow = TRUE
    etched_arrow = FALSE
    arrow_style = alternate3
  }
}

style "scroll" = "default" {
  GtkScrollbar::min_slider_length = 14

  xthickness = 2
  ythickness = 2

  bg[INSENSITIVE]		= "#a3a2a0"
  bg[ACTIVE]			= "#9e9e9e"
  bg[SELECTED]		= "#bcbcbc"
 engine "smooth"
  {
    use_gradient = TRUE
    line {
        style=smooth
        thickness=1
    }
    grip {
        style= dots_in
        count = 4
        spacing = 4
    }
    solid_arrow = TRUE
    etched_arrow = TRUE
    arrow_style = alternate3
    tab_style 	= round
  }
}

style "handle" = "default" {
    bg[NORMAL]		= "#bcbcbc"
    bg[PRELIGHT]	= "#cfcfcf"
    bg[INSENSITIVE]	= "#adadad"
}

style "progress" = "default"

{
  base[PRELIGHT]	= "#6e88e6"
  bg[PRELIGHT]	= "#6e88e6"
  GtkWidget::interior_focus = 1
  GtkWidget::focus_padding = 1
  xthickness = 2
  ythickness = 2
 engine "smooth"
  {
    use_gradient = TRUE
    line {
        style=smooth
        thickness=1
    }
    solid_arrow = TRUE
    etched_arrow = FALSE
    arrow_style = alternate3
  }
}


class "*" style "base"
class "*MenuItem*" style "menuitem"
class "*MenuBar*" style "menubar"
class "*Button*" style "button"
class "*Notebook*" style "notebook"
class "*Frame*" style "frame"
class "*Scrollbar*" style "scroll"
class "progress" style "progress"
class "*Progress*" style "progress"

#class "*HandleBox*" style "handle"
widget_class "*" style "default"
widget_class "*MenuItem*" style "menuitem"
widget_class "*MenuBar*" style "menubar"
widget_class "*Button*" style "button"
widget_class "*Notebook*" style "notebook"
widget_class "*Frame*" style "frame"
widget_class "*Scrollbar*" style "scroll"
widget_class "*HandleBox*" style "handle"
widget_class "*Progress*" style "progress"
widget_class "progress" style "progress"