use gowall to make your wallpaper adhere to your Base16/Base24 theme.
Add the following toml settings to your Tinty ~/.config/tinted-theming/tinty/config.toml
file:
[[items]]
path = "https://github.com/tinted-theming/tinted-gowall"
name = "wallpaper"
themes-dir = "themes"
supported-systems = ["base16", "base24"]
This will create a gowall compatible JSON config file that you can then use to apply your theme:
gowall convert [INPUT] [OPTIONAL OUTPUT] -t <PATH_TO_YOUR_THEME>
Example with chicago
gowall convert wallpaper.jpg -t base16-chicago-day.json

