Skip to content

Instantly share code, notes, and snippets.

@DavesCodeMusings
Created September 25, 2024 12:59
Show Gist options
  • Select an option

  • Save DavesCodeMusings/211a0450c1fe6dd2d4d5b8d12fc55398 to your computer and use it in GitHub Desktop.

Select an option

Save DavesCodeMusings/211a0450c1fe6dd2d4d5b8d12fc55398 to your computer and use it in GitHub Desktop.
Stupid simple highlight theme for Home Assistant dashboard
# Add this to configuration.yaml and you can select a theme for navigation buttons,
# and possibly other cards, that will show the text and icon in the accent color
# for the overall theme. For example, in dark mode the accent color is orange, so
# any card having this theme will show in orange.
frontend:
themes:
accent:
primary-text-color: "var(--accent-color)"
paper-item-icon-color: "var(--accent-color)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment