abernier / mosaico-backend

Ready to go backend for Mosaico editor
https://mosaicobackend-prod.herokuapp.com
GNU General Public License v3.0
13 stars 13 forks source link

THEME – brand customization #3

Closed abernier closed 7 years ago

abernier commented 7 years ago
Hiswe commented 7 years ago

@abernier J'ai repris les couleurs de https://getmdl.io/customize/index.html

ce qui donne :

mailing-list

editor

abernier commented 7 years ago

ok great, et est-ce qu'on peut les overrider en conf ou chiant avec la compil ?

Hiswe commented 7 years ago

Ça donne ça en config serveur :

"brand": {
    "color-primary": "rgb(233,30,99)",
    "color-primary-contrast": "white",
    "color-accent": "#3f51b5",
    "color-accent-contrast": "white"
},

dans les exemples ça donne :

Hiswe commented 7 years ago

@abernier pour le favicon j'en ai mis un par défaut. Il faut plus ?

abernier commented 7 years ago

good