diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-10-19 17:03:41 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-10-19 17:03:41 +0000 |
commit | e7ead9bdb658ad9b58aac404a9155c17b0994b5e (patch) | |
tree | bd1f85d832af05899a3baafc758d0abcb1b1055b /perl-install/share | |
parent | 4ab3f61ce57c38aecaf28b3c197bdccbe8dbe88b (diff) | |
download | drakx-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar drakx-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar.gz drakx-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar.bz2 drakx-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.tar.xz drakx-e7ead9bdb658ad9b58aac404a9155c17b0994b5e.zip |
partitioning wizard: use mandriva logo on blue background for mandriva partition
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/diskdrake.rc | 12 |
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" |