README.md
April 30, 2026 ยท View on GitHub
Home Assistant Nordic Theme
A simple Nordic theme based on the Nord color palette.
Table of Contents
Screenshots
Nordic Light
Demo![]() |
Dialogs![]() |
Metrics![]() |
Rodents![]() |
Thermostat![]() |
Nordic Dark
Demo![]() |
Dialogs![]() |
Metrics![]() |
Rodents![]() |
Thermostat![]() |
Nordic Blue Light
Demo![]() |
Dialogs![]() |
Metrics![]() |
Rodents![]() |
Thermostat![]() |
Nordic Blue Dark
Demo![]() |
Dialogs![]() |
Metrics![]() |
Rodents![]() |
Thermostat![]() |
Home Assistant Setup
Make sure that under the configuration.yaml file you have the following:
frontend:
themes: !include_dir_merge_named themes
HACS installation
- Go into the Community Store (HACS)
- Search for Nordic theme
- Open the theme
- Press Install
- (optional) Restart Home Assistant
Enable theme
- Open your Home Assistant Profile
- Under Themes, select the new Nordic theme
Color Options
Any of the colors can be used anywhere a color parameter is accepted in Home Assistant's configuration.
## Example graph card using color from the theme 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
Color Reference
| Color Variable | Color Code | Color |
|---|---|---|
| aurora-red | #bf616a | |
| aurora-blue | #5e81ac | |
| aurora-green | #a3be8c | |
| aurora-yellow | #ebcb8b | |
| aurora-orange | #d08770 | |
| aurora-pink | #b48ead | |
| frost-green | #8fbcbb | |
| frost-sky-blue | #88c0d0 | |
| frost-cadet-blue | #81a1c1 | |
| frost-steel-blue | #5e81ac | |
| snow-dark | #d8dee9 | |
| snow-medium | #e5e9f0 | |
| snow-light | #eceff4 | |
| polar-dark-gray | #2e3440 | |
| polar-bright-gray | #3B4252 | |
| polar-river-gray | #434c5e | |
| polar-light-gray | #4c566a |



















