# Linux Lite GRUB2 Theme
# https://www.linuxliteos.com

# Desktop (background)
desktop-image: "background.png"
desktop-color: "#181c1f"

# Title text
title-text: ""
title-font: "DejaVu Sans Bold 28"
title-color: "#e8c840"

# Terminal styling
terminal-font: "DejaVu Sans Regular 14"

# Boot menu
+ boot_menu {
    left   = 30%
    top    = 30%
    width  = 40%
    height = 45%

    item_font        = "DejaVu Sans Regular 20"
    item_color       = "#b0b8c0"
    item_height      = 42
    item_padding     = 8
    item_spacing     = 6
    item_icon_space  = 16

    selected_item_font  = "DejaVu Sans Bold 28"
    selected_item_color = "#e8c840"

    icon_width  = 36
    icon_height = 36

    scrollbar        = false
    menu_pixmap_style = "menu_*.png"
}

# Countdown label
+ label {
    left   = 35%
    top    = 82%
    width  = 30%
    align  = "center"
    id     = "__timeout__"
    text   = "Booting in %d seconds"
    font   = "DejaVu Sans Regular 14"
    color  = "#808890"
}

# Help text
+ label {
    left   = 25%
    top    = 90%
    width  = 50%
    align  = "center"
    text   = "Use arrow keys to navigate  |  Enter to select  |  'e' to edit  |  'c' for command line"
    font   = "DejaVu Sans Regular 14"
    color  = "#505860"
}

# Version label
+ label {
    left   = 80%
    top    = 95%
    width  = 18%
    align  = "right"
    text   = "Linux Lite"
    font   = "DejaVu Sans Regular 14"
    color  = "#404850"
}
