summaryrefslogtreecommitdiffstats
path: root/perl-install/share
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-10-17 15:05:47 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-10-17 15:05:47 +0000
commitfc9d23b1360e8103366260ac5c0cb79693a4701d (patch)
tree454c41f8a05721e1294ed44cc6d78779763b9dd7 /perl-install/share
parentc90ce783fe94354acb286090b8d5ff387e0129a2 (diff)
downloaddrakx-backup-do-not-use-fc9d23b1360e8103366260ac5c0cb79693a4701d.tar
drakx-backup-do-not-use-fc9d23b1360e8103366260ac5c0cb79693a4701d.tar.gz
drakx-backup-do-not-use-fc9d23b1360e8103366260ac5c0cb79693a4701d.tar.bz2
drakx-backup-do-not-use-fc9d23b1360e8103366260ac5c0cb79693a4701d.tar.xz
drakx-backup-do-not-use-fc9d23b1360e8103366260ac5c0cb79693a4701d.zip
partitioning wizard: use a different color for newly created partition
Diffstat (limited to 'perl-install/share')
-rw-r--r--perl-install/share/diskdrake.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc
index 29c830f88..9efd83d2e 100644
--- a/perl-install/share/diskdrake.rc
+++ b/perl-install/share/diskdrake.rc
@@ -44,6 +44,13 @@ style "gray" = "font"
bg[PRELIGHT] = { 0.57, 0.62, 0.57 }
fg[NORMAL] = { 0, 0, 0 }
}
+style "yellow" = "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 }
+}
widget "*PART_ext3" style "red"
widget "*PART_ext4" style "red"
@@ -53,3 +60,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"