#
#   VDK 2.0.x - default rc file
#

# common fonts, remove comment to enable
style "default"
{
# good for 800x600
# 	font = "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"
# good for 1024x768
 	font = "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"
# better for resolutions higher than
#	font = "-adobe-helvetica-medium-r-normal-*-*-140-*-*-p-*-iso8859-1"
# other nice font
# 	font = "-adobe-courier-medium-r-normal-*-*-140-*-*-m-*-iso8859-1"
}

style "tooltip"
 {
	bg[NORMAL] = {1.0, 1.0, 0.80}
	fg[NORMAL] = {0.54, 0.12, 0.12 }		
 }

# common default, remove comment to enable
#widget_class  "*GtkWidget*" style "default"
#widget_class  "*GtkWindow*" style "default"
# tip background, remove comment to enable
# works well only with "default" theme, other themes
# could override it.
widget "gtk-tooltips*" style "tooltip"
