# Based Linux GRUB gfxmenu theme - generated by based-brand; do not edit.
# The build pipeline supplies background.png (see README).

title-text: "Based Linux"
title-color: "#b6bcc8"
desktop-image: "background.png"
desktop-color: "#0f1114"
terminal-box: "terminal_box_*.png"

+ boot_menu {
    left = 15%
    top = 30%
    width = 70%
    height = 40%
    item_color = "#b6bcc8"
    selected_item_color = "#2f6df6"
    item_height = 32
    item_padding = 4
    item_spacing = 8
}

# Equal bar_style/highlight_style values force plain solid-color
# rendering (no pixmap slices needed) per the GRUB gfxmenu docs.
+ progress_bar {
    id = "__timeout__"
    left = 15%
    top = 80%
    width = 70%
    height = 16
    fg_color = "#2f6df6"
    bg_color = "#23272e"
    border_color = "#424957"
    text_color = "#b6bcc8"
    text = "@TIMEOUT_NOTIFICATION_LONG@"
    bar_style = "*"
    highlight_style = "*"
}
