# Theme Name  : Smooth-Tangerine-Dream
# Author(s)   : Link Dupont ala sub_pop (link@subpop.net)
# Description :
#
# A lighter variant of Smooth-Tangerine.

style "default" {
    fg[ACTIVE]        = "#000000"
    fg[INSENSITIVE]   = "#949494"
    fg[NORMAL]        = "#000000"
    fg[PRELIGHT]      = "#ffffff"
    fg[SELECTED]      = "#ffffff"

    bg[ACTIVE]        = "#c6c6c6"
    bg[INSENSITIVE]   = "#e1e1e1"
    bg[NORMAL]        = "#e9e9e9"
    bg[PRELIGHT]      = "#ff944c"
    bg[SELECTED]      = "#ff944c"

    base[ACTIVE]      = "#ff771c"
    base[INSENSITIVE] = "#dbdbdb"
    base[NORMAL]      = "#ffffff"
    base[PRELIGHT]    = "#f3dac9"
    base[SELECTED]    = "#ff944c"

    text[ACTIVE]      = "#ffffff"
    text[INSENSITIVE] = "#949494"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ffffff"  
 
    engine "smooth" {
        GtkCheckButton::indicator_size    = 13
        GtkRadioButton::indicator_size    = 12

        GtkRange::trough_border           = 2
        GtkRange::slider_width            = 13
        GtkRange::stepper_size            = 15
        GtkRange::stepper_spacing         = 0

        fill {
             style=gradient
             hdirection=vertical
             vdirection=vertical
             color1[NORMAL]="#F8F8F8"
             color2[NORMAL]="#CDCDCD"
             color1[PRELIGHT]="#ffaa70"
             color2[PRELIGHT]="#ff6f0f"
             color1[SELECTED]="#ffaa70"
             color2[SELECTED]="#ff6f0f"
             color1[INSENSITIVE]="#EEEEEE"
             color2[INSENSITIVE]="#C5C5C5"
	}

        line {
             style=smooth
             thickness=1
	}

        grip {
             style=dots_out
	     count=3
	     spacing=2
             fill {
                 style=solid
             }
	}

        check {
	    style=clean
	    motif=false
	}
	
	option {
	    style=round
	    motif=false
	}
	
	arrow {
           style=cleanice
	   solid=TRUE
        }

	tab_style=square
    }
} widget_class "*" style "default"

style "toolbar" {
    engine "smooth" {
        line {
	    style=smooth
	    thickness=1
	}
	
	fill {
	    style=solid
	}
	
	grip {
	    style=dots_out
	    count=3
	    spacing=2
	    toolbar_overlap=TRUE
	}
    }
}
widget_class "*BonoboDockItem*" style "toolbar"
class "*BonoboDockItem*" style "toolbar"

widget_class "*HandleBox*" style "toolbar"
class "*HandleBox*" style "toolbar"

widget_class "*Tool*" style "toolbar"
class "*Tool*" style "toolbar"

widget_class "*MenuBar*" style "toolbar"
class "*MenuBar*" style "toolbar"

style "menuitem" {
    text[PRELIGHT]	= "#FFFFFF" # Radio/Check items use text[state]
    				    # for the check colour
    text[NORMAL]	= "#000000"
    
    engine "smooth" {
        fill {
             style=solid
	}
	
	line {
	    style=smooth
	    thickness=0
	}
	
	check {
	    style=clean
	    line {
	        style=none
		thickness=0
	    }
	    fill {
	        style=solid
	    }
	}
	
	option {
	    style=round
	    line {
	        style=none
		thickness=0
	    }
	    fill {
	        style=solid
	    }
	}
	
	arrow {
           style=cleanice
	   solid=TRUE
        }
    }
}
widget_class "*MenuItem*" style "menuitem"
class "*MenuItem*" style "menuitem"

style "radio_check" {
    base[PRELIGHT]	= "#FFFFFF"

    text[PRELIGHT]	= "#ff944c" # Radio/Check items use text[state]
    				    # for the check colour
    text[ACTIVE]	= "#FFFFFF"
    text[NORMAL]	= "#000000"
    text[SELECTED]	= "#afafaf"
}
widget_class "*RadioButton*" style "radio_check"
widget_class "*CheckButton*" style "radio_check"

