allow custom "neko" images
What feature would you like implemented?
The oneko animation is implemented via a single image, which is pulled in via CSS. We could easily allow a theme to set a custom property pointing to a different image!
.oneko {
background-image: var(--custom-oneko, url(/client-assets/oneko.gif));
}
Why should we add this feature?
So people can have foxes instead of cats
Contribution Guidelines By submitting this issue, you agree to follow our Contribution Guidelines
- I agree to follow this project's Contribution Guidelines
- I have searched the issue tracker for similar requests, and this is not a duplicate.