decompil3d / lovelace-hourly-weather

Hourly weather card for Home Assistant. Visualize upcoming weather conditions as a colored horizontal bar.
MIT License
273 stars 28 forks source link

What background color did you specify for this? #710

Closed amathews84 closed 1 week ago

amathews84 commented 1 week ago

https://raw.githubusercontent.com/decompil3d/lovelace-hourly-weather/main/hourly-weather.png

I'd like to add the same for mine. Also, is there a list of similar colors that I can play around with?

decompil3d commented 1 week ago

It's this theme: https://github.com/basnijholt/lovelace-ios-dark-mode-theme

amathews84 commented 1 week ago

Thank you. Is there any way to theme just the card without theming the entire Lovelace UI?

decompil3d commented 1 week ago

You can apply a theme to a card, but I don't think you'd get the background unless the theme is built to apply to single cards. You should look into Home Assistant theming to learn more.