add Vimix theme for grub 5.6.12 kernel config

This commit is contained in:
2020-05-22 22:49:33 +08:00
parent 1ab4560cd6
commit 7d409ea07c
44 changed files with 9632 additions and 0 deletions

40
Vimix/theme.txt Normal file
View File

@@ -0,0 +1,40 @@
# GRUB2 gfxmenu Linux Vimix theme
# Designed for any resolution
# Global Property
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Unifont Regular 16"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Show the boot menu
+ boot_menu {
left = 15%
top = 29%
width = 70%
height = 60%
item_font = "Unifont Regular 16"
item_color = "#cccccc"
selected_item_color = "#ffffff"
item_height = 24
item_spacing = 12
selected_item_pixmap_style = "select_*.png"
}
# Show a countdown message using the label component
+ label {
top = 82%
left = 35%
width = 30%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#a34545"
font = "Unifont Regular 16"
}