Fuzzr
Fuzzr copied to clipboard
Custom themes
Add a tuple to allow for user-generated and other custom themes. Ability to set foreground and background as desired. RGB triple.
- [ ] Foreground / Background tuple datatype
- [x] Set via two text input boxes
- [x] Converts 3-byte RGB string, hex-encoded, i.e, #FF00FF, to Color
- [ ] Lowercase works also
- [ ] Refactor dark mode and light mode styles into a single stylesheet that accepts two color arguments for foreground and background
- [ ] Database persistence