Skip to content

mikosoft83/hass-windows10-themes

Repository files navigation

Home Assistant Windows 10 inspired themes

By Milan Korenica - mikosoft83

Here are 49 themes based on Windows 10 look. All the themes are the same apart for accent color and support light/dark mode selection (if you are using HA version older than 2021.6 only light mode will be available). All the colors are taken straight from Windows 10 accent color picker and UI elements.

Themes style:

Themes are supercharged using card-mod! Elements styled are:

I highly recommend installing card-mod (available in HACS) to fully embrace this theme.

Screenshots

blue

orange

green

yellow

teal

rose

TODO

  • Acrylic

Installation

Add the following code to your configuration.yaml file (reboot required).

frontend:
  ... # your configuration.
  themes: !include_dir_merge_named themes
  ... # your configuration.

HACS

  1. Go to the Community Store.
  2. Search for Windows 10.
  3. Navigate to Windows 10 theme.
  4. Press Install.
  5. Go to services and trigger the frontend.reload_themes service.

Manual

Clone this repository in your existing (or create it) themes/ folder.

cd themes/
git clone https://github.com/home-assistant-community-themes/template.git

Or using submodules:

cd themes/
git submodule add https://github.com/home-assistant-community-themes/template.git