-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Dark Teal | ||
|
||
Dark Theme with Teal Colors for [Home Assistant](https://www.home-assistant.io) based on [Clear Theme Dark](https://github.com/naofireblade/clear-theme-dark) by [@naofireblade](https://github.com/naofireblade) | ||
|
||
[![](https://img.shields.io/badge/My-Configuration-blue?style=for-the-badge)](https://github.com/aFFekopp/homeassistant) | ||
|
||
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/custom-components/hacs) ![STARS](https://img.shields.io/github/stars/aFFekopp/dark_teal?color=yellow&style=flat-square) ![ISSUES](https://img.shields.io/github/issues-raw/aFFekopp/dark_teal?style=flat-square) ![LASTCOMMIT](https://img.shields.io/github/last-commit/aFFekopp/dark_teal?style=flat-square) ![dl](https://img.shields.io/github/downloads/aFFekopp/dark_teal/total?style=flat-square) | ||
|
||
## Screenshot | ||
![](https://raw.githubusercontent.com/aFFekopp/homeassistant/master/docs/1.png) | ||
|
||
## Installation | ||
|
||
#### Manual Installation | ||
1. copy the `themes` folder into your home-assistant folder | ||
2. add this to your `configuration.yaml` | ||
|
||
```yaml | ||
frontend: | ||
themes: !include_dir_merge_named themes | ||
``` | ||
3. restart home-assistant | ||
4. select the theme in your user's profile (bottom left) | ||
**Optional**: I recommend installing [Custom Header](https://github.com/maykar/custom-header) | ||
#### HACS | ||
1. Go to the Community Store. | ||
2. Search for `Dark Teal`. | ||
3. Navigate to `Dark Teal`. | ||
4. Press Install. | ||
|
||
## Other similar Themes | ||
- [Clear Theme Dark](https://github.com/naofireblade/clear-theme-dark) by @naofireblade | ||
- [Dark Mint](https://github.com/home-assistant-community-themes/dark-mint) by @maartenpaauw | ||
- [Teal](https://github.com/home-assistant-community-themes/teal) by @maartenpaauw |