mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
9 lines
218 B
Bash
9 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
|