diff options
-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" |