From 5cb4e37c5cdfaf45c917ff70ac4def2e7b52e3a1 Mon Sep 17 00:00:00 2001 From: aFFekopp <51753523+aFFekopp@users.noreply.github.com> Date: Sat, 4 Jan 2020 16:00:16 +0100 Subject: [PATCH] Create info.md --- info.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 info.md diff --git a/info.md b/info.md new file mode 100644 index 0000000..2300c90 --- /dev/null +++ b/info.md @@ -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 \ No newline at end of file