# Yellow theme for GTK 1.2.x
# z3r0 (z3r0@terra.com.br)
#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>


style "default"
{
  font = "-*-lucida-helvetica-r-normal-*-10-*-*-*-*-*-iso8859-1"

fg[NORMAL]        = { 0.00, 0.00, 0.00 }
fg[SELECTED]      = { 0.00, 0.00, 0.00 }
fg[ACTIVE]        = { 0.00, 0.00, 0.00 }
fg[PRELIGHT]      = { 0.00, 0.00, 0.00 }
fg[INSENSITIVE]   = "#948420"

bg_pixmap[NORMAL] = "bg.png"

bg[NORMAL]        = "#948420"
bg[SELECTED]      = "#948420"
bg[INSENSITIVE]   = "#948420"
bg[ACTIVE]        = "#948420"
bg[PRELIGHT]      = "#948420"

base[NORMAL]    = "#f7dd6c"
base[ACTIVE]    = "#f7dd6c"


  engine "pixmap" 
    {		
    image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
	state           = INSENSITIVE
        detail          = "entry_bg"
	file            = "entry1.png"
	stretch         = TRUE
      }
    image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
        detail          = "entry_bg"
	file            = "entry1.png"
	stretch         = TRUE
      }
    # window
    image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
	file            = "bg.png"
	stretch         = FALSE
      }
   
     # Handle Box
     image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "handlebox_bin"
	file            = "bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    
    # Handle
    image 
      {
        function        = HANDLE
	recolorable     = TRUE
	file            = "bg1.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
	overlay_file    = "handle_vert_thumb.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
	orientation     = VERTICAL
      }	
      
    # Hline and Vline widgets
    image 
      {
        function        = HLINE
	recolorable     = TRUE
	file            = "hline.png"
	border          = { 0, 0, 1, 1 }
	stretch         = TRUE
      }
    image 
      {
        function        = VLINE
	recolorable     = TRUE
	file            = "vline.png"
	border          = { 1, 1, 0, 0 }
	stretch         = TRUE
      }
      
     # Entry background 
    
    
      
    # How to draw shadows in general
    image 
      {
        function        = SHADOW
	recolorable     = TRUE
	shadow          = IN
	file            = "shadow2.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = SHADOW
	recolorable     = TRUE
	shadow          = OUT
	file            = "shadow1.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = SHADOW
	recolorable     = TRUE
	shadow          = ETCHED_IN
	file            = "frame1.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = SHADOW
	recolorable     = TRUE
	shadow          = ETCHED_OUT
	file            = "frame2.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }

    # How to draw shadows with a gap on one side
    image 
      {
        function        = SHADOW_GAP
	recolorable     = TRUE
	file            = "frame_gap.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_start_file  = "frame_gap_top_start.png"
	gap_start_border= { 0, 0, 1, 1 }
	gap_end_file    = "frame_gap_top_end.png"
	gap_end_border  = { 0, 0, 1, 1 }
	gap_side        = TOP
      }
      
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "vruler"
	file            = "bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "hruler"
	file            = "bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }

   }
}
widget_class "*" style "default"


style "notebook"
{
  engine "pixmap" 
    {
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	state           = ACTIVE
	file            = "notebook1.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "extension_top1.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = BOTTOM
      }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "extension_bottom1.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = TOP
      }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "extension_left1.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = RIGHT
      }
    image 
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "extension_right1.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = LEFT
      }
#
# How to draw boxes with a gap on one side (ie the page of a notebook)
#
    image 
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "bg.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_top.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_top_start.png"
	gap_start_border= { 2, 0, 0, 0 }
	gap_end_file    = "gap_top_end.png"
	gap_end_border  = { 0, 2, 0, 0 }
	gap_side        = TOP
      }
    image 
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "bg.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_bottom.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_bottom_start.png"
	gap_start_border= { 2, 0, 0, 0 }
	gap_end_file    = "gap_bottom_end.png"
	gap_end_border  = { 0, 2, 0, 0 }
	gap_side        = BOTTOM
      }
    image 
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "bg.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_left.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_left_start.png"
	gap_start_border= { 0, 0, 2, 0 }
	gap_end_file    = "gap_left_end.png"
	gap_end_border  = { 0, 0, 0, 2 }
	gap_side        = LEFT
      }
    image 
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "bg.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_file        = "gap_right.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_right_start.png"
	gap_start_border= { 0, 0, 2, 0 }
	gap_end_file    = "gap_right_end.png"
	gap_end_border  = { 0, 0, 0, 2 }
	gap_side        = RIGHT
      }
