Skip to content

Commit

Permalink
background url path change - remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
tgcowell committed Aug 5, 2021
1 parent 3e2e5ec commit a9c4403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/waves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ waves-dark:
# Change the value below 6px to 0px to remove the rounded corners
ha-card-border-radius: 6px
# Place the backgrounds in the folder config/www/images/backgrounds
lovelace-background: 'center / cover no-repeat url("/hacsfiles/themes/waves/files/background.png") fixed'
lovelace-background: 'center / cover no-repeat url("/hacsfiles/themes/waves/background.png") fixed'
# Main colors
primary-color: "rgba(41, 128, 185,1.0)"
secondary-color: "#283E54"
Expand Down Expand Up @@ -138,7 +138,7 @@ waves-light:
# Change the value below 6px to 0px to remove the rounded corners
ha-card-border-radius: 6px
# Place the backgrounds in the folder config/www/images/backgrounds
lovelace-background: 'center / cover no-repeat url("/hacsfiles/themes/waves/files/background-light.png") fixed'
lovelace-background: 'center / cover no-repeat url("/hacsfiles/themes/waves/background-light.png") fixed'
# Main colors
primary-color: "#2980b9"
secondary-color: "#3498db"
Expand Down

0 comments on commit a9c4403

Please sign in to comment.