Now how can I rewrite flipper such that it keeps in step with the settings app ? Should there be a theme.settings.json file ?
Honestly, I think right now it's best just to copy the values out of it. I don't really expect them to change much from now on.
(I guess another option is to just create a 'theme' library in the modules folder that provided the ability to set light/dark themes - that would reduce duplication without using much extra memory)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Sorry, that's what I meant when I said 'switcher'
Honestly, I think right now it's best just to copy the values out of it. I don't really expect them to change much from now on.
(I guess another option is to just create a 'theme' library in the
modules
folder that provided the ability to set light/dark themes - that would reduce duplication without using much extra memory)