blob: d627c61389f0090132844f519ca6092af4f7032b (
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 "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"
|