erichoracek / Motif

Lightweight and customizable stylesheets for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chameleon Support ?

mzekrallah opened this issue · comments

Thanks for the great library ... Any guidance on how this could integrate with Flat Color frameworks like Chameleon ? is it even possible ?

Thanks

@mzekrallah hmm what exactly do you mean by flat color support? You could just extract the colors from Chameleon and use them in a theme file:

{
    "$FlatColor1": "#123456"
}

Thank you .. I meant using the color macros in Chameleon but as you mentioned it could be hardcoded in the style sheet as well .. Thanks