Changing colors in AYRO UI themes
None 24 Aug 2022 : 15:24 Comments (0) JimakoAYRO UI themes is general term for any e107 theme based on AYRO UI components. For now there are Aeolus and Anthena.
Aeolus theme is based on APP template and it is finished - now it is tested, adding some stuff while working on Athena.
Athena theme is based on Startup template and it is developed now.
Both of those themes are available on github. Changing colors is the same for all themes. This is just first step.
Changing colors is very easy. No need for sass, complilation, anything. Just pure css and some editor. Visual Code Studio displays css rule with color picker, so I used it for this.
Athena looks like this (blue theme)
Find color name f.e. of button
Open file css/starter.css and change primary color:
Result:
The same for hover state - primary-dark is used
Of course, e107 parts that are not managed by Ayro UI css, will stay the same. Extend this will be next goal.