# DigitalDark-3-Blue v1.2.9 GTK2 theme.
# 
# Depends on GTK+ 2.x and pixmap engine
#
# Copyright (c) 2008 Joe Jackson (Silentscape) <bandit@banditshome.net>
#
# This theme is based from many GTK2 themes that I have studied over the 
# past few years. Many hours of hard work have went into programming
# the GTK2 theme and designing the graphics.
# The theme design came from working with many OS's over many years.
# I hope everyone enjoy's this theme.
# Feel free to modify the graphics and use this code to design your very
# own work of art.
#
# DigitalDark-3-Blue is offered without warrenty or guarantee and is
# licensened under the GNU-GPL ver2.0.
#
# You should have received a copy of the GNU Library General Public
# License along with the theme; see the file LICENSE.  If
# not, write to the Free Software Foundation, Inc., 59 Temple Place -
# Suite 330, Boston, MA 02111-1307, USA.


#--------------------------------------------------------------
#-----Defines Style Prefs--------------------------------------
                   
style "Digital-default"
{
GtkWidget::interior_focus         = 1
GtkWidget::focus_padding          = 1
GtkWidget::cursor_color           = "#ffffff"
GtkWidget::secondary_cursor_color = "#003060"
GtkWidget::focus_line_pattern     = "\3\1"
GtkButton::default_border         = { 0, 0, 0, 0 }
GtkButton::default_outside_border = { 0, 0, 0, 0 }
GtkRange::trough_border           = 2
GtkRange::slider_width            = 11
GtkRange::stepper_size            = 12
GtkPaned::handle_size             = 7
GtkScrollbar::min_slider_length   = 30
GtkCheckButton::indicator_size    = 12
GtkMenuBar::internal_padding      = 2
GtkOptionMenu::indicator_size     = { 12, 8 }
GtkOptionMenu::indicator_spacing  = { 0, 4, 0, 0 }

xthickness            = 2
ythickness            = 2

#--The COLOR SELECTION list below is universal. Some are not
#--used with PIXMAP engine but, I carried them over from using the
#--Industrial engine.
#--------------------------------------------------------------
#-----Forground Colors-----------------------------------------

  	#Off White 
fg[NORMAL]        	= "#ebebeb"
  
  	#White -- Button Pre Light
fg[PRELIGHT]      	= "#ffffff"
  
	#Off White -- Active Button Text, I.e = Taskbar button that has focus.
fg[ACTIVE]        	= "#ebebeb"
  
	#White -- Selected Hi-lighted Text
fg[SELECTED]      	= "#ffffff"
  
	#Grey -- Grey out the unselectable text.... 
fg[INSENSITIVE]   	= "#292929"

#--------------------------------------------------------------  
#-----Background Colors----------------------------------------

  	#Black
bg[NORMAL]        	= "#000000"

	#Blue
bg[PRELIGHT]      	= "#003060"
  
	#Blue
bg[ACTIVE]        	= "#003060"

	#Blue
bg[SELECTED]      	= "#003060"
  
	#Black
bg[INSENSITIVE]   	= "#000000"

	#Background -- Main background for the theme.
bg_pixmap[NORMAL] 	= "bg.png"

#-------------------------------------------------------------
#-----Text Colors---------------------------------------------

	#Off White -- Normal Text
text[NORMAL]      	= "#ebebeb"

	#Off White -- Used in dropdown list boxes
text[PRELIGHT]    	= "#ebebeb"

	#White -- Active Text within a selection
text[ACTIVE]      	= "#ffffff"
  
	#White -- Selected text within a selection
text[SELECTED]    	= "#ffffff"

	#Grey -- Text that can not be used.
text[INSENSITIVE] 	= "#292929"

#-------------------------------------------------------------
#-----Base Colors---------------------------------------------

	#Black  --  Normal background in most list "i.e = Theme selector list box"
base[NORMAL]      	= "#000000"

	#Blue
base[PRELIGHT]    	= "#003060"

	#Blue -- Use for selecting without user focus
base[ACTIVE]      	= "#003060"

	#Blue -- Use for selecting Icons and Text
base[SELECTED]    	= "#003060"

	#Grey
base[INSENSITIVE] 	= "#292929"

#-------------------------------------------------------------
#-----Engine Prefs--------------------------------------------

	#Using the PIXMAP engine...
engine "pixmap"
{
image
{
function			= BOX
}

	# handle   
image
{
	function		= HANDLE
      	state           	= PRELIGHT
      	recolorable     	= TRUE
      	overlay_file      	= "handle-pre.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
}
image
{
      	function		= HANDLE
        recolorable		= TRUE
        overlay_file      	= "handle.png"
        overlay_border    	= { 0, 0, 0, 0 }
        overlay_stretch   	= FALSE
}
	
	# shadow
image
{
       	function         	= SHADOW
       	recolorable      	= FALSE
       	file             	= "shadow.png"
       	border           	= { 5, 5, 5, 5 }
       	stretch          	= TRUE
}
image
{
       	function         	= SHADOW_GAP
       	recolorable      	= TRUE
       	file             	= "shadow-gap.png"
       	border           	= { 1, 1, 1, 1 }
       	stretch          	= TRUE
       	gap_start_file   	= "shadow-gap-top.png"
       	gap_start_border 	= { 0, 0, 1, 0 }
       	gap_end_file     	= "shadow-gap-top.png"
       	gap_end_border   	= { 0, 0, 1, 0 }
       	gap_side         	= TOP
}
image
{
       	function         	= VLINE
       	recolorable      	= TRUE
       	file             	= "line-v.png"
       	border           	= { 0, 0, 0, 0 }
       	stretch          	= TRUE
}
image
{
      	function          	= HLINE
      	recolorable       	= TRUE
      	file              	= "line-h.png"
      	border            	= { 0, 0, 0, 0 }
      	stretch           	= TRUE
}

	# arrows
image
{
      	function          	= ARROW
      	state             	= INSENSITIVE
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-up-i.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= UP
}
image
{
      	function          	= ARROW
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-up.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= UP
}
image
{
      	function          	= ARROW
      	state             	= INSENSITIVE
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-down-i.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= DOWN
}
image
{
      	function          	= ARROW
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-down.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= DOWN
}
image
{
      	function          	= ARROW
      	state             	= INSENSITIVE
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-left-i.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= LEFT
}
image
{
      	function          	= ARROW
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-left.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= LEFT
}
image
{
      	function          	= ARROW
      	state             	= INSENSITIVE
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-right-i.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= RIGHT
}
image
{
      	function          	= ARROW
      	recolorable       	= TRUE
      	overlay_file      	= "arrow-right.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	arrow_direction   	= RIGHT
}
image
{
      	function          	= CHECK
      	shadow            	= OUT
      	recolorable       	= TRUE
      	overlay_file      	= "check-n.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
}
image
{
      	function          	= CHECK
      	shadow            	= IN
      	recolorable       	= TRUE
      	overlay_file      	= "check-s.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
}
image
{
      	function          	= OPTION
      	shadow            	= OUT
      	recolorable       	= TRUE
      	overlay_file      	= "radio-n.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
}
image
{
      	function          	= OPTION
      	shadow            	= IN
      	recolorable       	= TRUE
      	overlay_file      	= "radio-s.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
}
}
}

