diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 22:36:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 22:36:46 +0000 |
commit | de08b3c99e81030d1455dc7b3bf869559a234495 (patch) | |
tree | 71639bb74323bb82e7203d84511e8b81702ca2fa /perl-install/share/diskdrake.rc | |
parent | eaf1f7e94354b3bf37db6864de8364ffbda223f7 (diff) | |
download | drakx-backup-do-not-use-de08b3c99e81030d1455dc7b3bf869559a234495.tar drakx-backup-do-not-use-de08b3c99e81030d1455dc7b3bf869559a234495.tar.gz drakx-backup-do-not-use-de08b3c99e81030d1455dc7b3bf869559a234495.tar.bz2 drakx-backup-do-not-use-de08b3c99e81030d1455dc7b3bf869559a234495.tar.xz drakx-backup-do-not-use-de08b3c99e81030d1455dc7b3bf869559a234495.zip |
no_comment
Diffstat (limited to 'perl-install/share/diskdrake.rc')
-rw-r--r-- | perl-install/share/diskdrake.rc | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index e92a089b4..814c0f924 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -1,6 +1,8 @@ style "font" { - font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1" + # to be sure + font = "-*-helvetica-medium-r-normal-*-*-80-*-*-*-*-*-*" + fontset = "-*-helvetica-medium-r-normal-*-*-80-*-*-*-*-*-*" } style "red" = "font" @@ -12,6 +14,7 @@ style "green" = "font" { bg[NORMAL] = { 0, 1.0, 0 } bg[PRELIGHT] = { 0, 0.9, 0 } + fg[NORMAL] = { 0, 0, 0 } } style "blue" = "font" { @@ -22,9 +25,13 @@ style "white" = "font" { bg[NORMAL] = { 1.0, 1.0, 1.0 } bg[PRELIGHT] = { 0.67, 0.67, 0.67 } + fg[NORMAL] = { 0, 0, 0 } } -widget "*Linux*" style "red" -widget "*Linux swap" style "green" -widget "*FAT*" style "blue" -widget "*Empty*" style "white" +widget "*Linux*" style "red" +widget "*Ext2*" style "red" +widget "*Linux swap*" style "green" +widget "*Swap*" style "green" +widget "*FAT*" style "blue" +widget "*Empty*" style "white" +widget "*Other*" style "font" |