#
#   VDK 2.0.x - default rc file
#

module_path "/usr/lib/gtk-2.0/2.2.0/engines"

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


style "list-combo-style" 
{
	GtkComboBox::appears-as-list = 1
}
	

# 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"

# force VDKComboEntry dropdown list to appear as list
widget "*.list-combo" style "list-combo-style"