################################################# BUTTONS CODE ######### 
style "Digital-button" 		= "Digital-default"
{

	#Focus Rectangle 
fg[NORMAL] 	= "#003060"
fg[INSENSITIVE] = "#003060"
fg[ACTIVE] 	= "#003060"
fg[SELECTED] 	= "#003060"
fg[PRELIGHT] 	= "#003060"

engine "pixmap"
{
image
{
      	function 		= BOX
      	detail	       		= "buttondefault"
      	file           		= "button-default.png"
      	border         		= { 8, 8, 8, 8 }
      	stretch        		= TRUE
}
image
{
      	function         	= BOX
      	shadow           	= IN
      	state            	= PRELIGHT
      	recolorable      	= TRUE
      	file             	= "button-in-pre.png"
      	border           	= { 9, 9, 9, 9 }
      	stretch          	= TRUE
}
image
{
      	function         	= BOX
      	shadow           	= IN
      	recolorable      	= TRUE
      	file             	= "button-in.png"
      	border           	= { 8, 8, 8, 8 }
      	stretch          	= TRUE
}
image
{
      	function         	= BOX
      	state            	= PRELIGHT
      	recolorable      	= TRUE
      	file             	= "button-out-pre.png"
      	border           	= { 9, 9, 9, 9 }
      	stretch          	= TRUE
}
image
{
      	function         	= BOX
      	recolorable      	= TRUE
      	file             	= "button-out.png"
      	border           	= { 8, 8, 8, 8 }
      	stretch          	= TRUE
}
}
}

