Files
bee/iso/builder/config/bootloaders/grub-efi/theme.cfg

10 lines
250 B
INI

set color_normal=light-gray/black
set color_highlight=yellow/black
if [ -e /boot/grub/live-theme/theme.txt ]; then
set theme=/boot/grub/live-theme/theme.txt
else
set menu_color_normal=yellow/black
set menu_color_highlight=white/brown
fi