summaryrefslogtreecommitdiffstats
path: root/perl-install/share/diskdrake.rc
blob: 06bdee053f0148788d9ea59260a9751abb9cfdba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
style "font"
{
  fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*"
}

style "red" = "font"
{
  bg[NORMAL] = { 1.0, 0, 0 }
  bg[PRELIGHT] = { 0.9, 0, 0 }
}
style "darkred" = "font"
{
  bg[NORMAL] = { 0.7, 0, 0 }
  bg[PRELIGHT] = { 0.6, 0, 0 }
}
style "green" = "font"
{
  bg[NORMAL] = { 0, 1.0, 0 }
  bg[PRELIGHT] = { 0, 0.9, 0 }
  fg[NORMAL] = { 0, 0, 0 }
}
style "blue" = "font"
{
  bg[NORMAL] = { 0, 0, 1.0 }
  bg[PRELIGHT] = { 0, 0, 0.9 }
}
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 "*Ext2*"       style "red" 
widget "*ReiserFS*"   style "darkred" 
widget "*Linux swap*" style "green"
widget "*Swap*"       style "green"
widget "*FAT*"        style "blue"
widget "*SunOS*"      style "blue"
widget "*NT NTFS*"    style "blue"
widget "*Empty*"      style "white"
widget "*Other*"      style "font"