Skip to content

Commit

Permalink
Several updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanMTech committed Aug 3, 2020
1 parent c392637 commit 61f6adc
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Google Light Theme

A Home Assistant theme inspired on Google app Light mode.
<br />
<br />

[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)

Expand All @@ -8,26 +11,25 @@ A Home Assistant theme inspired on Google app Light mode.
[![Become a Patron][become-a-patron-shield]][becomeapatron]

[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
<br />
<br />

### Screenshots

**1. Desktop**
<p align="center">
<img src="https://i.imgur.com/WU3UF7K.png">
</p>

**2. Mobile**
<p align="center">
<img src="https://i.imgur.com/jK0UEG9.png">
</p>
![Google Light Modem 1](https://raw.githubusercontent.com/JuanMTech/google_light_theme/master/images/Google%20Light%20Mode%201.jpg)<br />
<br />
![Google Light Modem 2](https://raw.githubusercontent.com/JuanMTech/google_light_theme/master/images/Google%20Light%20Mode%202.jpg)<br />
<br />
![Google Light Modem 3](https://raw.githubusercontent.com/JuanMTech/google_light_theme/master/images/Google%20Light%20Mode%203.jpg)<br />
<br />

### Preparation
1. Make sure that under the **configuration.yaml** file you have the following:

<pre>
```
frontend:
themes: !include_dir_merge_named themes
</pre>
```

2. Under the Home Assistant **Config** folder, create a new folder named **themes**
3. **Restart** Home assistant to apply the changes.
Expand All @@ -51,14 +53,14 @@ frontend:
### Custom Header settings
When using the [Custom Header](https://github.com/maykar/custom-header) plugin, add the following to make sure that the header matches the theme.

<pre>
```
custom_header:
compact_mode: true
background: var(--app-header-background-color)
elements_color: var(--app-header-text-color)
active_tab_color: var(--state-icon-active-color)
tab_indicator_color: var(--state-icon-active-color)
</pre>
```


[buymeacoffee-shield]: https://i.imgur.com/Hzn2rM8.png
Expand Down

0 comments on commit 61f6adc

Please sign in to comment.