diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 12:42:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 12:42:19 +0000 |
commit | 12e4123d01304ab44d4d8f126adc41796737adc9 (patch) | |
tree | 3492f9e308a5d44fd9720db11eddb7b456838ee0 /perl-install/share | |
parent | a258002e5c03e53ced189ad817e6248d93b8b435 (diff) | |
download | drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar.gz drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar.bz2 drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar.xz drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.zip |
remove DarkMarble and blueHeart themes
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/themes.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/share/themes.rc b/perl-install/share/themes.rc index 3f432e690..f662c5bc0 100644 --- a/perl-install/share/themes.rc +++ b/perl-install/share/themes.rc @@ -8,11 +8,6 @@ style "marble3d" bg[NORMAL] = { 0.8, 0.8, 0.8 } bg[PRELIGHT] = { 0.9, 0.9, 0.9 } } -style "DarkMarble" -{ -bg[NORMAL] = { 0.4, 0.45, 0.4 } -bg[PRELIGHT] = { 0.5, 0.55, 0.5 } -} style "savane" { bg[NORMAL] = { 1.0, 0.67, 0 } @@ -30,7 +25,6 @@ bg[PRELIGHT] = { 0, 0, 1.0 } } widget "*mdk*" style "mdk" widget "*marble3d*" style "marble3d" -widget "*DarkMarble*" style "DarkMarble" widget "*savane*" style "savane" widget "*blackwhite*" style "blackwhite" widget "*blue*" style "blue" |