-
Notifications
You must be signed in to change notification settings - Fork 9
/
mx.tweak.template
90 lines (66 loc) · 2.07 KB
/
mx.tweak.template
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#mx-tweak theme file template
#save file with a ".tweak" extention
Name=Name Here, may contain spaces
#panel_settings
#affects all panels
#panel color
#panel color must be in the 4 numeral format...see xfconf-settings editor for values
background-color=4065,5962,9045,65535
#full path to background image
background-image=none
#background style settings
#2 = background image (takes system color if not specified, as in 0)
#1 = set color
#0 = set panel color by system gtk theme
background-style=0
#xsettings - settings as in the Xfce Appearance app
xsettings_gtk_theme=Greybird-mx16-thick-grip
xsettings_icon_theme=Papirus-GTK
#xfwm4 - borders, title bar color, etc...
xfwm4_window_decorations=Arc-Dark
#whiskermenu themeing
#place between the code tags below
#sample code below turns whisker menu purple
<begin_gtk_whisker_theme_code>
/*set custom gtk3/css code below */
/* Background is perimeter border*/
/* color is cursor, corner triangle, and user name*/
#whiskermenu-window {
background-color: #2B3640;
color: #ccc;
}
/* Make sidebar buttons match */
/* Background is area behind category icons and tool bars*/
/* color is category text*/
#whiskermenu-window button {
background-color: #2B3640;
color: #ccc;
}
/* Background a transitional color when changing categories*/
/* color is text transitional color when changing categories*/
#whiskermenu-window button:hover {
background-color: #8B8B8B;
color: #ccc;
}
/* Background is behind while button is being activiated*/
/* color is color of text while selected*/
#whiskermenu-window button:checked {
background-color: #8B8B8B;
color: #fff;
}
/* Background is area where applications appear */
/* color is the application text*/
/* Make treeview match */
#whiskermenu-window treeview {
background-color: #CECECE;
color: #232123;
}
/* Background is selection box color in tree view*/
/* color is the selected application text*/
#whiskermenu-window treeview:hover {
background-color: #4E9EF3;
color: #232123;
}
<end_gtk_whisker_theme_code>
#preview screenshot place screenshot in same folder as tweak file
screenshot=example.jpg