Colors - PIWEEK/polymux GitHub Wiki
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;
}