summaryrefslogtreecommitdiffstats
path: root/rules/host-gtk-theme-experience.in
blob: afaf85fbfd68150942bfde9d6f5777b077f1263a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## SECTION=host_gtk

menuconfig HOST_GTK_THEME_EXPERIENCE
	tristate
	prompt "experience theme              "
	select HOST_GTK_ENGINE_EXPERIENCE

if HOST_GTK_THEME_EXPERIENCE

config HOST_GTK_THEME_EXPERIENCE_PLAIN
	bool
	prompt "eXperience theme with plain coloring"
	help
	  Plain eXperience theme.

config HOST_GTK_THEME_EXPERIENCE_ICE
	bool
	prompt "eXperience theme with ice coloring"
	help
	  eXperience "ice" theme.

config HOST_GTK_THEME_EXPERIENCE_OLIVE
	bool
	prompt "eXperience theme with olive coloring"
	help
	  eXperience "olive" theme.

endif