Sundown Theme: no background image

Installation

Add the following code to your configuration.yaml file (reboot required).

frontend: … # your configuration. themes: !include_dir_merge_named themes … # your configuration.

Add the following line to your lovelace-ui.yaml or use the RAW editor:

background: var(--background-image)

I’ve added this here:

  - path: adaptive-lighting
    title: Adaptive Lighting
    icon: 'hass:theme-light-dark'
    theme: sundown
    background: var(--background-image)
    badges:
      - entity: input_boolean.sleep_mode
    cards:
      - type: entities
...

His image:

My image:

What am I not doing right???

I have added my

background: var(--background-image)

line directly below the first Title line and above the Views line.
HTH

That’s a no go!

I had the same results as you when using it as a page theme, but it worked correctly when set as my profile theme.

Thank god you’re here to explain where “background: var(–background-image)” goes

Big help!

1 Like

Ever found out about this? Have the same issue.

No but over the years it fixed itself. I do not have background: var(--background-image) anywhere in my raw config yet when I select theme sundown it now has the desired background image.