#
# How to draw the box of a notebook when it isnt attached to a tab
#
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "bg.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
	gap_side        = TOP
      }
  }
}

class "GtkNotebook" style "notebook"



style "button"
{
  engine "pixmap" 
    {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
        detail		    = "buttondefault"
	shadow          = IN
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	shadow          = OUT
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = PRELIGHT
	shadow          = IN
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = PRELIGHT
	shadow          = OUT
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	shadow          = IN
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = INSENSITIVE
	shadow          = IN
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = INSENSITIVE
	shadow          = OUT
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = SELECTED
	shadow          = IN
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = ACTIVE
	shadow          = IN
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image
      {
   	function	= TAB
	recolorable	= TRUE
	overlay_file	= "option_menu.png"
	overlay_stretch = FALSE
      }
   }
}

class "GtkButton" style "button"
class "GtkOptionMenu" style "button"



style "togglebutton"
{
   engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = IN
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = OUT
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
  }
}

class "GtkToggleButton" style "togglebutton"


style "clist"
{
  bg[NORMAL] = "#f7dd6c"
  fg[PRELIGHT] = "#000000"
  base[NORMAL] = "#f7dd6c"
}

class "GtkCList" style "clist"

style "menu"
{
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "bg.png"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
      }
  }
}

class "GtkMenu" style "menu"



style "menuitem"
{
  engine "pixmap" {
    image
      {
	function        = ARROW
	recolorable 	= TRUE
	state		    = NORMAL
	file		    = "arrow_left.png"
	stretch         = FALSE
	arrow_direction	= LEFT
      }
    image
      {
	function        = ARROW
	recolorable 	= TRUE
	state		    = PRELIGHT
	file		    = "arrow_left.png"
	stretch         = FALSE
	arrow_direction	= LEFT
      }
    image
      {
	function        = ARROW
	recolorable 	= TRUE
	state		    = NORMAL
	file		    = "arrow_sub.png"
	stretch         = FALSE
	arrow_direction	= RIGHT
      }
    image
      {
	function        = ARROW
	recolorable 	= TRUE
	state		    = PRELIGHT
	file		    = "arrow_sub.png"
	stretch         = FALSE
	arrow_direction	= RIGHT
      }
    image
      {
	function        = ARROW
	recolorable 	= TRUE
	shadow		    = IN
	file		    = "arrow_sub.png"
	stretch         = FALSE
	arrow_direction	= RIGHT
      }
    image
      {
	function	= BOX
	recolorable	= TRUE
	state		= PRELIGHT
	file		= "button.png"
	border		= { 12, 12, 12, 12 }
	stretch		= TRUE
      }
    image
      {
	function	= BOX
	recolorable	= TRUE
	state		= INSENSITIVE
	file		= "button.png"
	border		= { 12, 12, 12, 12 }
	stretch		= TRUE
      }
    image 
      {
        function        = HLINE
	recolorable     = TRUE
	file            = "hline.png"
	border          = { 0, 0, 1, 1 }
	stretch         = TRUE
      }
    image 
      {
        function        = VLINE
	recolorable     = TRUE
	file            = "vline.png"
	border          = { 1, 1, 0, 0 }
	stretch         = TRUE
      }
  }
}
class "GtkMenuItem" style "menuitem"


style "menubar"
{
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
  }
}

class "GtkMenuBar" style "menubar"




