grub-theme-openmamba/grub-theme-openmamba-conf
Silvan Calarco c37e6e663a update to 4.0
new grub theme for openmamba milestone4 [release 4.0-1mamba;Thu Aug 25 2016]
2024-01-05 23:29:04 +01:00

10 lines
197 B
Bash

#!/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