style "Digital-optionmenu" 	= "Digital-default"
{

#Focus Rectangle
fg[NORMAL] 	= "#003060"
fg[INSENSITIVE] = "#003060"
fg[ACTIVE] 	= "#003060"
fg[SELECTED] 	= "#003060"
fg[PRELIGHT] 	= "#003060"

engine "pixmap"
{
image
{
      	function         	= BOX
      	shadow           	= IN
      	state            	= PRELIGHT
      	recolorable      	= TRUE
      	file             	= "button-in-pre.png"
      	border           	= { 9, 9, 9, 9 }
      	stretch          	= TRUE
}
image
{
      	function         	= BOX
      	shadow           	= IN
      	recolorable      	= TRUE
      	file             	= "button-in.png"
      	border           	= { 8, 8, 8, 8 }
      	stretch          	= TRUE
}
image
{
      	function         	= BOX
      	shadow           	= OUT
      	state            	= PRELIGHT
      	recolorable      	= TRUE
      	file             	= "button-out-pre.png"
      	border           	= { 9, 9, 9, 9 }
      	stretch          	= TRUE
}
image
{
      	function         	= BOX
      	shadow           	= OUT
      	recolorable      	= TRUE
      	file             	= "button-out.png"
      	border           	= { 8, 8, 8, 8 }
      	stretch          	= TRUE
}
image
{
      	function           	= TAB
      	state              	= INSENSITIVE
      	recolorable        	= TRUE
      	overlay_file       	= "arrow-down-i.png"
      	overlay_border     	= { 0, 0, 0, 0 }
      	overlay_stretch    	= FALSE
}
image
{
      	function           	= TAB
      	recolorable        	= TRUE
      	overlay_file       	= "arrow-down.png"
      	overlay_border     	= { 0, 0, 0, 0 }
      	overlay_stretch    	= FALSE
}
}
}

style "Digital-radiobutton" 	= "Digital-default"
{

	#Focus Rectangle
fg[NORMAL] 	= "#003060"
fg[INSENSITIVE] = "#003060"
fg[ACTIVE] 	= "#003060"
fg[SELECTED] 	= "#003060"
fg[PRELIGHT] 	= "#003060"
}

style "Digital-checkbutton" 	= "Digital-default"
{
	#Focus Rectangle
fg[NORMAL] 	= "#003060"
fg[INSENSITIVE] = "#003060"
fg[ACTIVE] 	= "#003060"
fg[SELECTED] 	= "#003060"
fg[PRELIGHT] 	= "#003060"

engine "pixmap"
{
image
{
function          		= FLAT_BOX
}
}
}

style "Digital-entry"     	= "Digital-default"
{
GtkWidget::interior_focus    	= 1

bg_pixmap[NORMAL] 		= "entry-normal.png"
bg_pixmap[INSENSITIVE] 		= "entry-insensitive.png"
}

style "Digital-spinbutton"	= "Digital-entry"
{
engine "pixmap"
{
image
{
      	function          	= BOX
      	recolorable       	= TRUE
      	detail            	= "spinbutton"
      	file              	= "shadow.png"
      	border            	= { 5, 5, 5, 5 }
      	stretch           	= TRUE
}
image
{
      	function          	= BOX
      	detail            	= "spinbutton_up"
      	file              	= "spinbutton-up.png"
      	border            	= { 4, 5, 5, 0 }
      	stretch           	= TRUE
}
image
{
      	function          	= BOX
      	detail            	= "spinbutton_down"
      	file              	= "spinbutton-down.png"
      	border            	= { 4, 5, 0, 5 }
      	stretch           	= TRUE
}
}
}

style "Digital-scrollbar"
{                   
engine "pixmap" 
{
image 
{
      	function          	= BOX                   
      	detail            	= "trough"              
      	file			= "trough-v.png"
      	stretch			= TRUE
      	border			= { 5, 5, 5, 5 }
      	#overlay_file      	= "trough-v.png"
      	#overlay_border    	= { 5, 5, 5, 5 }
      	#overlay_stretch   	= TRUE
      	orientation       	= VERTICAL
}
image
{
      	function		= BOX
      	detail			= "trough"
      	file			= "trough-h.png"
      	stretch			= TRUE
      	border			= { 5, 5, 5, 5 }
      	#overlay_file      	= "trough-h.png"
      	#overlay_border    	= { 5, 5, 5, 5 }
      	#overlay_stretch   	= TRUE
      	orientation       	= HORIZONTAL          
}
image 
{
      	function          	= SLIDER  
      	state             	= PRELIGHT
      	recolorable       	= TRUE
      	file              	= "slider-v-pre.png"
      	border            	= { 4, 4, 7, 5 }
      	stretch           	= TRUE
      	overlay_file      	= "grip-v.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation       	= VERTICAL
}
image 
{
      	function          	= SLIDER
      	state             	= PRELIGHT
      	recolorable       	= TRUE
      	file              	= "slider-h-pre.png"
      	border            	= { 5, 5, 6, 4 }
      	stretch           	= TRUE
      	overlay_file      	= "grip-h.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation       	= HORIZONTAL
}
image 
{
      	function          	= SLIDER       
      	recolorable       	= TRUE
      	file              	= "slider-v.png"
      	border            	= { 4, 4, 6, 4 }
      	stretch           	= TRUE
      	overlay_file      	= "grip-v.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation		= VERTICAL
}
image
{
      	function		= SLIDER
      	recolorable		= TRUE
      	file			= "slider-h.png"
      	border			= { 4, 4, 6, 4 }
      	stretch			= TRUE
      	overlay_file      	= "grip-h.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation		= HORIZONTAL
}
}
}

style "Digital-progressbar"	 = "Digital-default"
{
engine "pixmap" 
{
image
{
      	function          	= BOX
      	detail            	= "bar"
      	recolorable       	= FALSE 
      	file              	= "progressbar.png"
      	border            	= { 6, 6, 6, 6 }
      	stretch           	= TRUE
}
image
{
      	function          	= BOX
      	recolorable       	= FALSE 
      	file              	= "progress-trough.png"     
      	stretch           	= TRUE
      	overlay_file      	= "progress-trough.png"
      	overlay_border    	= { 6, 6, 6, 6 }
      	overlay_stretch   	= TRUE
}
}
}

style "Digital-range"     	= "Digital-standard"
{

#Focus Rectangle
fg[NORMAL] 	= "#003060"
fg[INSENSITIVE] = "#003060"
fg[ACTIVE] 	= "#003060"
fg[SELECTED] 	= "#003060"
fg[PRELIGHT] 	= "#003060"

engine "pixmap" 
{                       #############   SLIDER TROUGHS #################
image 
{
      	function          	= BOX
      	recolorable       	= FALSE
      	detail            	= "trough"
      	file			= "trough-h.png"
      	border			= { 5, 5, 5, 5 }
      	stretch			= TRUE
      	#overlay_file      	= "trough-h.png"
      	#overlay_border    	= { 5, 5, 5, 5 }
      	#overlay_stretch   	= TRUE
      	orientation		= HORIZONTAL
}
image 
{
      	function          	= BOX
      	recolorable       	= FALSE
      	detail            	= "trough"
      	file			= "trough-v.png"
      	border			= { 5, 5, 5, 5 }
      	stretch			= TRUE
      	#overlay_file      	= "trough-v.png"
      	#overlay_border    	= { 5, 5, 5, 5 }
      	#overlay_stretch   	= TRUE
      	orientation		= VERTICAL  
}
image                ###################  SLIDERS #######################
{
      	function          	= SLIDER
      	state             	= PRELIGHT
      	recolorable       	= TRUE
      	file              	= "slider-h-pre.png"
      	border            	= { 5, 5, 6, 4 }
      	stretch           	= TRUE
      	overlay_file      	= "grip-h.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation       	= HORIZONTAL
}
image 
{
      	function          	= SLIDER
      	state             	= PRELIGHT
      	recolorable       	= TRUE
      	file              	= "slider-v-pre.png"
      	border            	= { 4, 4, 7, 5 }
      	stretch           	= TRUE
      	overlay_file      	= "grip-v.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation       	= VERTICAL
}
image 
{
      	function          	= SLIDER
      	recolorable       	= TRUE
      	file              	= "slider-h.png"
      	border            	= { 4, 4, 6, 4 }
      	stretch           	= TRUE
      	overlay_file      	= "grip-h.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation       	= HORIZONTAL
}
image 
{
      	function          	= SLIDER
      	recolorable       	= TRUE
      	file              	= "slider-v.png"
      	border            	= { 4, 4, 6, 4 }
      	stretch           	= TRUE
      	overlay_file      	= "grip-v.png"
      	overlay_border    	= { 0, 0, 0, 0 }
      	overlay_stretch   	= FALSE
      	orientation       	= VERTICAL
}
}
}

style "Digital-menu"      	= "Digital-default"
{

bg[NORMAL] 	= "#000000" 
  
engine "pixmap"
{
image
{
      	function          	= BOX
      	detail            	= "menu"
      	recolorable       	= TRUE
      	file              	= "shadow-menu.png"
      	border            	= { 1, 1, 1, 1 }
      	stretch           	= TRUE
}
}
}

style "Digital-menuitem"  	= "Digital-default"
{

fg[NORMAL] 	= "#003060"
fg[INSENSITIVE] = "#003060"
fg[ACTIVE] 	= "#003060"
fg[SELECTED] 	= "#003060"
fg[PRELIGHT] 	= "#003060"

xthickness            		= 4

engine "pixmap"
{
image
{
      	function          	= BOX
      	recolorable       	= FALSE #was TRUE
      	file              	= "box.png" 
      	border            	= { 1, 1, 8, 8 }
      	stretch           	= TRUE

}
}
}


