
####Manual install
- Copy .PNGs and theme.txt files to
/boot/grub/themes/grombyangOS - Add to grub's menu.cfg
theme=/boot/grub/themes/grombyangOS/theme.txtor patch/lib/plymouth/themes/default.grub
####Ubuntu-mate specific patch for /lib/plymouth/themes/default.grub
@@ -1,3 +1,10 @@
-if background_color 44,0,30; then
+if background_color 60,59,55; then
clear
fi
+
+color_normal=light-gray/black
+
+if [ -e /boot/grub/themes/grombyangOS/theme.txt ]; then
+ insmod png
+ theme=/boot/grub/themes/grombyangOS/theme.txt
+fi