Change boot console theme

I installed a second distro I wanted to try out, and that changed the grub background to something that covers the text, white on white, making it hard to read. How do I change this back to the openSUSE theme. I checked in Yast under boot and found the console theme which is still set to openSUSE. Selecting it again and clicking “OK” says it’s making changes, but those don’t take effect and it’s still the new distros grub theme. What am I missing here? Does this need to be changed in the new distro as well?

My drive looks like this:

sda
/dev/sda1 /boot/efi
/dev/sda2 / (openSUSE root)
/dev/sda3 /swap
/dev/sda4 /home (openSUSE home)
/dev/sda5 / (new distro root)

You replaced openSUSE grub with whatever grub and now whatever controls the boot. .

Assuming you’re still running grub,

I wrote some scripts that change the background ant the text placement and format
https://en.opensuse.org/User:Tsu2/12.3/Modified_GRUB_Menu

Although I haven’t created a script specifically for LEAP, you can download and inspect any of the other scripts I wrote (recommend 13.2).
It’s fully documented in the script’s comments, so it should guide you on what you need to do in your situation.

If you still have problems figuring this out, post again… Maybe I’ll try to find some time to create a LEAP script.

TSU