Theme
Theme
# Global Property
title-text: ""
title-color: "#3ec6ae"
terminal-font: "Terminus Regular Bold 14"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
desktop-image: "background.png"
desktop-color: "#fba8c2"
message-font: "Terminus Regular Bold 14"
message-color: "#fd262e"
# Show progress
+ progress_bar {
left = 22%+7
top = 84%
height = 17
width = 60%+7
font = "Terminus Regular 16"
id = "__timeout__"
text = "Automatically booting in %d seconds"
text_color = "gainsboro"
bar_style = "progress_frame_*.png"
highlight_style = "progress_highlight_*.png"
show_text = true
bar_style = "progress_frame_*.png"
highlight_style = "progress_highlight_*.png"
}
+ label {
text = "↑↓"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": select "
color = "#000000"
font = "Terminus Regular Bold 16"
}
+ label {
text = "enter"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": boot "
color = "#000000"
font = "Terminus Regular Bold 16"
}
+ label {
text = "e"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": edit "
color = "#000000"
font = "Terminus Regular Bold 16"
}
+ label {
text = "c"
color = "#ff0000"
font = "Terminus Regular Bold 16"
}
+ label {
text = ": command-line"
color = "#000000"
font = "Terminus Regular Bold 16"
}
}