all repos — dotfiles @ 9689c8d78ba688312f01bc493f75743e6528ba33

my *nix dotfiles

themes/Lumiere-Magenta/gtk-2.0/xfce-notify.rc (view raw)

 1gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff"
 2
 3style "notify-window" {
 4  XfceNotifyWindow::summary-bold = 1
 5  XfceNotifyWindow::border-color = "#17191F"
 6  XfceNotifyWindow::border-color-hover = "#17191F"
 7  XfceNotifyWindow::border-radius = 3.0
 8  XfceNotifyWindow::border-width = 1.0
 9  XfceNotifyWindow::border-width-hover = 1.0
10
11  bg[NORMAL] = "#292C36"
12}
13
14style "notify-button" {
15  bg[NORMAL] = "#434652"
16  bg[PRELIGHT] = "#5C6070"
17  bg[ACTIVE] = @selected_bg_color
18
19  fg[NORMAL] = "#BAC3CF"
20  fg[PRELIGHT] = "#BAC3CF"
21  fg[ACTIVE] = @selected_fg_color
22
23  engine "murrine" {
24    gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
25    border_shades = { 1.0, 1.0 }
26    roundness = 2
27    textstyle = 0
28  }
29}
30
31style "notify-text" {
32  GtkWidget::link-color = @selected_bg_color
33
34  fg[NORMAL] = "#BAC3CF"
35  fg[PRELIGHT] = "#BAC3CF"
36  fg[ACTIVE] = "#BAC3CF"
37
38  engine "murrine" {
39    textstyle = 0
40  }
41}
42
43style "notify-summary" {
44    font_name = "Bold"
45}
46
47style "notify-progressbar" {
48  GtkProgressBar::min-horizontal-bar-height = 4
49
50  xthickness   = 0
51  ythickness   = 0
52
53  fg[PRELIGHT] = "#000000"
54  bg[NORMAL]   = @selected_bg_color
55  bg[ACTIVE] = "#1D1F26"
56  bg[SELECTED] = @selected_bg_color
57
58  engine "murrine" {
59    gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
60    border_shades = { 1.0, 1.0 }
61    trough_shades = { 1.0, 1.0 }
62    trough_border_shades = { 1.0, 1.0 }
63    progressbarstyle = 0
64    roundness = 2
65    textstyle = 0
66  }
67}
68
69class "XfceNotifyWindow" style "notify-window"
70widget "XfceNotifyWindow.*.summary" style "notify-summary"
71widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
72widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
73widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
74widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"