# NIce GTK+ Theme Copyright (C) 2000 Tuomas Jormola <tj@sgic.fi>
# Uses ThinIce GTK+ Engine by Tomas gren <stric@ing.umu.se>

style "default" {					# Default style.
	bg[NORMAL]		= "#cccccc"		# Dull
	bg[PRELIGHT]	= "#cccccc"		# grey bg
	bg[SELECTED]	= "#cccccc"		# all over
	bg[ACTIVE]		= "#cccccc"		# the place.
	fg[NORMAL]		= "#000000"		# Normal
	fg[ACTIVE]		= "#000000"		# text.
	fg[PRELIGHT]	= "#0000ff"		# Blue for text below the mouse cursor
	fg[SELECTED]	= "#0000ff" 	# and selected text.
	base[NORMAL]	= "#ffffff"		# White
	base[ACTIVE]	= "#ffffff"		# base.

	font			= "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1"

	engine "thinice" {				# ThinIce specific settings.
		# You want the // on the handleboxes?
		handlebox_marks = TRUE
		# Do you want the // marks on the scrollbar handle?
		scrollbar_marks = TRUE
		# A single / on the scrollbar buttons, perhaps?
		scroll_button_marks = TRUE
		# Do you want the scrollbar handles rectangular or a bit shaped?
		rect_scrollbar = FALSE
	}
}
widget_class "*" style "default"

style "menu" = "default" {			# Menu extra style.
	bg[PRELIGHT]	= "#0000ff"		# Blue bg for
	bg[SELECTED]	= "#0000ff" 	# selected menuitem.
	fg[PRELIGHT]	= "#ffffff"		# White text for
	fg[SELECTED]	= "#ffffff" 	# selected menuitem.
}
widget_class "*Menu*" style "menu"

style "text" = "default" {			# Text entry extra style.
 base[NORMAL] = "#ffffff"
	bg[SELECTED]	= "#0000ff"		# Blue bg for highlighted text.
	fg[SELECTED]	= "#ffffff"		# White text for highlighted text.
}
widget_class "*Entry*" style "text"
widget_class "*Editable*" style "text"
widget_class "*Text*" style "text"

style "button" = "default" {		# Regular button extra style.
	fg[ACTIVE]		= "#ff0000"		# Red text for pressed button.
	fg[SELECTED]	= "#ffffff"		# White for selected text.
	bg[SELECTED]	= "#0000ff"		# Blue marks in the buttons.
}
widget_class "*Button*" style "button"

style "check_radio" = "default" {	# Check and radio button extra style.
  bg[SELECTED]     = "#ffffff"		# Black text for selected radio/check buttons.
}
widget_class "*Check*" style "check_radio"
widget_class "*Radio*" style "check_radio"

style "optionmenu" = "default" {	# Option menu extra style.
	fg[PRELIGHT]	= "#0000ff"		# Blue for text on an option menu when
									# the mouse is over it.
}
widget_class "*OptionMenu*" style "optionmenu"

style "list_tree" = "default" {		# List and tree extra style
	bg[SELECTED]	= "#0000ff"		# Blue bg for active item.
	fg[SELECTED]	= "#ffffff"		# White text for active item.
	fg[ACTIVE]		= "#ff0000" 	# Red text for pressed list button.
}
widget_class "*List*" style "list_tree"
widget_class "*Tree*" style "list_tree"

style "progressbar" = "default" {	# Progressbar extra style.
	fg[NORMAL]	= "#ffffff"			# White text in progressbar.
	bg[NORMAL]	= "#000000"			# Black progressbar background.
	bg[SELECTED]	= "#0000ff"		# Blue progressbar.
}
widget_class "*Progress*" style "progressbar"
