A minimalist sci-fi CRT-inspired theme for Home Assistant, modeled after the MU/TH/UR terminal interface from Alien.
"Building Better Worlds."
A retro-futuristic Home Assistant theme emulating the interface of the USCSS Nostromo.
Designed for fans of the Alien universe — monochrome phosphor glow, subtle scanlines, and Weyland-Yutani terminal typography.
The Weyland CRT Theme recreates the 1970s computer aesthetic of the Nostromo’s on-board computer, MU/TH/UR, while retaining full modern Home Assistant readability and performance.
It’s ideal for dashboards on wall-mounted tablets or dark ambient setups.
-
Copy
nostromo_crt.yamlinto your/config/themes/folder. -
Add this to your
configuration.yamlfile (if you haven’t already):frontend: themes: !include_dir_merge_named themes
-
Restart Home Assistant.
-
Go to your Profile → Theme and select Nostromo CRT.
The Weyland-Yutani Corp logo used in the preview is included in this repository (Weylandv2.png).
To use it in your own dashboard:
- Download
Weylandv2.png. - Copy it to your Home Assistant
/config/www/folder. - Reference it in your Lovelace dashboard as
/local/Weylandv2.png.
type: picture
image: /local/Weylandv2.png
tap_action:
action: none
card_mod:
style: |
ha-card {
--g: var(--nostromo-green, #00ff7a);
background: transparent;
border: none;
box-shadow: none;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
filter: drop-shadow(0 0 10px rgba(0,255,122,0.35));
}This will render the Weyland-Yutani logo at the top of your dashboard with a subtle CRT phosphor glow effect, matching the Weyland CRT aesthetic.
For advanced users looking to extend or modify the interface, additional card-mod and layout snippets are available:
These examples demonstrate optional enhancements such as transparent cards, glowing borders, and custom text layouts that complement the Weyland CRT design language.
Inspired by the design language of the Alien franchise and the industrial systems aesthetic of Weyland-Yutani Corporation.
Created and maintained by Andrew504s.
This is an independent fan-made project inspired by the Alien film franchise.
Weyland-Yutani Corp, USCSS Nostromo, and related names, logos, and imagery are the property of 20th Century Studios (a subsidiary of The Walt Disney Company).
This project is not affiliated with, endorsed by, or associated with 20th Century Studios or Disney in any way.

