1
2style "default"
3{
4	GtkWidget::focus-line-pattern = "\1\1"
5	GtkOptionMenu::indicator-spacing = { 1, 1, 1, 1 }
6	GtkOptionMenu::indicator-size = { 1, 1 }
7	engine "clearlooks" {
8		# Test the parsing
9		scrollbar_color = "#ff0000"
10		colorize_scrollbar = FALSE
11		contrast = 1.0
12		menubarstyle = 1
13		toolbarstyle = 1
14		animation = FALSE
15		style = CLASSIC
16		radius = 3.0
17
18		# Options that are ignored ... just some junk
19		sunkenmenubar = "JUNK"
20		progressbarstyle = JUNK
21		menuitemstyle = 12345
22		listviewitemstyle = TRUE
23	}
24}
25
26class "GtkWidget" style "default"