blob: a16d7557df85dee6f10dd44fd6029bf93c54fa20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pixmap_path "/tmp/"
style "b"{
bg_pixmap[NORMAL] = "bootsplash.png"
}class "GtkWindow" style "b"
style "a"{
bg[NORMAL] = "#aaaaaa"
}class "GtkFrame" style "a"
style "a"{
bg[NORMAL] = "#aaaaaa"
}class "GtkEventBox" style "a"
|