2024-01-05 20:56:48 +01:00
|
|
|
--- breeze-grub-5.25.3/breeze/theme.txt.orig 2022-07-12 11:57:28.000000000 +0200
|
|
|
|
+++ breeze-grub-5.25.3/breeze/theme.txt 2022-07-17 19:27:37.318372060 +0200
|
|
|
|
@@ -14,6 +14,10 @@
|
|
|
|
message-color: "#7f8c8d"
|
|
|
|
message-bg-color: "#4d4d4d" # TODO: whatever is this for?
|
|
|
|
desktop-color: "#000000" # black
|
|
|
|
+terminal-left: "0"
|
|
|
|
+terminal-top: "0"
|
|
|
|
+terminal-width: "100%"
|
|
|
|
+terminal-height: "100%"
|
|
|
|
|
|
|
|
# title
|
|
|
|
# NOTE: can't put this in a vbox because GRUB is crap and item highlighting
|
|
|
|
@@ -26,13 +30,13 @@
|
2024-01-05 20:56:45 +01:00
|
|
|
text = "Select Operating System"
|
|
|
|
align = "center"
|
|
|
|
font = "Unifont Regular 32"
|
|
|
|
- color = "#ffffff"
|
|
|
|
+ color = "#35ff35"
|
|
|
|
}
|
|
|
|
|
|
|
|
# Show the boot menu
|
|
|
|
+ boot_menu {
|
|
|
|
- left = 50%-200
|
|
|
|
- width = 400
|
|
|
|
+ left = 50%-360
|
|
|
|
+ width = 720
|
|
|
|
# NB: this is scooped upwards from the middle.
|
|
|
|
# effectively 50px are below and the remaining 150 above
|
|
|
|
top = 50%-150
|
2024-01-05 20:56:48 +01:00
|
|
|
@@ -48,17 +52,17 @@
|
2024-01-05 20:56:45 +01:00
|
|
|
item_font = "Unifont Regular 16"
|
|
|
|
item_color = "#7f8c8d"
|
|
|
|
selected_item_font = "Unifont Bold 16"
|
|
|
|
- selected_item_color = "#ffffff"
|
|
|
|
+ selected_item_color = "#35ff35"
|
|
|
|
}
|
|
|
|
|
|
|
|
+ vbox {
|
|
|
|
- left = 50%-200 # same as menu
|
|
|
|
+ left = 50%-360 # same as menu
|
|
|
|
top = 50%+113 # (50+16+19+28) half menu + spacer + progress + spacer
|
|
|
|
- width = 400 # same as menu
|
|
|
|
- + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Enter] Boot the selected OS" }
|
|
|
|
- + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Up and Down Key] navigation" }
|
|
|
|
- + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[E] Edit Selection" }
|
|
|
|
- + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[C] GRUB Command Line" }
|
|
|
|
+ width = 720 # same as menu
|
|
|
|
+ + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Enter] Boot the selected OS" }
|
|
|
|
+ + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Up and Down Key] navigation" }
|
|
|
|
+ + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[E] Edit Selection" }
|
|
|
|
+ + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[C] GRUB Command Line" }
|
|
|
|
}
|
|
|
|
|
|
|
|
# Show a styled horizontal progress bar
|
2024-01-05 20:56:48 +01:00
|
|
|
@@ -76,9 +80,9 @@
|
2024-01-05 20:56:45 +01:00
|
|
|
# Show text progress bar
|
|
|
|
+ progress_bar {
|
|
|
|
id = "__timeout__"
|
|
|
|
- left = 50%-200 # same as menu
|
|
|
|
+ left = 50%-360 # same as menu
|
|
|
|
top = 50%+66 # (50+16) half menu + spacer
|
|
|
|
- width = 400 # same as menu
|
|
|
|
+ width = 720 # same as menu
|
|
|
|
height = 19 # 14pt
|
|
|
|
show_text = true
|
|
|
|
font = "Unifont Regular 14"
|