Maybe you have some other app (like Switcher/quiet mode) that is setting its own colour scheme?
@HughB did hit on an issue with the menu where the title would change colours - I'll get a fix in for that now - but normally that wouldn't be noticeable because the two FG colours are the same in the default themes.
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.
No.. mine is
{ fg: 65535, bg: 0, fg2: 65535, bg2: 8, fgH: 65535, bgH: 31, dark: true }
If you look at the settings app you can see pretty clearly it's setting it to the right thing: https://github.com/espruino/BangleApps/blob/master/apps/setting/settings.js#L226-L233
Maybe you have some other app (like Switcher/quiet mode) that is setting its own colour scheme?
@HughB did hit on an issue with the menu where the title would change colours - I'll get a fix in for that now - but normally that wouldn't be noticeable because the two FG colours are the same in the default themes.