# Theme Name  : Nuvola-Light-Blue-Gray
# Author   : Richard Ruhland, Germany 28.01.2006
# Description : Nuvola in Light Blue Gray Theme
#
# A smooth olive theme modified from the Nuvola theme, 



style "default" {
	######  GTK Style Flags  ###### 
	GtkWidget::interior_focus		= 5
	GtkButton::default_border		= {5, 5, 5, 5}
	GtkButton::default_outside_border	= {5, 5, 5, 5}

	GtkCheckButton::indicator_size		= 13
	GtkRadioButton::indicator_size		= 12

	GtkPaned::handle_size			= 10

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

	###  Nautilus Specific Style Flags  ###
	NautilusIconContainer::selection_box_alpha	= 64
	NautilusIconContainer::highlight_alpha		= 255
	NautilusIconContainer::light_info_color		= "#FFFFFF"
	NautilusIconContainer::dark_info_color		= "#85a05c"
	NautilusIconContainer::frame_text 		= 0

	###### GTK Style Colours ######
	###############################
	fg[ACTIVE]		= "#201d15"
	fg[SELECTED]		= "#201d15"
	fg[NORMAL]		= "#201d15"
	fg[PRELIGHT]		= "#201d15"
	fg[INSENSITIVE]		= "#b5b3ac"

	bg[ACTIVE]		= "#f2f8fc"	

	bg[SELECTED]      = "#75c2fc"# light blue
	bg[NORMAL]		= "#c1d0d6"
	
	bg[PRELIGHT]      = "#f7ff80" # yellow
	bg[INSENSITIVE]		= "#ece9d8"# beige
	
	base[ACTIVE]		= "#aba897"# white
	base[SELECTED]      = "#75c2fc"# light blue			
	base[NORMAL]      = "#e9eced"# 
	base[PRELIGHT]        = "#75c2fc"# light blue
	base[INSENSITIVE]	= "#ece9d8"# beige

	text[ACTIVE]		= "#FFFFFF"
	text[SELECTED]		= "#FFFFFF"
	text[NORMAL]		= "#000000"
	text[PRELIGHT]		= "#000000"
	text[INSENSITIVE]	= "#a69872"
 
	###### Theme Engine Style ######
	engine "smooth" {
		tab_style	= round
		
		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= vertical
		
				
			color1[SELECTED]	= "#05beff"
			# color1[SELECTED]	= "#dfeccc"

			color2[SELECTED]	= "#51adf4"
			# color2[SELECTED]	= "#90ac63"
			
			color1[NORMAL]		= "#F8F8FB"
			
			color2[NORMAL]		= "#ddeffc" hellblau
			color1[PRELIGHT]	= "#f6fc55" # gelb
			color2[PRELIGHT]	= "#f0fdff" # sehr hellblau	
			color1[INSENSITIVE]	= "#aabfeb"
			
			color2[INSENSITIVE]	= "#b2d0e7"	
		}

		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
		}
	}
} widget_class "*" style "default"

style "toolbar" {
	###### Theme Engine Style ######
	engine "smooth" {
		fill {
			style	= solid
		}
	
		line {
			style		= smooth
			thickness	= 1
		}
	
		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" {
	###### GTK Style Colours ######
	text[NORMAL]		= "#000000"
	text[PRELIGHT]		= "#FFFFFF" 
    
	###### Theme Engine Style ######
	engine "smooth" {
		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= vertical
			
			color1[SELECTED]	= "#05beff"
			color2[SELECTED]	= "#51adf4"
			color2[NORMAL]		= "#7ac8f4"
			color1[PRELIGHT]	= "#f6fc55"
			color2[PRELIGHT]	= "#f0fdff" 
			color1[INSENSITIVE]	= "#aabfeb"
			color2[INSENSITIVE]	= "#b2d0e7"
		}
	
		line {
			style		= smooth
			thickness	= 1
		}
	
		check {
			style	= clean
			
			fill {
				style	= solid
			}

			line {
				style		= none
				thickness	= 0
			}
		}
	
		option {
			style	= round
			
			fill {
				style	= solid
			}

			line {
				style		= none
				thickness	= 0
			}
		}
	
		arrow {
			style	= cleanice
			solid	= TRUE
		}
	}
}
widget_class "*MenuItem*" style "menuitem"
class "*MenuItem*" style "menuitem"

style "radio_check" {
	###### GTK Style Colours ######
	base[PRELIGHT]	= "#FFFFFF"

	text[ACTIVE]	= "#FFFFFF"
	text[SELECTED]	= "#AFAFAF"
	text[NORMAL]	= "#000000"
	text[PRELIGHT]	= "#9ab76c"
}
widget_class "*RadioButton*" style "radio_check"
widget_class "*CheckButton*" style "radio_check"

