From fc9d23b1360e8103366260ac5c0cb79693a4701d Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 17 Oct 2009 15:05:47 +0000 Subject: partitioning wizard: use a different color for newly created partition --- perl-install/share/diskdrake.rc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/share') 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" -- cgit v1.2.1