56 lines
1.1 KiB
Text
Executable file
56 lines
1.1 KiB
Text
Executable file
# Breeze GRUB theme
|
|
#
|
|
# 2018, Gustavo Castro < gustawho [at] disroot [dot] org >
|
|
#
|
|
# Some rights reserved. This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
|
|
#
|
|
|
|
desktop-image: "background.png"
|
|
|
|
# colors are taken from the breeze default theme
|
|
title-text: "Select a boot option"
|
|
title-font: "Hack 18"
|
|
title-color: "#eff0f1"
|
|
message-font: "Hack 18"
|
|
message-color: "#eff0f1"
|
|
terminal-font: "Hack 18"
|
|
terminal-box: "terminal_*.png"
|
|
|
|
+ boot_menu {
|
|
left = 20%
|
|
width = 60%
|
|
top = 33%
|
|
height = 33%
|
|
|
|
menu_pixmap_style = "boot_menu_*.png"
|
|
|
|
item_font = "Hack 18"
|
|
# breeze inactive text color
|
|
item_color = "#7f8c8d"
|
|
item_height = 44
|
|
item_icon_space = 8
|
|
item_spacing = 2
|
|
|
|
selected_item_font = "Hack 18"
|
|
selected_item_color= "#eff0f1"
|
|
selected_item_pixmap_style = "select_*.png"
|
|
|
|
icon_height = 48
|
|
icon_width = 48
|
|
|
|
scrollbar = true
|
|
scrollbar_width = 20
|
|
scrollbar_thumb = "slider_*.png"
|
|
}
|
|
|
|
+ progress_bar {
|
|
id = "__timeout__"
|
|
left = 33%
|
|
width = 33%
|
|
top = 73%
|
|
height = 8
|
|
show_text = false
|
|
fg_color = #3daee9
|
|
bg_color = #31363b
|
|
border_color = #4d4d4d
|
|
}
|