The Material Dark Red Theme by 95gabor
Add the following code to your configuration.yaml file (reboot required).
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.- Go to the Community Store.
- Search for
Material Dark Red. - Navigate to
Material Dark Redtheme. - Press
Install. - Go to services and trigger the
frontend.reload_themesservice.
Clone this repository in your existing (or create it) themes/ folder.
cd themes/
git clone https://github.com/home-assistant-community-themes/material-dark-red.gitOr using submodules:
cd themes/
git submodule add https://github.com/home-assistant-community-themes/material-dark-red.git