Skip to content
Xavier Julián edited this page Dec 17, 2015 · 2 revisions

Application theme colors can be edited from the file components/shared-styles/shared-styles.html

Default colors

:host {
    --primary-color: #3465a4;
    --secondary-color: #ad7fa8;
    --text-color: #ffffff;
    --success-color: #73d216;
    --warning-color: #fcaf3ef;
    --error-color: #cc0000;
}
Clone this wiki locally