Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.19 KB

Grubvox Themes (for Home Assistant)

Inspired by the popular gruvbox editor themes.

Screenshots

Light Dark
Development – Home Assistant Development – Home Assistant
Settings – Home Assistant Settings – Home Assistant

Installation

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

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

Manual (pending HACS)

Clone this repository in your existing (or create it) themes/ folder.

cd themes/
git clone https://github.com/kizza/lovelace-gruvbox.git

Or using submodules:

cd themes/
git submodule add https://github.com/kizza/lovelace-gruvbox.git