theme
{	
	background = "cr2.jpg"
	font = "courbd.ttf"
	button_opacity          = 220
	window_opacity          = 200
	selected_window_opacity = 255
	default_text_color	= 0, 0, 0, 255
	default_cursor_color	= 0,  0,  0, 80
	other_text_color	=   255, 255, 255, 220
}

window
{
	x	= 512
	y	= 400
	width	= 288
	height	= 32
	type	= "login"
}

window
{
	x	= 512
	y	= 482
	width	= 288
	height	= 32
	type	= "password"
}

window
{
	x	= 512
	y	= 565
	width	= 288
	height	= 32
	type	= "combo"
	command = "sessions"
}


window
{
	x	= 0
	y	= 459
	type	= "button"
	command = "halt"
	content = "power"
}

window
{
	x       = 0
	y       = 552
	type    = "button"
	command = "reboot"
	content = "reset"
}

window
{
	x       = 0
	y       = 507
	type    = "button"
	command = "screensaver"
	content = "screensaver"
}
