2v13 dark theme menu colors ? #4525
Replies: 1 comment
-
Posted at 2022-04-20 by HughB @gfwilliams - just upgraded to 2v13.13 and reproduced. Not sure if the text colour is meant to change on scolling. Posted at 2022-04-21 by @gfwilliams Can anyone else reproduce this? Just tried here with all up to date firmwares and I don't see it - just white menu items with a dim background as below: Are you sure all your software is up to date? Maybe you have some custom code that's overwriting showMenu or something like that?
Both are meant to have a background. You can just change the theme to remove it, but personally I think it helps to mark out separate menu items - for instance if you have two, two-line menu items I think it could get hard to tell them apart otherwise. Attachments: Posted at 2022-04-21 by Ronin I can't seem to reproduce this. Posted at 2022-04-21 by Sir_Indy I can, 2v13 and I see exactly the same as HughB.
Don't suppose this could be linked to that stray Posted at 2022-04-21 by @gfwilliams
No.. mine is 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. Posted at 2022-04-21 by Sir_Indy Strangely the values I posted were from setting.app.js on my watch (v0.42 according to the app loader). Using the official app loader, deleted Settings and re-added it, now it's the proper theme, with the background on both dark and light theme. Edit: No change overnight, so doesn't look like quiet mode scheduler has affected it. Posted at 2022-04-21 by HughB
Yes, definitely everything up to date. Nothing special installed or customised. Then I had a thought - maybe it was down to Changed themes using settings and suddenly the problem goes away - so this is a problem with flipper being out of date with the way settings currently works. Apologies - this was an own goal. Now how can I rewrite flipper such that it keeps in step with the settings app ? Should there be a theme.settings.json file ? Now I can see the new Menu system in dark theme looking like the screenshot that @gfwilliams shared. The screenshot does not do it justice. It looks really nice. Posted at 2022-04-22 by @gfwilliams
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 Posted at 2022-04-24 by nicoboss (out of topic: Flipper is sorted with Games in the Apploader) Posted at 2022-04-25 by @gfwilliams Thanks - I'll change that |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-04-15 by HughB
Installed 2v13 and there seems to be an issue with the menu system colors.
In dark theme.
Go to settings - the title bar is shown as white on black.
Scroll down and scroll up.
The title is now shown in cyan.
Personally I much preferred the new menu system when the menu options were all white. It looked much cleaner.
The other thing I am not sure about is why in the light theme there is a dithered cyan background. This seems inconsistant across themes. I think it would work fine as balck on white and does not really need the dithered cyan background. Just my opinion - I am sure others might have got used to the way it looks in the light theme and prefer it that way.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions