
# Set GtkSettings color scheme property.
# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
# gtk_color_scheme =
# "fg_color:#515c7d\nbg_color:#f3f0e4\nbase_color:#ffffff\ntext_color:#000000\nselected_bg_color:#688eb2\nselected_fg_color:#f5f5f0\ntooltip_bg_color:#515c7d\ntooltip_fg_color:#f5f5b5"

# This file contains gtkrc settings translated from gtkrc.css by `ccss-stylesheet-to-gtkrc'.
# It will be kept up to date automatically by the build system.
# Use "make preview" to view the theme in The Widget factory.
include "generated.rc"

style "default"
{
	GtkEntry::state-hint = 1

	engine "css" 
	{
		href = "gtkrc.css"
	}
}
widget_class "*" style "default"

# Window manager theming.
style "metacity-frame"
{
	bg[SELECTED] = @selected_bg_color
}
class "MetaFrames" style "metacity-frame"
class "GtkWindow" style "metacity-frame"

