Skip to content

Commit d2742f9

Browse files
committed
Updated README
1 parent 028f355 commit d2742f9

File tree

4 files changed

+74
-2
lines changed

4 files changed

+74
-2
lines changed

README.md

+74-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,74 @@
1-
# ios_light_mode_theme
2-
🎨 By JuanMTech -- A Home Assistant theme inspired on the iOS light mode interface.
1+
# iOS Light Mode
2+
3+
A Home Assistant theme inspired on the iOS light mode interface.
4+
<br />
5+
<br />
6+
7+
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)
8+
9+
10+
[![Subscribe to YouTube channel][youtube-sub-shield]][youtubesubscribe]
11+
12+
[![Become a Patron][become-a-patron-shield]][becomeapatron]
13+
14+
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
15+
<br />
16+
<br />
17+
18+
### Screenshots
19+
20+
![iOS Light Mode 1]()<br />
21+
<br />
22+
![iOS Light Mode 2]()<br />
23+
<br />
24+
![iOS Light Mode 3]()<br />
25+
<br />
26+
27+
### Preparation
28+
1. Make sure that under the **configuration.yaml** file you have the following:
29+
30+
```
31+
frontend:
32+
themes: !include_dir_merge_named themes
33+
```
34+
35+
2. Under the Home Assistant **Config** folder, create a new folder named **themes**
36+
3. **Restart** Home assistant to apply the changes.
37+
38+
### HACS installation
39+
1. Go into the Community Store (HACS)
40+
2. Search for **iOS Light Mode**
41+
3. Open the theme
42+
4. Press Install
43+
5. Restart Home Assistant
44+
45+
### Manual installation
46+
1. In the Home assistant **themes** folder, create a file named `ios_light_mode.yaml`
47+
2. In this GitHub repo, go into the **themes** folder, open the `ios_light_mode.yaml` file and copy the content
48+
3. Paste the content in the `ios_light_mode.yaml` file created under your Home Assistant themes folder
49+
50+
### Enable theme
51+
1. Open your Home Assistant **Profile**
52+
2. Under, **Themes**, select the new **iOS Light Mode** theme
53+
54+
55+
### Custom Header settings
56+
When using the [Custom Header](https://github.com/maykar/custom-header) plugin, add the following to make sure that the header matches the theme.
57+
58+
```
59+
custom_header:
60+
compact_mode: true
61+
background: var(--app-header-background-color)
62+
elements_color: var(--app-header-text-color)
63+
active_tab_color: var(--state-icon-active-color)
64+
tab_indicator_color: var(--state-icon-active-color)
65+
```
66+
67+
68+
69+
[buymeacoffee-shield]: https://i.imgur.com/Hzn2rM8.png
70+
[buymeacoffee]: https://www.buymeacoffee.com/JuanMTech
71+
[become-a-patron-shield]: https://i.imgur.com/U9BjCfc.png
72+
[becomeapatron]: https://www.patreon.com/JuanMTech
73+
[youtube-sub-shield]: https://i.imgur.com/6TAqHgi.png
74+
[youtubesubscribe]: https://www.youtube.com/c/JuanMTech?sub_confirmation=1

images/iOS Light Mode 1.jpg

885 KB
Loading

images/iOS Light Mode 2.jpg

438 KB
Loading

images/iOS Light Mode 3.jpg

519 KB
Loading

0 commit comments

Comments
 (0)