blob: 1f7512caa45b7170617027552c453eed54c219e9 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
gtk-button-images=0
style "white-on-blue"
{
base[NORMAL] = { 0.28, 0.38, 0.66 }
bg[NORMAL] = "#548EE6"
text[NORMAL] = "#FFFFFF"
fg[NORMAL] = "#FFFFFF"
}
style "step-categories"
{
fg[NORMAL] = "#2A5EBA"
}
style "banner"
{
fg[NORMAL] = "#5A8AD6"
bg[NORMAL] = "#FFD200"
fg[ACTIVE] = "#5A8AD6"
fg[PRELIGHT] = "#5A8AD6"
}
style "background"
{
bg[NORMAL] = "#FFFFFF"
}
style "Left_background"
{
bg[NORMAL] = "#2859B5"
base[NORMAL] = "#2859B5"
fg[NORMAL] = "#FFD200"
}
style "show_images"
{
GtkWidget::gtk-button-images=0
}
class "GtkRadioButton" style "show_images"
widget "*Steps*" style "white-on-blue"
widget "*Step-categories*" style "step-categories"
widget "*Left_background*" style "Left_background"
widget "*logo*" style "white-on-blue"
widget "*background*" style "background"
widget "*Banner*" style "banner"
style "pbar"
{
GtkProgressBar::min-vertical-bar-heigh=3
GtkProgressBar::min-horizontal-bar-heigh=3
GtkWidget::min-vertical-bar-heigh=3
GtkWidget::min-horizontal-bar-heigh=3
}
class "GtkProgressBar" style "pbar"
|