Caule Themes Pack 1 - by caulecriativo.com

no, the “caule-themes-pack-1” is under the themes folder. Changing themes works, but when changing from default animated icons vanish.

root@wolke:/var/homeassistant/homeassistant# ls
automations.yaml  configuration.yaml  groups.yaml         home-assistant_v2.db  mysensors-1.json-orig  scripts.yaml  server.key  telegram-chat-id.txt  themes.yaml
bravia.conf       deps                home-assistant.log  mysensors-1.json      scenes.yaml            secrets.yaml  server.pem  themes                tts

ls /var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/
clear-night.svg  fog.svg   lightning-rainy.svg  partlycloudy.svg  rainy.svg        snowy.svg  windy.svg
cloudy.svg       hail.svg  lightning.svg        pouring.svg       snowy-rainy.svg  sunny.svg  windy-variant.svg

less themes/caule-themes-pack-1.yaml

snip
  switch-unchecked-button-color: var(--paper-toggle-button-unchecked-button-color)
  switch-unchecked-color: var(--paper-toggle-button-unchecked-bar-color)
  switch-unchecked-track-color: var(--paper-toggle-button-unchecked-bar-color)
  # Table colors
  table-row-background-color: var(--divider-color)
  table-row-alternative-background-color: var(--secondary-background-color)
  card-background-color: var(--primary-background-color)
  #Animated icons
  weather-icon-clear-night: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/clear-night.svg")
  weather-icon-cloudy: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/cloudy.svg")
  weather-icon-fog: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/fog.svg")
  weather-icon-lightning: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/lightning.svg")
  weather-icon-lightning-rainy: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/lightning-rainy.svg")
  weather-icon-partlycloudy: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/partlycloudy.svg")
  weather-icon-pouring: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/pouring.svg")
  weather-icon-rainy: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/rainy.svg")
  weather-icon-hail: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/hail.svg")
  weather-icon-snowy: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/snowy.svg")
  weather-icon-snowy-rainy: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/snowy-rainy.svg")
  weather-icon-sunny: url("/var/homeassistant/homeassistant/themes/caule-themes-pack-1/animated-icons/sunny.svg")

all the pathes are adjusted.

I’m running HA Core version.

1 Like