diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-02-14 12:53:57 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-02-14 12:53:57 +0000 |
commit | adac4b93eda90b19315592fd873132fccac8f246 (patch) | |
tree | 614f12e63a705cc9115d07d16df702fead64dd6b | |
parent | 12e14d934cfea071704250d7ed160da540f342d3 (diff) | |
download | drakx-adac4b93eda90b19315592fd873132fccac8f246.tar drakx-adac4b93eda90b19315592fd873132fccac8f246.tar.gz drakx-adac4b93eda90b19315592fd873132fccac8f246.tar.bz2 drakx-adac4b93eda90b19315592fd873132fccac8f246.tar.xz drakx-adac4b93eda90b19315592fd873132fccac8f246.zip |
update diskdrake.rc
-rw-r--r-- | perl-install/share/diskdrake.rc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index 1e9e0803f..c519fecf0 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -1,3 +1,4 @@ +gtk-button-images=1 style "font" { fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*" @@ -44,11 +45,21 @@ style "gray" = "font" bg[PRELIGHT] = { 0.57, 0.62, 0.57 } fg[NORMAL] = { 0, 0, 0 } } +style "darkblue" = "font" +{ + 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" widget "*PART_ext3" style "red" +widget "*PART_ext4" style "red" widget "*PART_xfs" style "orange" widget "*PART_swap" style "green" widget "*PART_vfat" style "blue" widget "*PART_ntfs*" style "blue" widget "*PART_empty" style "white" widget "*PART_other" style "gray" +widget "*PART_new" style "darkblue" |