home-assistant-community-themes / solarized-light

Solarized Light theme for Home Assistant

Home Page:https://community.home-assistant.io/t/solarized-light-theme/42713

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solarized Light Theme

Build Status hacs_badge

The Solarized Light Theme by snwtoy

Screenshots

Overview

Theme - Overview

Map

Theme - Map

Logbook

Theme - Logbook

History

Theme - History

Developer Tools

Theme - Developer Tools

Configuration

Theme - Configuration

Profile

Theme - Profile

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 Solarized Light.
  3. Navigate to Solarized Light theme.
  4. Press Install.
  5. Go to services and trigger the frontend.reload_themes service.

Manual

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

cd themes/
git clone https://github.com/home-assistant-community-themes/solarized-light.git

Or using submodules:

cd themes/
git submodule add https://github.com/home-assistant-community-themes/solarized-light.git