A neumorphic theme for Home Assistant that brings soft shadows, rounded surfaces, and a tactile 3D feel to your dashboards.
NeuMorphix ships with 6 theme variants across two styles:
| Style | Light | Dark | Claude |
|---|---|---|---|
| Raised | neumorphix-light |
neumorphix-dark |
neumorphix-claude |
| Inset | neumorphix-light-inset |
neumorphix-dark-inset |
neumorphix-claude-inset |
- Raised variants give cards and elements a soft, extruded look — the classic neumorphic style.
- Inset variants flip the effect so elements appear pressed into the surface.
Note
Inset themes and the Settings page
The inset theme variants do not apply to the main Settings page. The Settings page is part of Home Assistant's core UI and is rendered differently from dashboard views, which means theme tools like card-mod cannot reach it. Every other page — including all dashboard views and all Settings sub-pages — themes correctly.
- Home Assistant 2023.9.0 or newer
- card-mod — install it through HACS before installing NeuMorphix
- Open HACS in your Home Assistant instance.
- Go to Frontend (the three-dot menu in the top right).
- Select Custom repositories.
- Add the URL of this repository and choose Theme as the category.
- Search for NeuMorphix in HACS and install it.
- Restart Home Assistant.
- Download the
themes/folder from this repository. - Copy
neumorphix.yamlandneumorphix-inset.yamlinto your Home Assistantconfig/themes/directory. - Restart Home Assistant.
Make sure your configuration.yaml includes the frontend integration with the card-mod resource:
frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.jsAfter restarting, go to Settings → General and pick a NeuMorphix variant from the Theme dropdown — or set it per-dashboard in the dashboard settings.
neumorphix-light— light raised neumorphicneumorphix-dark— dark raised neumorphicneumorphix-claude— claude-inspired raised neumorphicneumorphix-light-inset— light inset neumorphicneumorphix-dark-inset— dark inset neumorphicneumorphix-claude-inset— claude-inspired inset neumorphic
MIT





