jaredrummler / Cyanea

A theme engine for Android
Apache License 2.0
1.45k stars 144 forks source link

Is there a colorPrimaryLight? #39

Closed jrcacd closed 5 years ago

jaredrummler commented 5 years ago

Yes, to set the default primary light color, add the following to your colors.xml:

<color name="cyanea_primary_light_reference">#0099CC</color>

You can access the color via cyanea.primaryLight and set it via cyanea.edit { setPrimaryLight(color) }