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 provides 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.
this is the old approach for changing wallpapers.
You can also replace the wallpapers in the menu with your own custom options. The theme provides 14 free slots for custom wallpapers. You can replace these wallpapers with your own.
This is all handled in: chrome/theme/color-schemes/apply-cs-wallpapers.css -> Line 66-96
There are basically two list inside of apply-cs-wallpapers.css:
- a list that applies the wallpaper to the new tab page
- a list that matches the wallpaper to the menu option
Swapping out a wallpaper is as simply as changing one of the wallpaper sources:
"walls/fullmoon.jpg"
into:
"walls/my wallpaper.jpg"
or even:
"https://i.imgur.com/picture.png"