style "Digital-notebook"
{

fg[NORMAL] 	= "#003060"
bg[NORMAL] 	= "#000000"

engine "pixmap" 
  
    ######################################## TAB SECTION #########
{
image 
{
      	function          	= EXTENSION
      	state             	= ACTIVE
      	recolorable       	= TRUE
      	file              	= "ext-bottom-active.png"
      	border            	= { 8, 8, 9, 1 }
      	stretch           	= TRUE
      	gap_side          	= BOTTOM
}
image 
{
      	function          	= EXTENSION
      	recolorable       	= TRUE
      	file              	= "ext-bottom.png"
      	border            	= { 7, 7, 8, 1 }
      	stretch           	= TRUE
      	gap_side          	= BOTTOM
}
image 
{
      	function          	= EXTENSION
      	state             	= ACTIVE
      	recolorable       	= TRUE
      	file              	= "ext-top-active.png"
      	border            	= { 8, 8, 1, 9 }
      	stretch           	= TRUE
      	gap_side          	= TOP
}
image 
{
      	function          	= EXTENSION
      	recolorable       	= TRUE
      	file              	= "ext-top.png"
      	border            	= { 7, 7, 1, 8 }
      	stretch           	= TRUE
      	gap_side          	= TOP
}
image 
{
      	function          	= EXTENSION
      	state             	= ACTIVE
      	recolorable       	= TRUE
      	file              	= "ext-right-active.png"
      	border            	= { 8, 1, 9, 9 }
      	stretch           	= TRUE
      	gap_side          	= RIGHT
}
image 
{
      	function          	= EXTENSION
      	recolorable       	= TRUE
      	file              	= "ext-right.png"
      	border            	= { 7, 1, 8, 8 }
      	stretch           	= TRUE
      	gap_side          	= RIGHT
}
image 
{
      	function          	= EXTENSION
      	state             	= ACTIVE
      	recolorable       	= TRUE
      	file              	= "ext-left-active.png"
      	border            	= { 1, 8, 9, 9 } 
      	stretch           	= TRUE
      	gap_side          	= LEFT
}
image 
{
      	function          	= EXTENSION
      	recolorable       	= TRUE
      	file              	= "ext-left.png"
      	border            	= { 1, 7, 8, 8 } 
      	stretch           	= TRUE
      	gap_side          	= LEFT
}
    
    ################################################ BACKGROUND CODE FOR NOTEBOOK
    #######   *NOTE: NOTE BOOK DOES NOT EXCEPT OVERLAYS.
image 
{
      	function          	= BOX_GAP
      	recolorable       	= TRUE
      	file              	= "notebook-background.png"
      	border            	= { 2, 2, 2, 2 } 
      	stretch           	= TRUE
      	gap_file          	= "trans.png"
      	gap_border        	= { 0, 0, 0, 0 }
      	gap_start_file    	= "light.png"
      	gap_start_border  	= { 0, 0, 0, 0 }
      	gap_end_file      	= "light.png"
      	gap_end_border    	= { 0, 0, 0, 0 }
      	gap_side          	= TOP

}
image
{
      	function          	= BOX_GAP
     	 recolorable       	= TRUE
      	file              	= "notebook-background.png"
      	border            	= { 2, 2, 2, 2 }
      	stretch           	= TRUE
      	gap_file          	= "trans.png"
      	gap_border        	= { 0, 0, 0, 0 }
      	gap_start_file    	= "light.png"
      	gap_start_border  	= { 0, 0, 0, 0 }
      	gap_end_file      	= "light.png"
      	gap_end_border    	= { 0, 0, 0, 0 }
      	gap_side          	= BOTTOM

}
image 
{
      	function          	= BOX_GAP
      	recolorable       	= TRUE
      	file              	= "notebook-background.png"
      	border            	= { 2, 2, 2, 2 }
      	stretch           	= TRUE
      	gap_file          	= "trans.png"
      	gap_border        	= { 0, 0, 0, 0 }
      	gap_start_file    	= "light.png"
      	gap_start_border  	= { 0, 0, 0, 0 }
      	gap_end_file      	= "light.png"
      	gap_end_border    	= { 0, 0, 0, 0 }
      	gap_side          	= LEFT
}
image 
{
      	function          	= BOX_GAP
      	recolorable       	= TRUE
      	file              	= "notebook-background.png"
      	border            	= { 2, 2, 2, 2 }
      	stretch           	= TRUE
      	gap_file          	= "trans.png"
      	gap_border        	= { 0, 0, 0, 0 }
      	gap_start_file    	= "light.png"
      	gap_start_border  	= { 0, 0, 0, 0 }
      	gap_end_file      	= "light.png"
      	gap_end_border    	= { 0, 0, 0, 0 }
      	gap_side          	= RIGHT

}
}
}
#####################################################################



style "Digital-tooltips"  = "Digital-default"
{
	#Gold 255,220,105
#bg[NORMAL] 	= "#ffdc69"    <-- Using pixmap on this theme. 

engine "pixmap"
{
image
{
      	function          	= FLAT_BOX
      	recolorable       	= TRUE
      	file              	= "tooltip.png"
      	border            	= { 1, 1, 1, 1 }
      	stretch           	= TRUE
}
}
}

style "Digital-ruler"     	= "Digital-default"
{
engine "pixmap"
{
image
{
      	function          	= BOX
      	file              	= "ruler.png"
      	border            	= { 0, 1, 0, 1 }
      	stretch           	= TRUE
}
}
}

