# Blue-n-Gray Gtk theme - I should be working
#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

style "default"
{
#	font = "adobe-helvetica-normal-r-normal--12-*-*-*-*-*-*-*"
# base, text, bg, fg are possible

	bg[NORMAL] = { 0.6289, 0.6289, 0.6289 }		# gray63
	bg[PRELIGHT] = { 0.6328, 0.707, 0.8008 }	# LightSteelBlue3
	bg[ACTIVE] = { 0.7188, 0.7188, 0.7188 }		# gray72
	bg[SELECTED] = { 0.3086, 0.5781, 0.8008 }	# SteelBlue3
	bg[INSENSITIVE] = { 0.6289, 0.6289, 0.6289 }	# gray63

	fg[NORMAL] = { 0.168, 0.168, 0.168 }		# gray17
	fg[PRELIGHT] = { 0.0, 0.0, 0.0 }		# black
	fg[ACTIVE] = { 0.0, 0.0, 0.0 }			# black
	fg[SELECTED] = { 0.0, 0.0, 0.0 }		# black
	fg[INSENSITIVE] = { 0.6289, 0.6289, 0.6289 }	# gray63

	# If have the "ThinIce" gtk engine installed on your system
	# then uncomment the following for an even nicer interface
	#engine "thinice"
        #{
        #    handlebox_marks = TRUE
        #    scrollbar_marks = TRUE
        #    scroll_button_marks = TRUE
        #    rect_scrollbar = FALSE
        #}
}

style "menu" = "default"
{
	bg[PRELIGHT] = { 0.3086, 0.5781, 0.8008 }	# SteelBlue3
	fg[NORMAL] = { 0.0, 0.0, 0.0 }			# black
}

style "button" = "default"
{
	bg[ACTIVE] = { 0.6328, 0.707, 0.8008 }		# LightSteelBlue3
}

style "list" = "default"
{
  	base[NORMAL] = { 0.9375, 0.9375, 0.9375 }	# gray94
	base[ACTIVE] = { 0.6328, 0.707, 0.8008 }	# LightSteelBlue3
}

widget_class "*" style "default"
widget_class "*Menu*" style "menu"
widget_class "*Button*" style "button"
class "*List*" style "list"
