[AAE-16219] Theming for HxP is not working (#8894)

This commit is contained in:
Bartosz Sekula
2023-09-08 17:20:05 +02:00
committed by GitHub
parent ce881b7dcf
commit a1b39fb6dc
6 changed files with 61 additions and 30 deletions
@@ -1,14 +1,20 @@
/*
Specify theme parameters e.g.:
Replace 'THEME_CONFIGURATION' placeholder with your theme configuration using '$theme-config' variable map.
$theme-config: (
primaryColor: #5175d2,
backgroundColor: #FAFAFA,
textColor: #793942,
accentColor: #C64F73,
baseFontSize: 26px,
fontFamily: Cursive
);
Specify colors for palettes generation, e.g. if for 'primaryColor' the color is going to be 'red'(#fc0313).
Then, we are going to generate 'primary' palette based on the 'red' color.
Geenerated pallete is going to be used to create material design theme
e.g.
$theme-config: (
primaryColor: #5175d2,
backgroundColor: #FAFAFA,
textColor: #793942,
accentColor: #C64F73,
baseFontSize: 26px,
fontFamily: Cursive
);
*/
${THEME_CONFIGURATION}