From e7ead9bdb658ad9b58aac404a9155c17b0994b5e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 19 Oct 2009 17:03:41 +0000 Subject: partitioning wizard: use mandriva logo on blue background for mandriva partition --- perl-install/share/diskdrake.rc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'perl-install/share/diskdrake.rc') 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" -- cgit v1.2.1