diff options
Diffstat (limited to 'perl-install/share/themes.rc')
-rw-r--r-- | perl-install/share/themes.rc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-install/share/themes.rc b/perl-install/share/themes.rc new file mode 100644 index 000000000..5d8db5b90 --- /dev/null +++ b/perl-install/share/themes.rc @@ -0,0 +1,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" |