The Midnight Teal theme comes in two different varieties; dark and light. If you want the true midnight effect, select dark mode.
Add the following code to your configuration.yaml
file (reboot required).
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.
- Go to the Community Store.
- Search for
Midnight Teal
. - Navigate to
Midnight Teal
theme. - Press
Install
.
Clone this repository in your existing (or create it) themes/
folder.
cd themes/
git clone https://github.com/Neekster/MidnightTeal/blob/master/themes/MidnightTeal.yaml
Or using submodules:
cd themes/
git submodule add https://github.com/Neekster/MidnightTeal/blob/master/themes/MidnightTeal.yaml