blob: 599662073b75be225c5ce0d8d1efa96d428fa138 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
style "kanotix-window"
{
bg[NORMAL] = "#709CD2"
XfceNotifyWindow::border-color = "#ffffff"
XfceNotifyWindow::border-radius = 10.0
XfceNotifyWindow::border-width = 4.0
}
class "XfceNotifyWindow" style "kanotix-window"
style "kanotix-button"
{
bg[NORMAL] = "#709CD2"
bg[PRELIGHT] = "#404040"
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
}
widget_class "XfceNotifyWindow.*.GtkButton*" style "kanotix-button"
style "kanotix-text"
{
fg[NORMAL] = "#000000"
GtkWidget::link-color = "#a7a7a7"
}
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "kanotix-text"
|