Skip to content

Neekster/MidnightTeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Midnight Teal Theme

Lovelace Dashboard

The Midnight Teal theme comes in two different varieties; dark and light. If you want the true midnight effect, select dark mode.

Light Mode

image

Dark Mode

image

History

image

Settings

image

Installation

Add the following code to your configuration.yaml file (reboot required).

frontend:
  ... # your configuration.
  themes: !include_dir_merge_named themes
  ... # your configuration.

HACS

  1. Go to the Community Store.
  2. Search for Midnight Teal.
  3. Navigate to Midnight Teal theme.
  4. Press Install.

Manual

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