Skip to content

Commit

Permalink
adjusted background url
Browse files Browse the repository at this point in the history
  • Loading branch information
tgcowell committed Aug 25, 2021
1 parent c733565 commit d2f5cb1
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/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 @@ -139,7 +139,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/background-light.png") fixed'
lovelace-background: 'center / cover no-repeat url("/hacsfiles/themes/waves/background-light.png") fixed'
# Main colors
primary-color: rgba(41, 128, 185, 1)
secondary-color: rgba(52, 152, 219, 1)
Expand Down

0 comments on commit d2f5cb1

Please sign in to comment.