CutCodeDown

Squire / Paladin => Squire/Paladin General Discussion => Topic started by: Jason Knight on 12 Dec 2020, 08:25:53 am

Title: Colour shifting ... anyone tried it yet?
Post by: Jason Knight on 12 Dec 2020, 08:25:53 am
Just wondering if anyone played with the variable based HSL colours of the semi-incomplete template?

templates/default/css/var.screen.css

Seriously, try changing the values of:

Code: [Select]
--normal-hue:210;
--normal-sat:100%;
--highlight-hue:220;
--highlight-sat:100%;

When I get back to working on the template side of things, I'm probably going to include a little JS hue/sat picker to let people set what colours they like, storing it either in localstorage or via ajax.
Title: Re: Colour shifting ... anyone tried it yet?
Post by: xmohamadx on 12 Dec 2020, 08:42:06 am
I just did it and it's so cool, it changes smoothly and nicely.
that hue/sat picker could be very interesting.