Adjustable Colour Accents
Colour scheme is now adjustable by changing the value of accent-color
. Default value is 0
.
Use a HSL colour picker (eg. React Color) and copy the H value.
For example, for accent-color: 270
:
Color Picker | Result |
---|---|
![]() |
![]() |
Update notes
- Split contents of
piOStheme.css
into smaller files for easy maintenance. - Moved all lines relating to removing rounded corners into a separate theme, which is now imported in.
- Clarified comments.
- #11 Added font smoothing on MacOSX
piOSRadialStatus.theme.css
is now imported in by default rather than being a separate download.