grub-theme-openmamba/grub-theme-openmamba-conf

10 lines
197 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
cat << _EOF
insmod png
background_image /boot/grub/openmamba-grub-1024x768.png
set color_normal=black/black
set menu_color_normal=green/black
set menu_color_highlight=white/green
_EOF