Stupid simple theme to highlight navigation buttons in the accent color

I wanted a way to highlight a particular card and make it stand out against the rest. Adjusting size was one way, but I also wanted to change the color. This simple theme lets me do that. It will apply the accent color to the card’s text and icon.

I’m not using any themes other that what comes built in, so I commented out the frontend: definition in configuration.yaml and added my own. It took me a while to discover the correct styling element names, so I wanted to share for anyone else looking to do the same.

# Load frontend themes from the themes folder
#frontend:
#  themes: !include_dir_merge_named themes
frontend:
  themes:
    accent:
      primary-text-color: "var(--accent-color)"
      paper-item-icon-color: "var(--accent-color)"