Skip to content

[Feature Request] Colour Property Manipulation from Template #17

@SherLock707

Description

@SherLock707

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. 🚀

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions