1/**************************************************************************************
2This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
3(c) 2019-2021 Virgil Mager - vvmager@gmail.com
4(c) 2019-2021 Information Technology Group - http://itgroup.ro
5**************************************************************************************/
6
7style "button" {
8	fg[PRELIGHT] = @button_fg_color
9	bg[PRELIGHT] = @button_bg_color
10	engine "murrine" {
11#		textstyle = 0
12	}
13}
14
15style "toolbar_button" {
16	fg[PRELIGHT] = @button_fg_color
17	bg[PRELIGHT] = @button_bg_color
18	engine "murrine" {
19#		textstyle = 0
20	}
21}
22
23style "treeview_header" {
24	fg[PRELIGHT] = @button_fg_color
25	bg[PRELIGHT] = @button_bg_color
26	engine "murrine" {
27#		textstyle = 0
28	}
29}
30
31style "combo_button" {
32	fg[PRELIGHT] = @button_fg_color
33	bg[PRELIGHT] = @button_bg_color
34	engine "murrine" {
35#		textstyle = 0
36	}
37}
38
39style "combobox" {
40	fg[PRELIGHT] = @button_fg_color
41	bg[PRELIGHT] = @button_bg_color
42	engine "murrine" {
43#		textstyle = 0
44	}
45}
46
47style "combobox_entry_button" {
48	fg[PRELIGHT] = @button_fg_color
49	bg[PRELIGHT] = @button_bg_color
50	engine "murrine" {
51#		textstyle = 0
52	}
53}
54
55style "set_text_color_to_fg_color_workaround" {
56	text[PRELIGHT] = @button_fg_color
57	engine "murrine" {
58#		textstyle = 0
59	}
60}
61
62style "radiocheck" {
63#	fg[PRELIGHT] = @button_fg_color
64#	bg[PRELIGHT] = @button_bg_color
65	engine "murrine" {
66#		textstyle = 0
67	}
68}
69