# ZapczOS boot menu theme
title-text: ""
desktop-color: "#10131c"
terminal-font: "Unifont Regular 16"
terminal-left: "5%"
terminal-top: "78%"
terminal-width: "90%"
terminal-height: "20%"

+ label {
    top = 14%
    left = 0
    width = 100%
    align = "center"
    color = "#eaecf2"
    font = "Unifont Regular 16"
    text = "ZapczOS V4"
}

+ label {
    top = 20%
    left = 0
    width = 100%
    align = "center"
    color = "#7f8798"
    font = "Unifont Regular 16"
    text = "a hobby operating system written from scratch"
}

+ boot_menu {
    top = 32%
    left = 26%
    width = 48%
    height = 40%
    item_font = "Unifont Regular 16"
    item_color = "#c2c7d2"
    selected_item_color = "#ffffff"
    item_height = 26
    item_padding = 8
    item_spacing = 4
    selected_item_pixmap_style = "select_*.png"
}

+ progress_bar {
    id = "__timeout__"
    top = 76%
    left = 30%
    width = 40%
    height = 6
    show_text = false
    fg_color = "#3584e4"
    bg_color = "#242938"
    border_color = "#242938"
}
