forked from shimmerproject/Greybird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgtkrc
62 lines (55 loc) · 1.53 KB
/
gtkrc
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
style "notify-window"
{
XfceNotifyWindow::summary-bold = 1
XfceNotifyWindow::border-color = "#ffffff"
XfceNotifyWindow::border-color-hover = "#ffffff"
XfceNotifyWindow::border-radius = 10.0
XfceNotifyWindow::border-width = 0.1
XfceNotifyWindow::border-width-hover = 0.1
bg[NORMAL] = "#111"
}
style "notify-button"
{
bg[NORMAL] = "#202020"
bg[PRELIGHT] = "#303030"
bg[ACTIVE] = "#222222"
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
engine "murrine" {
border_shades = { 2.9, 2.6 }
shadow_shades = {2.4,2.4}
roundness = 4
}
}
style "notify-text"
{
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
GtkWidget::link-color = "#a7a7a7"
}
style "notify-summary"
{
font_name = "Bold"
}
style "notify-progressbar"
{
GtkProgressBar::min-horizontal-bar-height = 4
xthickness = 0
ythickness = 0
fg[PRELIGHT] = "#000000"
bg[NORMAL] = "#fefefe"
bg[SELECTED] = "#fefefe"
bg[ACTIVE] = "#696969"
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
contrast = 0.5
border_shades = { 0.9, 0.9 }
progressbarstyle = 0
}
}
class "XfceNotifyWindow" style "notify-window"
widget "XfceNotifyWindow.*.summary" style "notify-summary"
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"