pixmap_path "${prefix}/share/gkropy"

style "table"
{
	bg[NORMAL]={1.0, 1.0, 0.0}
	bg[ACTIVE]={1.0, 1.0, 0.0}
	bg[PRELIGHT]={1.0, 1.0, 0.0}
	bg[SELECTED]={1.0, 1.0, 0.0}

	bg_pixmap[NORMAL]="kr_bgrnd.png"
	bg_pixmap[ACTIVE]="kr_bgrnd.png"
	bg_pixmap[PRELIGHT]="kr_bgrnd.png"
	bg_pixmap[SELECTED]="kr_bgrnd.png"
}

style "score"
{
	font="-*-courier-bold-r-*-*-33-*-*-*-*-*-*-*"
}

style "scboard"
{
	bg[NORMAL]={1.0, 1.0, 0.0}
	font="-*-courier-medium-r-*-*-20-*-*-*-*-*-*-*"
}

style "current" = "scboard"
{
	bg[NORMAL]={1.0, 1.0, 0.0}
}

widget_class "*GnomeScores*GtkTable*GtkLabel" style "scboard"
widget "*GnomeScores*.CurrentPlayer" style "current"
widget "Kropy*main_table" style "table"
widget "Kropy*future" style "table"
widget "Kropy*score" style "score"
