Hi,
When changing themes, the status bar change to a white-ish color and I can't seem to change it. Any advise would be appreciated :)

Hi Vandalon,
You need to use frontend.set_theme have a look at the instructions here. I鈥檓 going to close this for now. If that doesn鈥檛 work just post back on this issue and I鈥檒l re open.
This is what I do :)
This is after execution:

First I would recommend pulling down to refresh after setting the theme. In some very rare cases it doesn't update everything in real-time until you refresh first. You could also try force quitting the app after setting the theme to force it to update.
The iOS app status bar is themed using the primary-color value of your Home Assistant theme. From the screenshot you've posted, it does not appear to be the correct color values for Midnight. Is it a customized version? Can you copy and paste the primary-color line from it? For example:
midnight:
# Main colors
primary-color: '#5294E2'
The other thing that might possibly be interfering, it appears that you're using Compact Custom Header to minimize the height of the status bar. If none of the above things work, you could try temporarily disabling Compact Custom Header to see if that was causing the issue.
Hi,
I figured it out.
Indeed, i altered the midnight theme, the reason it did not work, I used rgb(x,y,z) instead of #aabbcc. The app doesn't seem to understand this, so chaning back to #something everything is working again.
Cheers, and thanks for the help!
Thanks for working that out. I think I鈥檇 call that a bug to be honest. So let鈥檚 leave this here for now. Cheers again
Just a note that this is still true in 2020.2
There exist a huge number of variations that need to be parsed:
rgb with integer (0-255) valuesrgb with percentile (0-100%) valuesrgba with integer (0-255) valuesrgba with percentile (0-100%) valueshslhslacolor with transforms of the colors which is coming up in CSSIdeally, now that we pull the color from the style in JavaScript, we could use some kind of built-in mechanism that's able to canonicalize the color. But鈥t really doesn't seem like there is one.
Most helpful comment
Hi,
I figured it out.
Indeed, i altered the midnight theme, the reason it did not work, I used rgb(x,y,z) instead of #aabbcc. The app doesn't seem to understand this, so chaning back to #something everything is working again.
Cheers, and thanks for the help!