Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maartenpaauw/home-assistant-community-themes
All community themes in one repository
https://github.com/maartenpaauw/home-assistant-community-themes
home-assistant theme themes
Last synced: 8 days ago
JSON representation
All community themes in one repository
- Host: GitHub
- URL: https://github.com/maartenpaauw/home-assistant-community-themes
- Owner: maartenpaauw
- Archived: true
- Created: 2018-02-05T11:35:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T13:40:42.000Z (about 1 year ago)
- Last Synced: 2024-08-04T00:05:48.370Z (3 months ago)
- Topics: home-assistant, theme, themes
- Homepage: https://github.com/home-assistant-community-themes
- Size: 41 KB
- Stars: 203
- Watchers: 21
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Home Assistant Community Themes
> All community themes in one repository# I'm looking for Home Assistant Community Themes maintainers because I no longer use Home Assistant.
## Themes
| HACT * | Theme | Credits | Variable |
| ------ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- |
| ✅ | Amoled | [lance36](https://community.home-assistant.io/u/lance36) posted [Amoled Theme](https://community.home-assistant.io/t/amoled-theme/94875) | amoled |
| ✅ | Christmas | [moose517](https://community.home-assistant.io/u/moose517) posted [Christmas Theme](https://community.home-assistant.io/t/christmas-theme/34036) | christmas |
| ❓ | Dark Cyan | [broesie](https://community.home-assistant.io/u/broesie) posted [Dark Cyan Theme](https://community.home-assistant.io/t/dark-cyan-theme/28594) | dark_cyan |
| ❓ | Dark Orange | [Bram_Kragten](https://community.home-assistant.io/u/Bram_Kragten) posted [Orange Theme](https://community.home-assistant.io/t/orange-theme/28601) | dark_orange |
| ❓ | Dark Red | [broesie](https://community.home-assistant.io/u/broesie) posted [Dark Red Theme](https://community.home-assistant.io/t/dark-red-theme/28592) | dark_red |
| ✅ | Another Dark | [lambtho](https://community.home-assistant.io/u/lambtho) posted [Another Dark Theme](https://community.home-assistant.io/t/another-dark-theme/28595) | dark |
| ✅ | Halloween | [skalavala](https://community.home-assistant.io/u/skalavala) posted [Halloween Theme](https://community.home-assistant.io/t/halloween-theme/30872) | halloween |
| ✅ | Material Dark | [matust](https://community.home-assistant.io/u/matust) posted [Material dark theme](https://community.home-assistant.io/t/material-dark-theme/30796) | material_dark_green |
| ✅ | Material Dark Red | [95gabor](https://community.home-assistant.io/u/95gabor) posted [Material dark red theme](https://community.home-assistant.io/t/material-dark-red-frontend-theme/100690) | material_dark_red |
| ✅ | Midnight | [marcelhoffs](https://community.home-assistant.io/u/marcelhoffs) posted [Midnight Theme](https://community.home-assistant.io/t/midnight-theme/28598) | midnight |
| ✅ | Grey Night | [ksya](https://community.home-assistant.io/u/ksya) posted [Grey Night theme](https://community.home-assistant.io/t/grey-night-theme/30848) | night |
| ❓ | Nord | [Jasperro](https://community.home-assistant.io/u/jasperro) posted [Nord Theme](https://community.home-assistant.io/t/nord-theme/129301) | nord |
| ✅ | Solarized Light | [snwtoy](https://community.home-assistant.io/u/snwtoy) posted [Solarized Light theme](https://community.home-assistant.io/t/solarized-light-theme/42713) | solarized_light |
| ❓ | Sublimination | [MikaelSchultz](https://community.home-assistant.io/u/MikaelSchultz) posted [Sublimination Theme](https://community.home-assistant.io/t/sublimination-theme/67312) | sublimination |
| ✅ | Black and Green | [GreenTurtwig](https://community.home-assistant.io/u/GreenTurtwig) posted [Black and Green Theme](https://community.home-assistant.io/t/black-and-green-theme/28602) | teal |
| ❓ | Vintage | [surendran.anup](https://community.home-assistant.io/u/surendran.anup) posted [Vintage Theme](https://community.home-assistant.io/t/vintage-theme/42806) | 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.
## Installation
Clone this repository in your existing (or create it) `themes/` folder.
```bash
cd themes/
git clone https://github.com/maartenpaauw/home-assistant-community-themes.git
```Or using submodules:
```bash
cd themes/
git submodule add https://github.com/maartenpaauw/home-assistant-community-themes.git
```Add the following code to your `configuration.yaml` file.
```yaml
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.
```