I think the light and dark theme would be better as below:
This does mean a bit more switching between g.setColor(g.theme.fg) and g.setColor(g.theme.fg); But its should be possible with your first version of code to code it up to display as it did and then changing themes via the settings menu should just completely invert it when next started.
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.
I think the light and dark theme would be better as below:
This does mean a bit more switching between g.setColor(g.theme.fg) and g.setColor(g.theme.fg); But its should be possible with your first version of code to code it up to display as it did and then changing themes via the settings menu should just completely invert it when next started.
2 Attachments