Initial commit

This commit is contained in:
2026-03-10 11:57:09 +07:00
commit 1b4eacf16c
10 changed files with 39 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
bak/

BIN
JetBrainsMono-Bold.pf2 Normal file

Binary file not shown.

BIN
JetBrainsMono-Regular.pf2 Normal file

Binary file not shown.

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Nola GRUB Theme
![Nola Grub](./preview.jpg)

BIN
nola_grub.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

BIN
preview.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

BIN
select_c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

BIN
select_e.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

BIN
select_w.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

35
theme.txt Normal file
View File

@@ -0,0 +1,35 @@
desktop-image: "nola_grub.jpg"
terminal-font: "JetBrains Mono Regular 18"
title-text:""
terminal-width: "54%"
terminal-height: "64%"
terminal-left: "22%"
terminal-top: "15%"
+ boot_menu {
left = 24%
top = 19%
width = 53%
height = 57%
item_font = "JetBrains Mono Bold 24"
item_color = "#ffffff"
item_spacing = 10
item_padding = 0
item_height = 50
icon_width = 0
selected_item_font = "JetBrains Mono Bold 24"
selected_item_color = "#b69aff"
selected_item_pixmap_style = "select_*.png"
}
+ label {
id = "__timeout__"
left = 32%
top = 93%
width = 300
height = 20
font = "JetBrains Mono Bold 24"
color = "#ffffff"
align = "center"
text = "System will automatically boot in %d seconds"
}