summaryrefslogtreecommitdiffstats
path: root/perl-install/share/diskdrake.rc
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/diskdrake.rc')
-rw-r--r--perl-install/share/diskdrake.rc57
1 files changed, 38 insertions, 19 deletions
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc
index a9a731b0d..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-*"
@@ -8,39 +9,57 @@ style "font"
style "red" = "font"
{
bg[NORMAL] = { 1.0, 0, 0 }
+ bg[ACTIVE] = { 0.9, 0, 0 }
bg[PRELIGHT] = { 0.9, 0, 0 }
}
-style "darkred" = "font"
+style "orange" = "font"
{
- bg[NORMAL] = { 0.7, 0, 0 }
- bg[PRELIGHT] = { 0.6, 0, 0 }
+ bg[NORMAL] = { 1.0, 0.6, 0 }
+ bg[ACTIVE] = { 0.9, 0.6, 0 }
+ bg[PRELIGHT] = { 0.9, 0.4, 0 }
}
style "green" = "font"
{
- bg[NORMAL] = { 0, 1.0, 0 }
- bg[PRELIGHT] = { 0, 0.9, 0 }
+ bg[NORMAL] = { 0.4, 0.8, 0 }
+ bg[ACTIVE] = { 0.4, 0.7, 0 }
+ bg[PRELIGHT] = { 0.4, 0.7, 0 }
fg[NORMAL] = { 0, 0, 0 }
}
style "blue" = "font"
{
- bg[NORMAL] = { 0, 0, 1.0 }
- bg[PRELIGHT] = { 0, 0, 0.9 }
+ bg[NORMAL] = { 0, 0.7, 1.0 }
+ bg[ACTIVE] = { 0, 0.6, 0.9 }
+ bg[PRELIGHT] = { 0, 0.6, 0.9 }
}
style "white" = "font"
{
bg[NORMAL] = { 1.0, 1.0, 1.0 }
- bg[PRELIGHT] = { 0.67, 0.67, 0.67 }
+ bg[ACTIVE] = { 0.9, 0.9, 0.9 }
+ bg[PRELIGHT] = { 0.9, 0.9, 0.9 }
fg[NORMAL] = { 0, 0, 0 }
}
+style "gray" = "font"
+{
+ bg[NORMAL] = { 0.57, 0.62, 0.67 }
+ bg[ACTIVE] = { 0.57, 0.62, 0.57 }
+ 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 "*Linux*" style "red"
-widget "*Ext2*" style "red"
-widget "*Journalised FS*" style "darkred"
-widget "*Linux swap*" style "green"
-widget "*Swap*" style "green"
-widget "*FAT*" style "blue"
-widget "*Windows*" style "blue"
-widget "*SunOS*" style "blue"
-widget "*NTFS*" style "blue"
-widget "*Empty*" style "white"
-widget "*Other*" style "font"
+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"