10 lines
245 B
INI
10 lines
245 B
INI
set color_normal=light-gray/black
|
|
set color_highlight=white/dark-gray
|
|
|
|
if [ -e /boot/grub/splash.png ]; then
|
|
set theme=/boot/grub/live-theme/theme.txt
|
|
else
|
|
set menu_color_normal=cyan/black
|
|
set menu_color_highlight=white/dark-gray
|
|
fi
|