style "checkradiobutton"
{
  engine "pixmap" {
# Check marks
    image
      {
	function        = CHECK
	recolorable     = TRUE
	shadow          = OUT
	overlay_file    = "check1.png"
	overlay_stretch = FALSE
      }
    image
      {
	function        = CHECK
	recolorable     = TRUE
	shadow          = IN
	overlay_file    = "check2.png"
	overlay_stretch = FALSE
      }
# Option marks
    image
      {
	function        = OPTION
	recolorable     = TRUE
	shadow          = OUT
	overlay_file    = "option1.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
      }
    image
      {
	function        = OPTION
	recolorable     = TRUE
	shadow          = IN
	overlay_file    = "option2.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
      }
    image
      {
	function	= FLAT_BOX
	recolorable	= TRUE
	file		= "blank.png"
	border		= {  2, 2, 2, 2 }
	stretch		= TRUE
      }
  }
}
class "GtkRadioButton" style "checkradiobutton"
class "GtkCheckButton" style "checkradiobutton"





style "progressbar"
{
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "bar"
	file            = "button.png"
	border          = { 12, 12, 12, 12 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
        recolorable     = TRUE
        detail          = "trough"
        file            = "bg.png"
        border          = { 6,6,8,8 }
        stretch         = TRUE
        orientation     = HORIZONTAL
      }
  }
}
class "GtkProgressBar" style "progressbar"





style "slider"
{
  engine "pixmap" {
    image
      {
	function	= BOX
	recolorable	= FALSE
	detail		= "trough"
	file		= "bg.png"
	border		= { 9, 9, 1, 1 }
	stretch		= TRUE
        orientation	= HORIZONTAL
      }
    image 
      {
	function	= BOX
	recolorable	= FALSE
	detail		= "trough"
	file		= "bg.png"
	border		= { 1, 1, 9, 9 }
	stretch		= TRUE
        orientation	= VERTICAL
      }
    image 
      {
	function	= SLIDER
	recolorable	= FALSE
	state		= NORMAL
	file		= "slider_h.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
        orientation	= HORIZONTAL
      }
    image 
      {
	function	= SLIDER
	recolorable	= FALSE
	state		= NORMAL
	file		= "slider_v.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	orientation	= VERTICAL
      }
    image 
      {
	function	= BOX
	recolorable	= FALSE
	state		= NORMAL
	file		= "slider_h.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	orientation	= HORIZONTAL
      }
    image 
      {
	function	= BOX
	recolorable	= FALSE
	state		= NORMAL
	file		= "slider_v.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	orientation	= VERTICAL
      }
    image 
      {
	function	= SLIDER
	recolorable	= FALSE
	state		= PRELIGHT
	file		= "slider_h.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	orientation	= HORIZONTAL
      }
    image 
      {
	function	= SLIDER
	recolorable	= FALSE
	state		= PRELIGHT
	file		= "slider_v.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	orientation	= VERTICAL
      }
    image 
      {
	function	= BOX
	recolorable	= FALSE
	state		= PRELIGHT
	file		= "slider_h.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	orientation	= HORIZONTAL
      }
    image 
      {
	function	= BOX
        recolorable	= FALSE
	state		= PRELIGHT
	file		= "slider_v.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	orientation	= VERTICAL
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	file		= "abutton1.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	file		= "abutton1.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	file		= "abutton1.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	file		= "abutton1.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	file		= "abutton2.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	file		= "abutton2.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	file		= "abutton2.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	file		= "abutton2.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	file		= "abutton3.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	file		= "abutton3.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	file		= "abutton3.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image 
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	file		= "abutton3.png"
	border		= { 7, 7, 7, 7 }
	stretch		= TRUE
	overlay_file	= "arrow_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
  }
}
class "*Scroll*" style "slider"
class "*Scale*" style "slider"





style "arrows"
{ 
 engine "pixmap" {    
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "arrow_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "arrow_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "arrow_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "arrow_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "arrow_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "arrow_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "arrow_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "arrow_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "arrow_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "arrow_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "arrow_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image
      {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "arrow_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
  }
}
class "GtkArrow" style "arrows"
class "GtkSpinButton" style "arrows"
