#Installed HACS custom theme but it will not show after install.

1 messages · Page 1 of 1 (latest)

pliant trail
#

I am trying to install this. https://github.com/wessamlauf/homeassistant-frosted-glass-themes I already have card-mod frontend installed. After restarting HA, no new theme shows up in the profile theme settings. Am I missing anything? I tried including this in config but it errors.

  themes: !include_dir_list themes```
GitHub

✨ Beautiful and modern Theme for Home Assistant . Contribute to wessamlauf/homeassistant-frosted-glass-themes development by creating an account on GitHub.

robust depot
#

Did you restart HA after installing it.

pliant trail
#

yes

mild lava
#

I tried including this in config but it errors.

#

what...errors?

robust depot
#

Then check for errors in the logs.

pliant trail
#

The system cannot restart because the configuration is not valid: Invalid config for 'frontend' at configuration.yaml, line 12: expected a dictionary for dictionary value 'frontend->themes', got [{'Frosted Glass Dark': {'card-mod-theme': 'Frosted Glass Dark', 'app-header-backdrop-filter': 'blur(8px) saturate(1.1)', 'app-header-background-color': 'rgba(30, 30, 30, 0.01)', 'app-header-text-color': 'rgba(240, 243, 255, 0.95)', 'app-header-edit-background-color': 'rgba(30, 33, 54, 0.8)', 'app-header-edit-text-color': 'rgba(234, 235, 238, 0.98)', 'sidebar-background-color': 'rgba(30, 30, 30, 0.8)', 'sidebar-icon-color': 'rgba(234, 235, 238, 0.6)', 'sidebar-text-color': 'rgba(234, 235, 238...

spiral token
#

themes expects a dict, not a list

mild lava
pliant trail
#

hmm, so how should I include multiple themes? or am I supposed to merge them into one yaml?
The custom theme doc didn't suggest any yaml editing btw. I just tried to because previously I had it working with theme: !include themes.yaml

pliant trail
spiral token
#

The link I posted explains how to handle multiple yaml files for themes.