summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes.rc
blob: 5d8db5b902f964fca89d527b35e84f087c6b88d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
style "savane"
{
  bg[NORMAL] = { 1.0, 0.67, 0 }
  bg[PRELIGHT] = { 0.67, 0.33, 0 }
}
style "blackwhite"
{
  bg[NORMAL] = { 0.67, 0.67, 0.67 }
  bg[PRELIGHT] = { 1.0, 1.0, 1.0 }
}
style "blue"
{
  bg[NORMAL] = { 0, 0, 0.67 }
  bg[PRELIGHT] = { 0, 0, 1.0 }
}
widget "*savane*" style "savane"
widget "*blackwhite*" style "blackwhite"
widget "*blue*" style "blue"