summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes.rc
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-13 20:30:33 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-13 20:30:33 +0000
commitc8e630dee129d5687d74261834058113b9538f89 (patch)
treedefebaac88b41434259b881f71e95719436ab1c4 /perl-install/share/themes.rc
parentd367da67e1d5651e63600a5acd898d7411399466 (diff)
downloaddrakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.gz
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.bz2
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.xz
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.zip
- use nice new gnome theme by ln and fcrozat
- remove old no more used themes - for doc team, provide an option so that we'll override some colors of the default theme (for B&W printing screeshots)
Diffstat (limited to 'perl-install/share/themes.rc')
-rw-r--r--perl-install/share/themes.rc18
1 files changed, 0 insertions, 18 deletions
diff --git a/perl-install/share/themes.rc b/perl-install/share/themes.rc
deleted file mode 100644
index 3e10efb38..000000000
--- a/perl-install/share/themes.rc
+++ /dev/null
@@ -1,18 +0,0 @@
-style "mdk"
-{
-bg[NORMAL] = { 0.3, 0.38, 0.67 }
-bg[PRELIGHT] = { 0.45, 0.51, 0.74 }
-}
-style "marble3d"
-{
-bg[NORMAL] = { 0.8, 0.8, 0.8 }
-bg[PRELIGHT] = { 0.9, 0.9, 0.9 }
-}
-style "blue"
-{
-bg[NORMAL] = { 0, 0, 0.67 }
-bg[PRELIGHT] = { 0, 0, 1.0 }
-}
-widget "*mdk*" style "mdk"
-widget "*marble3d*" style "marble3d"
-widget "*blue*" style "blue"