style "scrollbar" {
	###### Theme Engine Style ######
	engine "smooth" {
		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= horizontal
		
			color1[SELECTED]	= "#05beff"

			color2[SELECTED]	= "#51adf4"
			color1[NORMAL]		= "#F8F8FB"
			color2[NORMAL]		= "#7ac8f4"
			color1[PRELIGHT]	= "#f6fc55" # gelb
			color2[PRELIGHT]	= "#f0fdff" # sehr hellblau	
			color1[INSENSITIVE]	= "#aabfeb"
			color2[INSENSITIVE]	= "#b2d0e7"	
		}
	
		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"  {
	######  GTK Style Flags  ###### 
	GtkRange::trough_border			= 0
	GtkRange::slider-width			= 22
	GtkScale::slider-length			= 13
	
	###### GTK Style Colours ######
	bg[SELECTED]		= "#90ac63"

	###### Theme Engine Style ######
	engine "smooth" {	
		real_sliders	= FALSE

		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= horizontal
			
			color1[SELECTED]	= "#05beff"
			color2[SELECTED]	= "#51adf4"
			color1[NORMAL]		= "#F8F8FB"
			color2[NORMAL]		= "#ddeffc" hellblau
			color1[PRELIGHT]	= "#f6fc55" # gelb
			color2[PRELIGHT]	= "#f0fdff" # sehr hellblau	
			color1[INSENSITIVE]	= "#aabfeb"
			color2[INSENSITIVE]	= "#b2d0e7"	
		}

		line {
			style		= smooth
			thickness	= 2
		}
	
		trough {
			show_value	= TRUE

			xpadding	= 7
			ypadding	= 1

			fill {
				style	= solid
			}
		}
	
		grip {
			style	= none
		}
	}
}
widget_class "*HScale*" style "hscales"
class "*HScale*" style "hscales"

style "vscales"  {
	######  GTK Style Flags  ###### 
	GtkRange::trough_border			= 0
	GtkRange::slider-width			= 22
	GtkScale::slider-length			= 13
	
	###### GTK Style Colours ######
	bg[SELECTED]		= "#90ac63"
    
	###### Theme Engine Style ######
	engine "smooth" {	
		real_sliders	= FALSE

		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= horizontal

			color1[SELECTED]	= "#05beff"
			color2[SELECTED]	= "#51adf4"
			color1[NORMAL]		= "#F8F8FB"
			color2[NORMAL]		= "#7ac8f4"
			color1[PRELIGHT]	= "#f6fc55" 
			color2[PRELIGHT]	= "#f0fdff"	
			color1[INSENSITIVE]	= "#aabfeb"
			color2[INSENSITIVE]	= "#b2d0e7"	
		}

		line {
			style		= smooth
			thickness	= 2
		}
	
		trough {
			show_value	= TRUE

			xpadding	= 1
			ypadding	= 7

			fill {
				style	= solid
			}
		}
	
		grip {
			style	= none
		}
	}
}
widget_class "*VScale*" style "vscales"
class "*VScale*" style "vscales"

style "infobar" {
	######  GTK Style Flags  ###### 
	xthickness		= 2
	ythickness		= 2
    
	###### Theme Engine Style ######
	engine "smooth" {
		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= horizontal


			color1[SELECTED]	= "#05beff"
			# color1[SELECTED]	= "#dfeccc"

			color2[SELECTED]	= "#51adf4"
			# color2[SELECTED]	= "#90ac63"

			color1[NORMAL]		= "#F8F8FB"
			
			color2[NORMAL]		= "#7ac8f4"
			color1[PRELIGHT]	= "#f6fc55" # gelb
			color2[PRELIGHT]	= "#f0fdff" # sehr hellblau	
			color1[INSENSITIVE]	= "#aabfeb"
			color2[INSENSITIVE]	= "#b2d0e7"	
		}

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

style "metacity-frame"
{
	bg[SELECTED]		= "#0013c9" Blue menue
	
	###### Theme Engine Style ######
	engine "smooth" {
		fill {
			style		= gradient
			# hdirection 	= horizontal
			hdirection	= vertical
			vdirection	= horizontal
			
		
			color1[SELECTED]	= "#05beff"
			# color1[SELECTED]	= "#dfeccc"

			color2[SELECTED]	= "#51adf4"
			# color2[SELECTED]	= "#90ac63"

	
	###### Theme Engine Style ######
	engine "smooth" {
		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= horizontal
			
		
			color1[SELECTED]	= "#05beff"
			# color1[SELECTED]	= "#dfeccc"

			color2[SELECTED]	= "#51adf4"
			# color2[SELECTED]	= "#90ac63"

			color1[NORMAL]		= "#F8F8FB"
			
			color2[NORMAL]		= "#7ac8f4"
			color1[PRELIGHT]	= "#f6fc55" # gelb
			color2[PRELIGHT]	= "#f0fdff" # sehr hellblau	
			color1[INSENSITIVE]	= "#aabfeb"
			color2[INSENSITIVE]	= "#b2d0e7"	
		}

		line {
			style		= smooth
			thickness	= 2
		}
	}
}
class "MetaFrames" style "metacity-frame"
widget_class "MetaFrames" style "metacity-frame"
