mark-nicepants / figma2flutter

Converts design token json files to flutter
Apache License 2.0
17 stars 16 forks source link

[FEATURE REQUEST] HSL color space support #31

Open ensarhoxhaa opened 1 month ago

ensarhoxhaa commented 1 month ago

:speech_balloon: Description

It would be great to also support 'hsl' color space with tokens studio modifiers.

:question: Link to specification or documentation (if available)

https://docs.tokens.studio/tokens/color-modifiers

freemansoft commented 2 weeks ago

There is a color_transformer_test.dart that uses hsl and tests modifying existing colors with lighten, darken.

ensarhoxhaa commented 2 weeks ago

But alpha and mix are not supported