aboutsummaryrefslogtreecommitdiff
path: root/themes/.themes/cathexis/xfce-notify-4.0/gtkrc
blob: cc25c33d1e5bd6223041d6ddf44080baae19a830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
style "cathexis-window"
{
    bg[NORMAL] = "#222222"
    XfceNotifyWindow::border-color = "#222222"
    XfceNotifyWindow::border-radius = 1
    XfceNotifyWindow::border-width = 1
}
class "XfceNotifyWindow" style "cathexis-window"

style "cathexis-text"
{
    font_name = "GohuFont 11"
    fg[NORMAL] = "#ffffff"
    GtkWidget::link-color = "#222222"
}
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "cathexis-text"

style "cathexis-btn"
{
    bg[NORMAL] = "#222222"
    bg[PRELIGHT] = "#272822"
}
widget "XfceNotifyWindow.*.GtkButton" style "cathexis-btn"