All community themes in one repository
HACT * | Theme | Credits | Variable |
---|---|---|---|
✅ | Amoled | lance36 posted Amoled Theme | amoled |
✅ | Christmas | moose517 posted Christmas Theme | christmas |
❓ | Dark Cyan | broesie posted Dark Cyan Theme | dark_cyan |
❓ | Dark Orange | Bram_Kragten posted Orange Theme | dark_orange |
❓ | Dark Red | broesie posted Dark Red Theme | dark_red |
✅ | Another Dark | lambtho posted Another Dark Theme | dark |
✅ | Halloween | skalavala posted Halloween Theme | halloween |
✅ | Material Dark | matust posted Material dark theme | material_dark_green |
✅ | Material Dark Red | 95gabor posted Material dark red theme | material_dark_red |
✅ | Midnight | marcelhoffs posted Midnight Theme | midnight |
✅ | Grey Night | ksya posted Grey Night theme | night |
❓ | Nord | Jasperro posted Nord Theme | nord |
✅ | Solarized Light | snwtoy posted Solarized Light theme | solarized_light |
❓ | Sublimination | MikaelSchultz posted Sublimination Theme | sublimination |
✅ | Black and Green | GreenTurtwig posted Black and Green Theme | teal |
❓ | Vintage | surendran.anup posted Vintage Theme | vintage |
* Home Assistant Community Themes (HACT) is an open source GitHub organisation where all community themes will be stored. This will give the user the freedom to choose which theme to install. It does have HACS support! Go check it out at: https://github.com/home-assistant-community-themes
Do you enjoy one of the community themes? Show the creator some love by pressing the ❤️ under the body of the post.
Your theme not listed? Create a pull request or an issue.
Clone this repository in your existing (or create it) themes/
folder.
cd themes/
git clone https://github.com/maartenpaauw/home-assistant-community-themes.git
Or using submodules:
cd themes/
git submodule add https://github.com/maartenpaauw/home-assistant-community-themes.git
Add the following code to your configuration.yaml
file.
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.