MajorVictory / Whetstone

A module designed to make applying and customizing themes easier for users and theme authors.
MIT License
10 stars 0 forks source link

A "Shim" Example #14

Closed akrigline closed 3 years ago

akrigline commented 4 years ago

A lot of existing UI overhauls are afraid of whetstone integration breaking the current users and are reluctant to add Whetstone as a hard dependency.

It would be valuable to create a "Whetstone Shim" that is a simple copy/paste js file that shows how to optionally use Whetstone when it is active, or to DIY the style loading otherwise.

MajorVictory commented 3 years ago

This is partially done now, I've created an example style as a stub module.

https://github.com/MajorVictory/Whetstone-Spearmint

Anyone can use this module to make a theme that uses Whetstone features.