2020-03-27 20:33:59 -01:00
|
|
|
set color_normal=light-gray/black
|
|
|
|
set color_highlight=white/dark-gray
|
|
|
|
|
2024-03-15 20:48:35 -01:00
|
|
|
if [ -e /boot/grub/splash.png ]; then
|
2020-03-27 20:33:59 -01:00
|
|
|
set theme=/boot/grub/live-theme/theme.txt
|
|
|
|
else
|
|
|
|
set menu_color_normal=cyan/blue
|
|
|
|
set menu_color_highlight=white/blue
|
|
|
|
fi
|