Fuzzr icon indicating copy to clipboard operation
Fuzzr copied to clipboard

Custom themes

Open kn0wmad opened this issue 5 years ago • 0 comments

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

kn0wmad avatar Jan 08 '21 15:01 kn0wmad