mouse0270 / lib-themer

A library used to create css variables for use in themes
MIT License
3 stars 2 forks source link

Colours cannot be reset to default without lib - Color Settings #29

Closed XtraButtery closed 1 year ago

XtraButtery commented 1 year ago

When attempting to reset a colour back to its default settings without lib - Color Settings installed the colour is instead reset to pure black.

My presumption would be that this is caused by the lack of transparency options with the default colour picker causing the colours to reset to an invalid value (Default Foundry colours accept #RRGGBB whereas lib - Color Settings uses #RRGGBBOO)

lib - Color Settings is currently not set as a required module and likely should be to prevent issues like this and to allow Lib Themer to properly function as intended.

mouse0270 commented 1 year ago

I'd rather fix the bug then force people to use a library they don't want to do. This should be easy to resolve.

mouse0270 commented 1 year ago

Fixed in version 1.0.5 https://github.com/mouse0270/lib-themer/releases/tag/1.0.5