908Inc / stickerpipe-chat-sample

Other
76 stars 29 forks source link

Let sticker pipe respect application primary colors #9

Closed yaaminu closed 7 years ago

yaaminu commented 7 years ago

I realized sticker pipe does not use my primary color? How do i make it to respect my primary colors?

dehimb commented 7 years ago

@yaaminu Define your colors for this color values

<color name="sp_primary">#5E7A87</color>
<color name="sp_primary_dark">#455A64</color>
<color name="sp_primary_light">#CFD8DC</color>

Check out this section section for more customization

yaaminu commented 7 years ago

Oh no!! I missed that thanks