style "back"
{
	engine "pixmap"
	{
		image
		{
			function = FLAT_BOX
			shadow=NONE
			state = NORMAL
			file="archdark.jpg"
			stretch=TRUE
			detail = "base"
		}
	}
}

style "time"
{
	fg[NORMAL]="#ffffff"
	font_name="Sans 12"
}

style "prompt"
{
	fg[NORMAL]="#ffffff"
	font_name="Sans Bold 12"
}

# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
style "bottom"
{
	font_name="Sans 12"
	fg[NORMAL] = "#9E9D9B"
    bg[NORMAL] = "#232323"
}

widget "lxdm" style "back"
widget "*.time" style "time"
widget "*.prompt" style "prompt"
widget "*.bottom_pane" style "bottom"
widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"
