Home About Github

@barelyreaper/themer

themer is an attempt to make a tiny library that can work everywhere while being consistent and non-obstrusive to the browser's own behaviour.

This lead to being able to create dark and light mode styles without totally depending on JS, your stylesheet could controll what was shown if no JS was enabled.

This was limited to just dark and light themes in v1 which was fine but kinda limiting to my current use cases where I might have more than the 2 defaults.



v2.0.0 Latest

The latest version adds in the additional functionality of being able to set dynamic strings, meaning, you can define more than just dark and light as valid themes

For more documentation and themeing, go through the project README.md