summaryrefslogtreecommitdiffstats
path: root/perl-install/share/install.rc
blob: aa893579dab87919742062c2a31965037b0bd1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22


style "border"
{
  bg[NORMAL] = { 0, 0, 0 }
}

style "steps"
{
  bg[NORMAL] = { 0, 0, 0 }
  fg[NORMAL] = { 1.0, 1.0, 1.0 }
}

style "title"
{
  bg[NORMAL] = { 0, 0.66, 1.0 }
#  fg[NORMAL] = { 1.0, 1.0, 1.0 }
}


widget "*Title" style "title"
widget "*Steps" style "steps"