Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 6cdae9288e171e8a5b3a8c551dfaf969 > files > 4

grub2-mageia3-theme-dejavu-1.0-6.mga5.src.rpm

# GRUB gfxmenu theme "mga3-dejavu".


title-text: "Mageia Grub 2 Menu"
title-font: "DejaVu Sans Bold 24"
title-color: "white"
desktop-image: "Mageia3-grub2-1024x768.png"
terminal-font: "Unknown Regular 16"

+ boot_menu {
   left = 5%
   top = 15%
   width = 75%
   height = 55%
   item_font = "DejaVu Sans Bold 20"
   selected_item_font = "DejaVu Sans Bold 20"
   color_normal="black/black"
   item_color = "#83E3FD"
   selected_item_color = "white"
   item_height = 24
   item_spacing = 10
}

+ progress_bar
{
   id = "__timeout__"
   left = 20%
   top = 70%
   width = 60%
   height = 3%
   fg_color = "lightskyblue"
   bg_color = "dodgerblue"
   border_color = "midnightblue"
}

# Informational message bar.
+ vbox {
   left = 43%
   top = 89%-40
   width = 50%
   height = 40
   + label { 
      text="Select an item with the arrow keys and press Enter to boot."
      font="DejaVu Sans Bold 14" color="white"
   }
   + label { 
      text="Press 'c' for command line, 'e' to edit."
      font="DejaVu Sans Bold 14" color="white"
   }
}