Right now some colors are hard coded. I really want all colors to be a variable, so we can easily build a dark theme :). - [x] rename e.g. `primary` to `primaryColor` - [ ] move all usages of tint/darken to a variable - [x] find remaining hardcoded colors - [x] allow custom body background - [x] make font configurable - [x] add `disabledColor` variable
Right now some colors are hard coded.
I really want all colors to be a variable, so we can easily build a dark theme :).
primarytoprimaryColordisabledColorvariable