-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy paththeme.txt
More file actions
49 lines (41 loc) · 800 Bytes
/
theme.txt
File metadata and controls
49 lines (41 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# CodeVerse Linux Nordic GRUB Theme
# Nord Color Palette
# Desktop
desktop-image: "background.png"
desktop-color: "#2E3440"
# Boot menu
+ boot_menu {
left = 30%
top = 30%
width = 40%
height = 45%
item_color = "#D8DEE9"
item_height = 28
item_padding = 8
item_spacing = 4
selected_item_color = "#88C0D0"
icon_width = 24
icon_height = 24
item_icon_space = 8
scrollbar = true
scrollbar_width = 4
}
# Countdown
+ label {
left = 30%
top = 80%
width = 40%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds..."
color = "#4C566A"
}
# Navigation hint
+ label {
left = 30%
top = 85%
width = 40%
align = "center"
text = "Arrow keys to navigate, Enter to boot"
color = "#4C566A"
}