From adac4b93eda90b19315592fd873132fccac8f246 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 14 Feb 2011 12:53:57 +0000 Subject: update diskdrake.rc --- perl-install/share/diskdrake.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" -- cgit v1.2.1