style "Digital-layout"    	= "Digital-default"
{
engine "pixmap"
{
image
{
       	function          	= SHADOW
       	detail            	= "entry"
       	file              	= "shadow.png"
       	recolorable       	= TRUE
       	border            	= { 5, 5, 5, 5 }
       	stretch           	= TRUE
}
image
{
       	function          	= SHADOW
       	file              	= "shadow-evolution.png"
       	recolorable       	= TRUE
       	border            	= { 1, 1, 1, 1 }
       	stretch           	= TRUE
}
image
{
      	function          	= BOX
      	detail            	= "button"
      	state             	= NORMAL
      	file              	= "button-out.png"
      	recolorable       	= TRUE
      	border            	= { 8, 8, 8, 8 }
      	stretch           	= TRUE
}
}
}

# This prevents Sodipodi from crashing while opening the
# Object-Style dialog.

style "Digital-unstyle"
{
engine ""
{
}
}

# recognizable pressed toggle buttons
# SPIcons seem to erase the background first. Use this for correction.

style "Digital-SPbutton"
{
engine "pixmap"
{
image
{
	function          	= BOX
      	shadow            	= IN
      	recolorable       	= TRUE
      	file              	= "shadow.png"
      	border            	= { 5, 5, 5, 5 }
      	stretch           	= TRUE
}
image
{
function          		= BOX
}
}
}

style "Digital-treeview" 	= "Digital-default"
{
bg_pixmap[NORMAL] = "entry-normal.png" #Edit here to change this background.
}

style "Digital-evolution-specific" = "Digital-default"
{
engine "pixmap"
{
image
{
       	function          	= SHADOW
       	file              	= "shadow.png"
       	recolorable       	= TRUE
       	border            	= { 5, 5, 5, 5 }
       	stretch           	= TRUE
}
}
}

####################### MENU BAR CODE ############################
style "Digital-Menubar"
{
engine "pixmap"
{    
image
{
	function		= BOX
	file			= "menubar.png"
   	border			= { 2, 2, 2, 2 }
	stretch			= TRUE
}
}
}
###################################################################

style "Digital-stock-icons"
{
	# If you need to specify any special icons do it here.
	stock["gtk-cancel"] = {
    	{ "gtk_stock_cancel.png" }
}
  	stock["gtk-close"] = {
    	{ "gtk_stock_close.png" }
}
  	stock["gtk-cut"] = {
    	{ "stock_cut.png" }
}
  	stock["gtk-zoom-in"] = {
   	{ "stock_zoom-in.png" }
}
  	stock["gtk-zoom-1"] = {
    	{ "stock_zoom-1.png" }
}
  	stock["gtk-zoom-out"] = {
    	{ "stock_zoom-out.png" }
}
  	stock["gtk-gnome-settings"] = {
    	{ "gnome-settings.png" }
}  
} 

class "GtkObject" 		style "Digital-stock-icons"
class "GtkWidget"          	style "Digital-default"
class "GtkEventBox"        	style "Digital-default"
class "GtkButton"          	style "Digital-button"
class "GtkRadioButton"     	style "Digital-radiobutton"
class "GtkCheckButton"     	style "Digital-checkbutton"
class "GtkOptionMenu"      	style "Digital-optionmenu"
class "GtkEntry"           	style "Digital-entry"
class "GtkOldEditable"     	style "Digital-entry"
class "GtkSpinButton"      	style "Digital-spinbutton"
class "GtkRange"           	style "Digital-range"
class "GtkScrollbar"       	style "Digital-scrollbar"
class "GtkProgressBar"     	style "Digital-progressbar"
class "GtkMenu"            	style "Digital-menu"
class "GtkItem"            	style "Digital-menuitem"
class "GtkNotebook"        	style "Digital-notebook"
class "GtkRuler"           	style "Digital-ruler"
class "GtkLayout"          	style "Digital-layout"
class "GtkTreeView"        	style "Digital-treeview"
widget "gtk-tooltips"      	style "Digital-tooltips"
class "GtkMenuBar"	   	style "Digital-Menubar"
# Sodipodi 0.31
class "SPButton"           	style "Digital-SPbutton"
class "SPColorSlider"      	style "Digital-unstyle"
# Evolution 1.4.4
class "ECalendar"          	style "Digital-evolution-specific"
    
############################## END OF FILE ###################################
