blob: b9e3145a08771cd96c7c1cb5dc0a837bfdf4c208 (
plain)
1
2
3
4
5
6
7
8
|
#! /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
|