style "filer"
{
        bg[NORMAL] = { 0.95, 0.95, 0.95}
        fg[NORMAL] = { 0.0, 0.0, 0.0 }
	/*
	 * Used for selected items when the filer does NOT own
	 * the primary selection.
	 */
        bg[INSENSITIVE] = { 0.75, 0.75, 0.75 }
        fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
}

style "fixed"
{
	font = "fixed"
}

class "Collection" style "filer"
widget "*.fixed-style" style "fixed"
