Description:
First, thanks for the excellent work on Helwal! It’s an amazing tool, and I’m excited to see how it evolves.
I’d like to request a feature that allows color property manipulation directly within templates. Currently, we can reference colors using:
%% color0.hex %%
It would be great if we could manipulate properties like saturation, lightness, and darkness inline, like:
%% color0.saturate(0.2).lighten(0.3).darken(0.5).hex %%
Proposed Enhancements:
saturate(x): Increases saturation by x amount.
lighten(x): Increases lightness by x amount.
darken(x): Decreases lightness by x amount.
also may be complimentary..
This would allow for more flexible theming and color adjustments without modifying base colors manually. Looking forward to hearing your thoughts!
Thanks again for all the hard work on this fantastic project. 🚀
Description:
First, thanks for the excellent work on Helwal! It’s an amazing tool, and I’m excited to see how it evolves.
I’d like to request a feature that allows color property manipulation directly within templates. Currently, we can reference colors using:
%% color0.hex %%It would be great if we could manipulate properties like saturation, lightness, and darkness inline, like:
%% color0.saturate(0.2).lighten(0.3).darken(0.5).hex %%Proposed Enhancements:
saturate(x): Increases saturation by x amount.
lighten(x): Increases lightness by x amount.
darken(x): Decreases lightness by x amount.
also may be complimentary..
This would allow for more flexible theming and color adjustments without modifying base colors manually. Looking forward to hearing your thoughts!
Thanks again for all the hard work on this fantastic project. 🚀