# Theme Name  : CleanOrangish
# Author      : ajgenius (ajgenius@ajgenius.us)
# Description :
#
# A CleanIce theme using the colours from the Smooth-Orangish theme.

style "cleanorangish" {
  GtkCheckButton::indicator-size = 10
  GtkPaned::handle-size = 9

  fg[NORMAL]        = { 0.00, 0.00, 0.00 }
  fg[PRELIGHT]      = { 0.00, 0.00, 0.00 }
  fg[ACTIVE]        = { 0.00, 0.00, 0.00 }
  fg[SELECTED]      = { 0.00, 0.00, 0.00 }
  fg[INSENSITIVE]   = { 0.35, 0.35, 0.35 }

  bg[NORMAL]        = { 0.83, 0.83, 0.83 }
  bg[PRELIGHT]      = { 0.89, 0.52, 0.16 }
  bg[ACTIVE]        = { 0.78, 0.78, 0.78 }
  bg[SELECTED]      = { 0.89, 0.52, 0.16 }
  bg[INSENSITIVE]   = { 0.83, 0.83, 0.83 }

  text[NORMAL]      = { 0.0, 0.0, 0.0 }
  text[ACTIVE]      = { 0.0, 0.0, 0.0 }
  text[PRELIGHT]    = { 0.0, 0.0, 0.0 }
  text[SELECTED]    = { 0.0, 0.0, 0.0 }
  text[INSENSITIVE] = "#753075307530"

  base[NORMAL]      = { 0.92, 0.92, 0.92 }
  base[ACTIVE]      = { 0.89, 0.52, 0.16 }
  base[PRELIGHT]    = { 0.89, 0.52, 0.16 }
  base[SELECTED]    = { 0.89, 0.52, 0.16 }
  base[INSENSITIVE] = { 0.92, 0.92, 0.92 }

  engine "cleanice" {}
}
widget_class "*" style "cleanorangish"

style "radio_check" {
    text[PRELIGHT]  = { 0.92, 0.92, 0.92 }
}
widget_class "*RadioButton*" style "radio_check"
widget_class "*CheckButton*" style "radio_check"

style "metacity-frame"
{
  xthickness = 0
  ythickness = 0
  bg[SELECTED] = { 0.89, 0.52, 0.16 }
  fg[SELECTED] = { 1.0, 1.0, 1.0 }
} 
class "MetaFrames" style "metacity-frame"
widget_class "MetaFrames" style "metacity-frame"

style "cleanice-scales-defaults" {
  GtkRange::slider-width = 20
  GtkScale::slider-length = 10
} widget_class "*Scale*" style "cleanice-scales-defaults"

style "cleanice-sbar-defaults" {
  GtkRange::slider-width = 13
  GtkRange::stepper-size = 13
  GtkScrollbar::min-slider-length = 18
  GtkScrollbar::has_forward_stepper = 1
  GtkScrollbar::has_backward_stepper = 1
  GtkScrollbar::has_secondary_backward_stepper = 1
} widget_class "*Scrollbar*" style "cleanice-sbar-defaults"
