desktop-image: "/boot/grub/splash.png"
title-color: "#d8dee9"
title-font: "Hack Bold 16"
title-text: "nakeDeb live / install"
message-font: "Hack 16"
terminal-font: "Hack 16"

#help bar at the bottom
+ label {
    top = 100%-50
    left = 0
    width = 100%
    height = 20
    text = "@KEYMAP_SHORT@"
    align = "center"
    color = "#d8dee9"
    font = "Hack Bold 14"
}

#boot menu
+ boot_menu {
    left = 10%
    width = 80%
    top = 42%
    height = 48%-80
    item_color = "#4c566a"
    item_font = "Hack Bold 14"
    selected_item_color= "#d8dee9"
    selected_item_font = "Hack Bold 14"
    item_height = 16
    item_padding = 0
    item_spacing = 4
}

#progress bar
+ progress_bar {
    id = "__timeout__"
    left = 15%
    top = 100%-80
    height = 16
    width = 70%
    font = "Hack 14"
    text_color = "#000000"
    fg_color = "#ffffff"
    bg_color = "#a8a8a8"
    border_color = "#ffffff"
    text = "@TIMEOUT_NOTIFICATION_LONG@"
}
