blob: e7c7d48ef4e9ee99df6e147d746ff2f96a4ee4f2 (
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
25
|
gtk-button-images=0
style "white-on-blue"
{
base[NORMAL] = { 0.28, 0.38, 0.66 }
bg[NORMAL] = { 0.28, 0.38, 0.66 }
text[NORMAL] = "#FFFFFF"
fg[NORMAL] = "#FFFFFF"
}
style "step-categories"
{
fg[NORMAL] = "gray81"
}
style "background"
{
bg[NORMAL] = { 0.28, 0.38, 0.66 }
}
widget "*Steps*" style "white-on-blue"
widget "*Step-categories*" style "step-categories"
widget "*logo*" style "white-on-blue"
widget "*background*" style "background"
|