theme.txt 2.46 KB
Newer Older
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# Debian Lenny theme for GRUB2
#
# Copyright © 2010 Jo Shields
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

#general settings
Andrey Cherepanov's avatar
Andrey Cherepanov committed
24
message-font: "DejaVu Sans Regular 12"
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
25
title-text: ""
Sergey V Turchin's avatar
Sergey V Turchin committed
26
message-color: "#000000"
27
message-bg-color: "#3f3c45"
28
desktop-image: "grub.jpg"
Sergey V Turchin's avatar
Sergey V Turchin committed
29
terminal-font: "Misc Fixed Regular 13"
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
30 31 32

#help bar at the bottom
+ label {
Andrey Cherepanov's avatar
Andrey Cherepanov committed
33 34 35 36 37
	top = 100%-60
	left = 20%
	width = 60%
	height = 25
	text = "Для запуска системы выберите пункт меню и нажмите Enter."
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
38
	align = "center"
39
	#font = "Droid Sans Bold 14"
40
	color = "#F8E97C"
Andrey Cherepanov's avatar
Andrey Cherepanov committed
41 42 43 44 45 46 47 48 49
}

+ label {
	top = 100%-40
	left = 20%
	width = 60%
	height = 25
	text = "Для редактирования меню нажмите E. Для выхода - Esc."
	align = "center"
50
	#font = "Droid Sans Bold 14"
51
	color = "#ffffff"
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
52 53 54 55
}

#menu
+ boot_menu {
Andrey Cherepanov's avatar
Andrey Cherepanov committed
56 57
	left = 20%
	width = 60%
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
58 59
	top = 30%
	height = 40%
Andrey Cherepanov's avatar
Andrey Cherepanov committed
60 61
	item_font = "DejaVu Sans Bold 14"
	selected_item_font = "DejaVu Sans Bold 14"
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
62 63 64 65 66 67 68 69 70 71
	icon_width = 24
	item_height = 26
	item_padding = 0
	item_icon_space = 0
	item_spacing = 1
	selected_item_pixmap_style = "selected_blob_*.png"
	scrollbar = true
	scrollbar_width = 20
	scrollbar_thumb = "scrollbar_slider_*.png"
	scrollbar_frame = "scrollbar_border_*.png"
72
	item_color = "#ffcd7a"
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
	selected_item_color = "#ffffff"
}

+ circular_progress
{
   id = "__timeout__"
   left = 52%
   top = 13%
   width = 36
   height =36 
   num_ticks = 12
   ticks_disappear = false 
   start_angle = -60
   center_bitmap = "zero.png"
   tick_bitmap = "tick.png"

}