pkgsrc/sysutils/grub2/files/05_pkgsrc_theme
gsutre d4ff70ea49 Import grub2-2.00 as sysutils/grub2.
This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable.
2012-07-29 21:44:13 +00:00

8 lines
218 B
Bash

#! /bin/sh -e
# Comment these lines or remove this file for default GRUB menu colors, or
# change them to suit your taste...
cat << EOF
set menu_color_normal=light-gray/brown
set menu_color_highlight=yellow/brown
EOF