DmitriK / darkContrast

Firefox addon that fixes low contrast text when using dark desktop theme
MIT License
63 stars 3 forks source link

Split whitelist and blacklist storage. #37

Open DmitriK opened 6 years ago

DmitriK commented 6 years ago

Split from #30:

Currently, a single mode options switches the interpretation of a single enable/disable list. When the option is toggled, all entries remain, which prevents user's from easily experimenting with how they'd want to use the list.

It may make more sense to store the two list types independently, and the options only controls which one is live.