|
1 | | -# synthwave-hass |
| 1 | +# Synthwave-Hass |
2 | 2 |
|
3 | 3 | [](#) |
4 | | -[](#) |
5 | | -[](#) |
| 4 | +[](#) |
| 5 | +[](#) |
6 | 6 |
|
7 | | -## This project is no longer supported |
| 7 | +## Project Status |
8 | 8 |
|
9 | | -In addition to Home Assistant now supporting a limited amount of theme customizability through Lovelace, rendering this theme partly useless, I have lost interest and time for this project. This theme will no longer be developed by me. However, I will still be accepting pull requests, after review, if anyone submits any fixes. |
| 9 | +**This project is no longer supported.** |
| 10 | + |
| 11 | +Due to Home Assistant now supporting limited theme customization through Lovelace, this theme has become partially redundant. Additionally, I have lost the time and interest to maintain this project further. However, I will still review and accept pull requests for any fixes or improvements submitted by the community. |
10 | 12 |
|
11 | 13 | --- |
12 | 14 |
|
13 | | -> Do you remember that endless summer back in '84? Cruising down the ocean-highway with the top down, the wind in our hair and heads buzzing with neon dreams? |
| 15 | +> "Do you remember that endless summer back in '84? Cruising down the ocean highway with the top down, the wind in our hair and heads buzzing with neon dreams?" |
| 16 | +> |
| 17 | +> No? Well, neither do I, but with this experimental theme, we can pretend to go there. |
14 | 18 |
|
15 | | -> No, I don't remember it either, but with this experimental theme we can go there. |
| 19 | +Inspired by: [Synthwave VSCode Theme](https://github.com/robb0wen/synthwave-vscode) |
16 | 20 |
|
17 | | -> https://github.com/robb0wen/synthwave-vscode |
| 21 | +--- |
18 | 22 |
|
19 | 23 | ## Installation |
20 | 24 |
|
21 | | -* Find your homeassistant directory containing your configuration (let's say `~/.homeassistant/`) |
22 | | -* Change into `~/.homeassistant/themes` (create the `themes` directory, if it does not exist, you then might have to restart HA) |
23 | | -* `$ wget https://raw.githubusercontent.com/bbbenji/synthwave-hass/master/themes/synthwave.yaml` downloads the `.yaml` file directly where it should reside |
24 | | -* Make sure Home Assistant knows about your new theme file by adding the following to your `configuration.yaml` |
25 | | -``` yaml |
| 25 | +### Step 1: Locate Your Home Assistant Directory |
| 26 | + |
| 27 | +Find the directory containing your Home Assistant configuration. This is typically located at `~/.homeassistant/`. |
| 28 | + |
| 29 | +### Step 2: Add the Theme |
| 30 | + |
| 31 | +1. Navigate to the `themes` directory: |
| 32 | + ```bash |
| 33 | + cd ~/.homeassistant/themes |
| 34 | + ``` |
| 35 | +2. If the `themes` directory does not exist, create it: |
| 36 | + |
| 37 | + ```bash |
| 38 | + mkdir themes |
| 39 | + ``` |
| 40 | + |
| 41 | + After creating the directory, you may need to restart Home Assistant. |
| 42 | + |
| 43 | +3. Download the theme file directly: |
| 44 | + ```bash |
| 45 | + wget https://raw.githubusercontent.com/bbbenji/synthwave-hass/master/themes/synthwave.yaml |
| 46 | + ``` |
| 47 | + |
| 48 | +### Step 3: Update Configuration |
| 49 | + |
| 50 | +Add the following lines to your `configuration.yaml` file to ensure Home Assistant recognizes the new theme: |
| 51 | + |
| 52 | +```yaml |
26 | 53 | frontend: |
27 | 54 | themes: !include_dir_merge_named themes |
28 | 55 | ``` |
29 | | -* Finally enable the theme from your profile page or `configuration.yaml` |
30 | 56 |
|
31 | | -**Extras** |
32 | | -Optionally you can install [synthwave-hass-extras](https://github.com/bbbenji/synthwave-hass-extras) which adds some additional styling not possible using the a .yaml theme file. |
| 57 | +### Step 4: Enable the Theme |
33 | 58 |
|
34 | | -**Screenshots** |
| 59 | +You can enable the theme from your profile page or by configuring it directly in `configuration.yaml`. |
35 | 60 |
|
36 | | - |
| 61 | +--- |
37 | 62 |
|
38 | | - |
| 63 | +## Extras |
| 64 | + |
| 65 | +For additional styling that is not achievable with a `.yaml` theme file, you can install [synthwave-hass-extras](https://github.com/bbbenji/synthwave-hass-extras). |
| 66 | + |
| 67 | +--- |
| 68 | + |
| 69 | +## Screenshots |
| 70 | + |
| 71 | +Here are some visuals to get a feel for the theme: |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +--- |
39 | 82 |
|
40 | | - |
| 83 | +## Contributions |
41 | 84 |
|
42 | | - |
| 85 | +While this project is no longer actively maintained, contributions are welcome! If you find any issues or have improvements to suggest, feel free to submit a pull request. Let's keep the Synthwave spirit alive together! |
0 commit comments