02.05. Color Schemes
The original WordPress theme came with 6 different colour schemes. Those can easily be achieved by changing the theme_color
and theme_color_alt
values in your local style.ini to the following:
Color Scheme | theme_color | theme_color_alt |
---|---|---|
Turquois | #1abc9c | #16a085 |
Red | #e74c3c | #c0392b |
Purple | #a162ba | #8e44ad |
Grey | #95a5a6 | #7f8c8d |
Green | #2ecc71 | #27ae60 |
Blue | #3498db | #2980b9 |
This should actually be done in the styling plugin over the admin interface. No need to go out of your way to edit style.ini.