My-distro-configs-ubuntu/bootloaders/boot/grub/theme.cfg

14 lines
419 B
INI
Raw Permalink Normal View History

2022-11-25 09:41:57 -01:00
set color_normal=light-gray/black
set color_highlight=white/dark-gray
if [ -e /isolinux/splash.png ]; then
# binary_syslinux modifies the theme file to point to the correct
# background picture
set theme=/boot/grub/live-theme/theme.txt
elif [ -e /boot/grub/splash.png ]; then
set theme=/boot/grub/live-theme/theme.txt
else
2023-11-20 18:00:06 -01:00
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
2022-11-25 09:41:57 -01:00
fi