Thanks for this package. I'm using it in several projects and decided to fix theme issue.
the problem is that package only checks system theme (in my case that is dark), but I'm using light theme in my Nova app. This PR ensures to first check if user selected theme using Nova header option. If not it fallbacks to existing solution (checks system settings)
Hi there,
Thanks for this package. I'm using it in several projects and decided to fix theme issue.
the problem is that package only checks system theme (in my case that is dark), but I'm using light theme in my Nova app. This PR ensures to first check if user selected theme using Nova header option. If not it fallbacks to existing solution (checks system settings)