as you can see I just release to issues raised that I am not familiar with I could just ignore those but I simply try to cater for those .. and using the simple update method introduces absolutely no burden on the end user in terms of applying an update. end user requires requires zero experience or coding knowledge to apply these . old methods used to introduce end user error probability either due to lack of coding knowledge or using a non standard editing method . so all efforts have been made too minimize inconvenience however that said that doesn't eradicate issues I cause but Ive done my upmost best too eradicate those ASAP..Im human and like all humans we make mistakes unknowingly based on WHAT IF being overlooked !
as for themes that would just be another mess to introduce ...themes I use are simply two both based on color matching using a Pantone color palette app I simply just desaturate colors from the original palette which 90% is used with HSL(A) has this allows finer colorization differences without being to BOLD and windows 98 looking

as below simply I dont have to remember color codes each time I just simply apply a common phrase/variable ...example would be css
color:var(--dark);
background:var(--orange);...and so on
:root {
--white: hsl(0, 0%, 100%);
--light: hsl(0, 0%, 96%);
--dark: hsl(200, 18%, 3%);
--dark-popup: hsl(200, 18%, 3%);
--dark-light: hsla(0, 0%, 0%, 0.251);
--dark-toggle: hsl(202, 8%, 46%);
--dark-caption: rgba(66, 70, 72, 0.429);
(*Final-9.34z Update for 27th October 12:40)
* Hoping this is the Final update for this version..inshallah !
* Applies format for KTS output
* MS/KTS indicators aligned
* Corrections to wind gust ref Mike
* Adds missing language support for beaufort module ref DC Kraft...
* Updates barometer mmHG module with max/min times..
* Contains fixes solar radiation module + bft alignment ref Sean Balfour