I’m developing a dark version of the vector skin. However, there are a lot of extensions that use SVG icons with fallback background-images
that are raster images as well. For instance consider I want to style the very common Echo(source code) extension using my very own skin Discord(source).
What are some of the things I should watch out for when doing this? For instance the Echo extension has the variants
attribute. How do I invoke the invert
varaint as seen below in my skin?
As to the question of raster images (PNGs etc), are these images generated on the fly from the SVGs by mediawiki? If so I need only worry about SVGs for now.
Thanks in advance!