Table of Contents
Make sure that under the configuration.yaml file you have the following:
frontend:
themes: !include_dir_merge_named themes
- Go into the Community Store (HACS)
- Search for Nordic theme
- Open the theme
- Press Install
- (optional) Restart Home Assistant
- Open your Home Assistant Profile
- Under, Themes, select the new Nordic theme
Any of the colors can be used anywhere a color parameter is accept in Home Assistant's configuration.
## Example graph card using color from the themes variables.
type: custom:mini-graph-card
entities:
- sensor.temperature
name: Weather
line_color: var(--aurora-red) # Replace var(--aurora-red) with any of the color variables listed below. ex. var(--snow-dark)
line_width: 8
font_size: 100
hours_to_show: 168
points_per_hour: 0.25
- Thanks to: aFFekopp for the noctis theme this is based on