style "scrollbar" {
    engine "smooth" {
        GtkRange::trough_border           = 2
        GtkRange::slider_width            = 13
        GtkRange::stepper_size            = 15
        GtkRange::stepper_spacing         = 0
        fill {
             style=gradient
             hdirection=vertical
             vdirection=horizontal
             color1[NORMAL]="#F8F8F8"
             color2[NORMAL]="#CDCDCD"
             color1[PRELIGHT]="#ffaa70"
             color2[PRELIGHT]="#ff6f0f"
             color1[SELECTED]="#ffaa70"
             color2[SELECTED]="#ff6f0f"
             color1[INSENSITIVE]="#EEEEEE"
             color2[INSENSITIVE]="#C5C5C5"
	}
	
	line {
	    style=smooth
	    thickness=0
	}
	
	trough {
	    fill {
	        style=solid
	    }
	}
	
	grip {
	    style=none
	}
	
	arrow {
           style=cleanice
	   solid=TRUE
	   xpadding=1
	   ypadding=1
        }
    }
}
widget_class "*Scrollbar*" style "scrollbar"
class "*Scrollbar*" style "scrollbar"

style "hscales"  {
    bg[SELECTED]		= "#ff944c" #scroll bar background
    
    engine "smooth" {	
        fill {
             style=gradient
             hdirection=vertical
             vdirection=horizontal
             color1[NORMAL]="#F8F8F8"
             color2[NORMAL]="#CDCDCD"
             color1[PRELIGHT]="#ffaa70"
             color2[PRELIGHT]="#ff6f0f"
             color1[SELECTED]="#ffaa70"
             color2[SELECTED]="#ff6f0f"
             color1[INSENSITIVE]="#EEEEEE"
             color2[INSENSITIVE]="#C5C5C5"
	}

        line {
	    style=smooth
	    thickness=2
	}
	
	trough {
	    xpadding=7
	    ypadding=1
	    show_value=TRUE
   	    fill {
	      style=solid
            }
	}
	
	grip {
	    style=none
	}
	
	real_sliders=FALSE
    }
}
widget_class "*HScale*" style "hscales"
class "*HScale*" style "hscales"

style "vscales"  {
    bg[SELECTED]		= "#ff944c" #scroll bar background
    
    engine "smooth" {
        fill {
             style=gradient
             hdirection=vertical
             vdirection=horizontal
             color1[NORMAL]="#F8F8F8"
             color2[NORMAL]="#CDCDCD"
             color1[PRELIGHT]="#ffaa70"
             color2[PRELIGHT]="#ff6f0f"
             color1[SELECTED]="#ffaa70"
             color2[SELECTED]="#ff6f0f"
             color1[INSENSITIVE]="#EEEEEE"
             color2[INSENSITIVE]="#C5C5C5"
	}

        line {
	    style=smooth
	    thickness=2
	}

	trough {
	    xpadding=1
	    ypadding=7
	    show_value=TRUE
   	    fill {
	      style=solid
            }
	}
	
	grip {
	    style=none
	}
	
	real_sliders=FALSE
    }
}
widget_class "*VScale*" style "vscales"
class "*VScale*" style "vscales"

style "infobar" {
    engine "smooth" {
        fill {
             style=gradient
             hdirection=vertical
             vdirection=horizontal
             color1[NORMAL]="#F8F8F8"
             color2[NORMAL]="#CDCDCD"
             color1[PRELIGHT]="#ffaa70"
             color2[PRELIGHT]="#ff6f0f"
             color1[SELECTED]="#ffaa70"
             color2[SELECTED]="#ff6f0f"
             color1[INSENSITIVE]="#EEEEEE"
             color2[INSENSITIVE]="#C5C5C5"
	}

        line {
	    style=smooth
	    thickness=2
	}
	
	trough {
	    fill {
	        style=solid
	    }
	}
    }
}
class "*Progress*" style "infobar"
widget_class "*Progress*" style "infobar"
