Created
September 25, 2024 12:59
-
-
Save DavesCodeMusings/211a0450c1fe6dd2d4d5b8d12fc55398 to your computer and use it in GitHub Desktop.
Stupid simple highlight theme for Home Assistant dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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