summaryrefslogtreecommitdiffstats
path: root/perl-install/share/diskdrake.rc
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-10-19 17:03:41 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-10-19 17:03:41 +0000
commite7ead9bdb658ad9b58aac404a9155c17b0994b5e (patch)
treebd1f85d832af05899a3baafc758d0abcb1b1055b /perl-install/share/diskdrake.rc
parent4ab3f61ce57c38aecaf28b3c197bdccbe8dbe88b (diff)
downloaddrakx-backup-do-not-use-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar
drakx-backup-do-not-use-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar.gz
drakx-backup-do-not-use-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar.bz2
drakx-backup-do-not-use-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar.xz
drakx-backup-do-not-use-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.zip
partitioning wizard: use mandriva logo on blue background for mandriva partition
Diffstat (limited to 'perl-install/share/diskdrake.rc')
-rw-r--r--perl-install/share/diskdrake.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc
index b42702502..0cdbea349 100644
--- a/perl-install/share/diskdrake.rc
+++ b/perl-install/share/diskdrake.rc
@@ -44,12 +44,12 @@ style "gray" = "font"
bg[PRELIGHT] = { 0.57, 0.62, 0.57 }
fg[NORMAL] = { 0, 0, 0 }
}
-style "yellow" = "font"
+style "darkblue" = "font"
{
- bg[NORMAL] = { 1.0, 1.0, 0 }
- bg[ACTIVE] = { 1.0, 1.0, 0 }
- bg[PRELIGHT] = { 1.0, 1.0, 0 }
- fg[NORMAL] = { 0, 0, 0 }
+ bg[NORMAL] = { 0.12, 0.26, 0.61 }
+ bg[ACTIVE] = { 0.12, 0.26, 0.61 }
+ bg[PRELIGHT] = { 0.12, 0.26, 0.61 }
+ fg[NORMAL] = { 1, 1, 1 }
}
widget "*PART_ext2" style "red"
@@ -61,4 +61,4 @@ widget "*PART_vfat" style "blue"
widget "*PART_ntfs*" style "blue"
widget "*PART_empty" style "white"
widget "*PART_other" style "gray"
-widget "*PART_new" style "yellow"
+widget "*PART_new" style "darkblue"