Is there a way to make a separate theme, for example called BlueTheme, where I change the $colors primary, secondary, danger etc.. variables when the theme is activated? Or do I have to manually change the classes and locations where these colors are applied? e.g.
.BlueTheme {
//Whenever this theme is activated, I want to change the primary, secondary colors etc
$colors {
primary: different color,
secondary: another color, etc...
}
}
Thanks!
Here are notes I took from this Youtube video, for my own future use.
service
/theme/variables.scss
/theme/custom-theme-light.scss
theme/custom-theme-dark.scss
home.html
inside ion-header > ion-navbar after ion-title
home.ts
app-component.ts
app.html
variables.scss
//inside $colors (); add
inside html template