{"id":50299627,"url":"https://github.com/statico/smui-homeassistant","last_synced_at":"2026-05-28T11:32:22.285Z","repository":{"id":351682550,"uuid":"1212015436","full_name":"statico/smui-homeassistant","owner":"statico","description":"A terminal-aesthetic Home Assistant theme inspired by SMUI and the Nord color palette","archived":false,"fork":false,"pushed_at":"2026-04-16T02:13:57.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T04:24:44.607Z","etag":null,"topics":["hacs","home-assistant","home-assistant-theme","nord","theme"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-16T01:28:14.000Z","updated_at":"2026-04-16T02:14:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/statico/smui-homeassistant","commit_stats":null,"previous_names":["statico/smui-homeassistant"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/statico/smui-homeassistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fsmui-homeassistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fsmui-homeassistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fsmui-homeassistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fsmui-homeassistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statico","download_url":"https://codeload.github.com/statico/smui-homeassistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fsmui-homeassistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33607334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacs","home-assistant","home-assistant-theme","nord","theme"],"created_at":"2026-05-28T11:32:22.230Z","updated_at":"2026-05-28T11:32:22.280Z","avatar_url":"https://github.com/statico.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMUI Theme for Home Assistant\n\nA terminal-aesthetic Home Assistant theme inspired by [SMUI](https://smui.statico.io/) (SpaceMolt UI). Built on the [Nord color palette](https://www.nordtheme.com/) with a starship bridge terminal aesthetic.\n\n### Dark Mode\n![SMUI Dark Theme](images/dark.svg)\n\n### Light Mode\n![SMUI Light Theme](images/light.svg)\n\n## Design Philosophy\n\n- **Terminal-grade readability** -- High-contrast text on dark surfaces\n- **Utilitarian precision** -- No border radius, no shadows, no gradients. Hard edges and clear boundaries.\n- **Status at a glance** -- Nord's aurora palette for system states: green for success, yellow for warning, orange for alert, red for critical, purple for info\n\n## Features\n\n- **JetBrains Mono** throughout -- monospace everything, just like a real terminal\n- **Compact layout** -- tighter padding on cards, headers, sidebar, and dialogs\n- Full dark and light mode support\n- Nord color palette throughout\n- Sharp corners on all cards and elements (0px border radius)\n- No box shadows -- depth via surface color hierarchy\n- Complete coverage: cards, sidebar, header, inputs, switches, sliders, energy dashboard, climate, alarms, and more\n\n## Installation\n\n### Prerequisites\n\n**JetBrains Mono font** -- Add the Google Font as a Lovelace dashboard resource:\n\n1. Go to **Settings** \u003e **Dashboards** \u003e three-dot menu (top right) \u003e **Resources**\n2. Click **Add Resource**\n3. URL: `https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700\u0026display=swap`\n4. Type: **Stylesheet**\n\n**card-mod** (optional, recommended) -- For compact layout styling, install [card-mod](https://github.com/thomasloven/lovelace-card-mod) via HACS. Without card-mod, the theme still works but uses default HA padding.\n\n### HACS (Recommended)\n\n1. Make sure [HACS](https://hacs.xyz/) is installed in your Home Assistant instance\n2. Go to **HACS** \u003e **Frontend**\n3. Click the three dots menu (top right) \u003e **Custom repositories**\n4. Add `https://github.com/statico/smui-homeassistant` with category **Theme**\n5. Search for \"SMUI\" and install it\n6. Restart Home Assistant\n\n### Manual Installation\n\n1. Download `themes/smui.yaml` from this repository\n2. Copy it into your Home Assistant `themes/` directory\n3. Make sure your `configuration.yaml` includes:\n\n```yaml\nfrontend:\n  themes: !include_dir_merge_named themes\n```\n\n4. Restart Home Assistant\n\n## Activation\n\n1. Go to your **User Profile** (click your avatar in the sidebar)\n2. Under **Theme**, select **SMUI**\n3. Choose your preferred mode (dark or light) under **Dark mode**\n\n## Color Palette\n\nBased on [Nord](https://www.nordtheme.com/):\n\n| Role | Dark | Light |\n|------|------|-------|\n| Background | `#1a1e24` | `#eceff4` |\n| Surface | `#21262e` | `#e5e9f0` |\n| Primary | `#88c0d0` | `#456487` |\n| Text | `#d8dee9` | `#2e3440` |\n| Border | `#3b4252` | `#d8dee9` |\n| Success | `#a3be8c` | `#558040` |\n| Warning | `#ebcb8b` | `#a57e1d` |\n| Error | `#d4737c` | `#be3744` |\n| Info | `#b48ead` | `#8d5283` |\n\n## Credits\n\n- [SMUI](https://smui.statico.io/) by [statico](https://github.com/statico)\n- [Nord](https://www.nordtheme.com/) color palette\n- Inspired by the bridge terminals of starships in science fiction\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatico%2Fsmui-homeassistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatico%2Fsmui-homeassistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatico%2Fsmui-homeassistant/lists"}