To enrich themes a little more and allow creativity to run wild (+ it would be funny to see anime themed themes), let's add an optional field in theme.toml that allows themes to have a mascot image in their folder.
- kitty
- theme.toml
- mascot.png
Something like this... umm.... 🤔
# ... truncated
[metadata]
name = "😺 Kitty"
[pallet]
# ... pallets truncated
[assets]
image.mascot = "./mascot.png"
For an actual full theme example checkout rubber-ducky.
Mascots will be displayed where applications choose to place them for styling. For example in Roseate the rose in the image section screen will be replaced with a mascot if there is one available.
To enrich themes a little more and allow creativity to run wild (+ it would be funny to see anime themed themes), let's add an optional field in
theme.tomlthat allows themes to have a mascot image in their folder.Something like this... umm.... 🤔
For an actual full theme example checkout
rubber-ducky.Mascots will be displayed where applications choose to place them for styling. For example in Roseate the rose in the image section screen will be replaced with a mascot if there is one available.