2
BIN
grub-themes/Crossgrub/Monocraft22.pf2
Normal file
BIN
grub-themes/Crossgrub/PixelFont30.pf2
Normal file
BIN
grub-themes/Crossgrub/background.png
Normal file
|
After Width: | Height: | Size: 461 KiB |
BIN
grub-themes/Crossgrub/item_c.png
Normal file
|
After Width: | Height: | Size: 813 B |
BIN
grub-themes/Crossgrub/item_e.png
Normal file
|
After Width: | Height: | Size: 575 B |
BIN
grub-themes/Crossgrub/item_n.png
Normal file
|
After Width: | Height: | Size: 754 B |
BIN
grub-themes/Crossgrub/item_ne.png
Normal file
|
After Width: | Height: | Size: 549 B |
BIN
grub-themes/Crossgrub/item_nw.png
Normal file
|
After Width: | Height: | Size: 541 B |
BIN
grub-themes/Crossgrub/item_s.png
Normal file
|
After Width: | Height: | Size: 684 B |
BIN
grub-themes/Crossgrub/item_se.png
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
grub-themes/Crossgrub/item_sw.png
Normal file
|
After Width: | Height: | Size: 569 B |
BIN
grub-themes/Crossgrub/item_w.png
Normal file
|
After Width: | Height: | Size: 589 B |
BIN
grub-themes/Crossgrub/selected_item_c.png
Normal file
|
After Width: | Height: | Size: 813 B |
BIN
grub-themes/Crossgrub/selected_item_e.png
Normal file
|
After Width: | Height: | Size: 586 B |
BIN
grub-themes/Crossgrub/selected_item_n.png
Normal file
|
After Width: | Height: | Size: 761 B |
BIN
grub-themes/Crossgrub/selected_item_ne.png
Normal file
|
After Width: | Height: | Size: 565 B |
BIN
grub-themes/Crossgrub/selected_item_nw.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
grub-themes/Crossgrub/selected_item_s.png
Normal file
|
After Width: | Height: | Size: 691 B |
BIN
grub-themes/Crossgrub/selected_item_se.png
Normal file
|
After Width: | Height: | Size: 563 B |
BIN
grub-themes/Crossgrub/selected_item_sw.png
Normal file
|
After Width: | Height: | Size: 579 B |
BIN
grub-themes/Crossgrub/selected_item_w.png
Normal file
|
After Width: | Height: | Size: 593 B |
BIN
grub-themes/Crossgrub/term_e.png
Normal file
|
After Width: | Height: | Size: 562 B |
BIN
grub-themes/Crossgrub/term_n.png
Normal file
|
After Width: | Height: | Size: 571 B |
BIN
grub-themes/Crossgrub/term_ne.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
grub-themes/Crossgrub/term_nw.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
grub-themes/Crossgrub/term_s.png
Normal file
|
After Width: | Height: | Size: 569 B |
BIN
grub-themes/Crossgrub/term_se.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
grub-themes/Crossgrub/term_sw.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
grub-themes/Crossgrub/term_w.png
Normal file
|
After Width: | Height: | Size: 564 B |
79
grub-themes/Crossgrub/theme.txt
Normal file
@ -0,0 +1,79 @@
|
||||
# Global
|
||||
|
||||
title-text: ""
|
||||
desktop-image: "background.png"
|
||||
|
||||
# Terminal for Console and Options
|
||||
terminal-border: "20"
|
||||
terminal-left: "20%"
|
||||
terminal-top: "20%+23"
|
||||
terminal-width: "60%"
|
||||
terminal-height: "60%"
|
||||
terminal-box: "term_*.png"
|
||||
terminal-font: "Monocraft Regular 22"
|
||||
|
||||
# SHADOW
|
||||
+ boot_menu {
|
||||
left = 2%-1
|
||||
top = 60%-1
|
||||
width = 600
|
||||
height = 500
|
||||
|
||||
item_font = "PixelHallfeticaJP10P Regular 30"
|
||||
item_color = white
|
||||
selected_item_color = white
|
||||
item_height = 30
|
||||
item_icon_space = -20
|
||||
item_spacing = 45
|
||||
scrollbar = false
|
||||
}
|
||||
|
||||
+ boot_menu {
|
||||
left = 2%
|
||||
top = 60%
|
||||
width = 600
|
||||
height = 500
|
||||
|
||||
item_font = "PixelHallfeticaJP10P Regular 30"
|
||||
item_color = black
|
||||
selected_item_color = black
|
||||
item_height = 30
|
||||
item_padding = 0
|
||||
item_icon_space = -20
|
||||
item_spacing = 45
|
||||
item_pixmap_style = "item_*.png"
|
||||
selected_item_pixmap_style = "selected_item_*.png"
|
||||
scrollbar = false
|
||||
}
|
||||
|
||||
# TEXT
|
||||
+ label {
|
||||
id = "__timeout__"
|
||||
|
||||
left = 50%
|
||||
top = 100%-50
|
||||
height = 24
|
||||
width = 50%-6
|
||||
|
||||
text = "Executing selected entry in %d seconds"
|
||||
align = "right"
|
||||
font = "PixelHallfeticaJP10P Regular 30"
|
||||
color = "white"
|
||||
}
|
||||
|
||||
# SHADOW
|
||||
+ label {
|
||||
id = "__timeout__"
|
||||
|
||||
left = 50%+3
|
||||
top = 100%-47
|
||||
height = 24
|
||||
width = 50%-6
|
||||
|
||||
text = "Executing selected entry in %d seconds"
|
||||
align = "right"
|
||||
font = "PixelHallfeticaJP10P Regular 30"
|
||||
color = "#3f3f3f"
|
||||
}
|
||||
|
||||
|
||||