File: grub-theme.in

package info (click to toggle)
debian-cd 3.1.13
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,244 kB
  • sloc: sh: 4,925; perl: 3,730; makefile: 387
file content (87 lines) | stat: -rw-r--r-- 2,425 bytes parent folder | download | duplicates (12)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
title-color: "white"
title-text: TITLE
title-font: "Sans Regular 16"
desktop-color: "black"
desktop-image: "/isolinux/splash.png"
message-color: "white"
message-bg-color: "black"
terminal-font: "Sans Regular 12"

+ vbox {
  top = 80
  left = 45%
  width = 60%
  height = 100
#ifdef MENU0
  + hbox {
    left = 0
    + label {text = MENU0 font = "Sans 10" color = "#d3d3d3" align = "left"}
  }
#endif
#ifdef MENU1
  + hbox {
    left = 0
    + label {text = " >" font = "Sans 10" color = "white" align = "left"}
    + label {text = MENU1 font = "Sans 10" color = "#d3d3d3" align = "left"}
  }
#endif
#ifdef MENU2
  + hbox {
    left = 0
    + label {text = "   >" font = "Sans 10" color = "white" align = "left"}
    + label {text = MENU2 font = "Sans 10" color = "#d3d3d3" align = "left"}
  }
#endif
#ifdef MENU3
  + hbox {
    left = 0
    + label {text = "     >" font = "Sans 10" color = "white" align = "left"}
    + label {text = MENU3 font = "Sans 10" color = "#d3d3d3" align = "left"}
  }
#endif
#ifdef MENU4
  + hbox {
    left = 0
    + label {text = "       >" font = "Sans 10" color = "white" align = "left"}
    + label {text = MENU4 font = "Sans 10" color = "#d3d3d3" align = "left"}
  }
#endif
}

+ boot_menu {
  left = 18%
  width = 50%
  top = 200
  height = 200
  item_font = "Sans Regular 12"
  item_color = #d3d3d3
  selected_item_color = "white"
  item_height = 20
  item_padding = 15
  item_spacing = 5
}

+ vbox {
  top = 100%-60
  left = 10%
  + hbox {
    top = 0
    left = 20%
    + label {text = "Enter: " font = "Sans 10" color = "white" align = "left"}
    + label {text = "Select             " font = "Sans 10" color = "#d3d3d3" align = "left"}
#ifdef MENU1
    + label {text = "           " font = "Sans 10" color = "white" align = "left"}
    + label {text = "Esc:   " font = "Sans 10" color = "white" align = "left"}
    + label {text = "Back up one level  " font = "Sans 10" color = "#d3d3d3" align = "left"}
#endif
  }
  + hbox {
    top = 0
    left = 20%
    + label {text = "E:     " font = "Sans 10" color = "white" align = "left"}
    + label {text = "Edit Selection     " font = "Sans 10" color = "#d3d3d3" align = "left"}
    + label {text = "           " font = "Sans 10" color = "white" align = "left"}
    + label {text = "C:     " font = "Sans 10" color = "white" align = "left"}
    + label {text = "GRUB Command line" font = "Sans 10" color = "#d3d3d3" align = "left"}
  }  
}