# gtkrc Gradient-grey theme, Barry Kauler 2008

style "default"
{

# for gtk2...
  font_name="DejaVu Sans 10"
  
  # FFFF00=yellow  "#9dbbdb" #"#4D525B" ##dddddd
	#fg[NORMAL]		= "#FFFF00"		#yellow. Foreground text of nearly all widgets (not editor text)
	fg[PRELIGHT]	= "black" #"#FFFF00"		#Foreground text as you mouse-over something
	#fg[ACTIVE]		= "#FFFF00"		#Foreground text of non-selected but available widgets
	#fg[SELECTED]	= "#FFFF00"		#The foreground of something as you click on it, or which is already selected
	#fg[INSENSITIVE]	= "red"		#Foreground text of inactive buttons, etc.
	bg[NORMAL]		= "#eeeeee"		#The background of every non-clickable/non-active element
	bg[PRELIGHT]	= "gray60"		#mouseover bg radiobuttons and checkboxes.
	#bg[ACTIVE]		= "gray90"		#The background of Evolutions's icons, selected folder, shorcut panel, etc.
	#bg[SELECTED]	= "#7C91B0"		#The background of something as you click on it, or which is already selected
	#bg[INSENSITIVE]	= "gray90"		#Background of un-clickable widgets
	#base[NORMAL]	= "#ffffff"		#Background for just about everything (editor windows, Evolution's folders, etc.)
	#base[SELECTED]	= "#94abc3"		#Background of selected text in a list when window is in foreground
	#base[ACTIVE]	= "#94abc3"		#Background of selected text in a list when window not in foreground
	#base[PRELIGHT]	= "#ffffff"		#??
	#base[INSENSITIVE]= "#ffffff"	#Background of un-clickable widgets
	#text[SELECTED]	= "#FFFF00"		#Foreground of selected text in a list when window is in foreground
	#text[ACTIVE]	= "#FFFF00"		#Certain highlighted/selected things
	#text[PRELIGHT]	= "#FFFF00"
	#text[INSENSITIVE]= "#9B9B9B"	#Un-selectable text



  engine "pixmap" { }
}

style "notebook"
{
 engine "pixmap" {
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	state		= ACTIVE
	file            = "tab2.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }

    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "tab1.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
  }
}

style "button"
{

  engine "pixmap" 
    {

    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	shadow          = IN
	file            = "default.png"
	border          = { 7,7,7,7 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state		= INSENSITIVE
	file            = "tab3.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state		= PRELIGHT
	file            = "tab1.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state		= ACTIVE
	file            = "tab1.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	shadow 		= IN
	state		= SELECTED
	file            = "tab1.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	shadow 		= IN
	state		= SELECTED
	file            = "tab2.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }

    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "tab2.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
   }
}

style "menuitem"
{
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "tab4.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
  }
}

style "scrollbar"
{
  engine "pixmap" 
   {
    image 
      {
        function        = SLIDER
	recolorable     = TRUE
	state		= INSENSITIVE
	file            = "tab3.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    image 
      {
        function        = SLIDER
	recolorable     = TRUE
	file            = "tab1.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }

    image 
      {
        function        = BOX
	recolorable     = TRUE
	state		= INSENSITIVE
	file            = "tab3.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state		= PRELIGHT
	file            = "tab1.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "tab2.png"
	border          = { 6,6,6,6 }
	stretch         = TRUE
      }
    }
}




class "GtkWidget" style "default"
class "GtkNotebook" style "notebook"
class "GtkButton" style "button"
class "GtkMenuItem" style "menuitem"
class "GtkScrollbar" style "scrollbar"
class "GtkRange" style "scrollbar"
class "GtkProgressBar" style "scrollbar"


