Add TileOS Grub theme

This commit is contained in:
Aleksey Samoilov 2023-06-15 19:09:28 +04:00
parent 4044bf9139
commit 7cbfe33f51
6 changed files with 22 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1,9 +1,9 @@
title-text: "" title-text: ""
desktop-image: "background.png" desktop-image: "background.png"
desktop-color: "#000000" desktop-color: "#000000"
title-color: "#ffffff" title-color: "#cad3f5"
title-font: "DejaVu Sans Bold 16" title-font: "DejaVu Sans Bold 17"
message-font: "Unifont Regular 16" message-font: "Unifont Regular 17"
terminal-left: "0" terminal-left: "0"
terminal-top: "0" terminal-top: "0"
@ -13,7 +13,7 @@ terminal-border: "0"
# Logo image # Logo image
+ image { + image {
left = 50%-270 left = 50%-295
top = 50%-200 top = 50%-200
file = "logo.png" file = "logo.png"
} }
@ -26,21 +26,21 @@ terminal-border: "0"
height = 20 height = 20
text = "@KEYMAP_SHORT@" text = "@KEYMAP_SHORT@"
align = "center" align = "center"
color = "#ffffff" color = "#cad3f5"
font = "DejaVu Sans Bold 14" font = "DejaVu Sans Bold 14"
} }
#boot menu #boot menu
+ boot_menu { + boot_menu {
left = 50%-125 left = 50%-120
width = 500 width = 500
top = 50%+100 top = 50%+170
height = 300 height = 300
item_font = "DejaVu Sans Bold 14" item_font = "DejaVu Sans Bold 14"
item_color = "#999" item_color = "#6e738d"
selected_item_font = "DejaVu Sans Bold 14" selected_item_font = "DejaVu Sans Bold 14"
selected_item_color= "#fff" selected_item_color= "#cad3f5"
item_height = 26 item_height = 26
item_padding = 0 item_padding = 0
@ -51,11 +51,11 @@ terminal-border: "0"
# Show a countdown message using the label component # Show a countdown message using the label component
+ label { + label {
top = 55% top = 65%
left = 35% left = 35%
width = 30% width = 30%
align = "center" align = "center"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#f6f6f6" color = "#cad3f5"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1,9 +1,9 @@
title-text: "" title-text: ""
desktop-image: "background.png" desktop-image: "background.png"
desktop-color: "#000000" desktop-color: "#000000"
title-color: "#ffffff" title-color: "#cad3f5"
title-font: "DejaVu Sans Bold 16" title-font: "DejaVu Sans Bold 17"
message-font: "Unifont Regular 16" message-font: "Unifont Regular 17"
terminal-left: "0" terminal-left: "0"
terminal-top: "0" terminal-top: "0"
@ -13,7 +13,7 @@ terminal-border: "0"
# Logo image # Logo image
+ image { + image {
left = 50%-270 left = 50%-295
top = 50%-200 top = 50%-200
file = "logo.png" file = "logo.png"
} }
@ -26,21 +26,21 @@ terminal-border: "0"
height = 20 height = 20
text = "@KEYMAP_SHORT@" text = "@KEYMAP_SHORT@"
align = "center" align = "center"
color = "#ffffff" color = "#cad3f5"
font = "DejaVu Sans Bold 14" font = "DejaVu Sans Bold 14"
} }
#boot menu #boot menu
+ boot_menu { + boot_menu {
left = 50%-125 left = 50%-120
width = 500 width = 500
top = 50%+100 top = 50%+170
height = 300 height = 300
item_font = "DejaVu Sans Bold 14" item_font = "DejaVu Sans Bold 14"
item_color = "#999" item_color = "#6e738d"
selected_item_font = "DejaVu Sans Bold 14" selected_item_font = "DejaVu Sans Bold 14"
selected_item_color= "#fff" selected_item_color= "#cad3f5"
item_height = 26 item_height = 26
item_padding = 0 item_padding = 0
@ -51,11 +51,11 @@ terminal-border: "0"
# Show a countdown message using the label component # Show a countdown message using the label component
+ label { + label {
top = 55% top = 65%
left = 35% left = 35%
width = 30% width = 30%
align = "center" align = "center"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#f6f6f6" color = "#cad3f5"
} }