~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to themes/starfield/theme.txt

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-09-13 18:02:04 UTC
  • mfrom: (1.17.15 upstream)
  • mto: (17.6.27 experimental)
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: package-import@ubuntu.com-20120913180204-mojnmocbimlom4im
Tags: upstream-2.00
ImportĀ upstreamĀ versionĀ 2.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Default theme for GRUB2
 
2
#
 
3
# Copyright (C) 2011 Daniel Tschudi
 
4
#
 
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
 
6
# of this software and associated documentation files (the "Software"), to deal
 
7
# in the Software without restriction, including without limitation the rights
 
8
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
9
# copies of the Software, and to permit persons to whom the Software is
 
10
# furnished to do so, subject to the following conditions:
 
11
 
12
# The above copyright notice and this permission notice shall be included in
 
13
# all copies or substantial portions of the Software.
 
14
 
15
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
16
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
17
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
18
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
19
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
21
# THE SOFTWARE.
 
22
 
 
23
#general settings
 
24
message-font: "DejaVu Sans Regular 12"
 
25
message-color: "#000"
 
26
message-bg-color: "#fff"
 
27
terminal-box: "terminal_box_*.png"
 
28
terminal-font: "DejaVu Sans Regular 12"
 
29
desktop-image: "starfield.png"
 
30
 
 
31
#help bar at the bottom
 
32
+ label {
 
33
        top = 100%-25
 
34
        left = 0
 
35
        width = 100%
 
36
        height = 20
 
37
        text = "@KEYMAP_MIDDLE@"
 
38
        align = "center"
 
39
        font = "DejaVu Sans Regular 10"
 
40
        color = "#FFF"
 
41
}
 
42
 
 
43
#boot menu
 
44
+ boot_menu {
 
45
        left = 10%
 
46
        width = 80%
 
47
        top = 20%
 
48
        height = 50%    
 
49
        item_font = "DejaVu Sans Regular 12"
 
50
        item_color = "#000"
 
51
        selected_item_font = "DejaVu Sans Bold 14"
 
52
        selected_item_color= "#000"
 
53
        selected_item_pixmap_style = "blob_*.png"
 
54
        icon_height = 25
 
55
        icon_width = 25
 
56
        item_height = 26
 
57
        item_padding = 0
 
58
        item_icon_space = 0
 
59
        item_spacing = 1
 
60
        scrollbar = true
 
61
        scrollbar_width = 20
 
62
        scrollbar_thumb = "slider_*.png"
 
63
        menu_pixmap_style = "boot_menu_*.png"
 
64
}
 
65
 
 
66
#progress bar
 
67
+ progress_bar {
 
68
        id = "__timeout__"
 
69
        left = 15%
 
70
        top = 80%
 
71
        height = 20
 
72
        width = 70%
 
73
        font = "DejaVu Sans Regular 12"
 
74
        text_color = "#000"
 
75
        fg_color = "#fff"
 
76
        bg_color = "#6ac"
 
77
        border_color = "#fff"
 
78
        text = "@TIMEOUT_NOTIFICATION_LONG@"
 
79
}