Wallpaper Settings
By default, Firefox's New Tab Page uses a gray (dark mode) or white (light mode) background. FF Ultima overrides this default based on the currently selected Color Scheme. Every Color Scheme has it's own dark/light mode wallpaper as well.
You can change your wallpaper just like you would in regular Firefox. But the theme also provide a way to use different Color Scheme wallpapers from within the New Tab Page menu.
Reset to Default will restore the current Color Schemes wallpaper
You can also override the default with the user.theme.wallpaper settings.
You can also replace the wallpapers in the menu with your own custom options. This is all handled in:
chrome/theme/color-schemes/apply-cs-wallpapers.css -> Line 66-96
This is basically two list for wallpapers in the menu:
- a list that applies the wallpaper to the page
- a list that matches the image to the menu option
By swapping out an for your own custom image, you can gain 14 free slots to use for your own rotation of wallpapers. And swapping out is as simply as changing one of these:
"walls/fullmoon.jpg"
into this:
"walls/MyPicture.jpg"
And also putting the image into the
wallsfolder !