I have understood how to use /usr/share/desktop-base/grub_background.sh to change the background image. But my background image is composed of light colors, so I need dark characters. I tried
WALLPAPER=/usr/share/images/desktop-base/in06_0219_03541_sa640.png
COLOR_NORMAL=black/light-gray
COLOR_HIGHLIGHT=green/red
What happened was, Grub displayed my wallpaper image, then overlaid it with a gray screen with black characters on them. What's with the overlay? What should I use to get the characters I want?
More precisely, in
COLOR_NORMAL=color1/color2
what are color1 and color2 used for? Ditto for COLOR_HIGHLIGHT. Thanks in advance.
WALLPAPER=/usr/share/images/desktop-base/in06_0219_03541_sa640.png
COLOR_NORMAL=black/light-gray
COLOR_HIGHLIGHT=green/red
What happened was, Grub displayed my wallpaper image, then overlaid it with a gray screen with black characters on them. What's with the overlay? What should I use to get the characters I want?
More precisely, in
COLOR_NORMAL=color1/color2
what are color1 and color2 used for? Ditto for COLOR_HIGHLIGHT. Thanks in advance.
Comment