/one_light_theme

🎨 Atoms one light theme for HASS. Based on my one dark theme

Primary LanguageCSS

One Light Theme

hacs_badge

A Home Assistant theme inspired by atoms one light theme.

There is also One Dark

Screenshots

This is work in progress

1. Desktop

2. Mobile

Preparation

  1. Make sure that under the configuration.yaml file you have the following:
frontend:
  themes: !include_dir_merge_named themes
  1. Under the Home Assistant Config folder, create a new folder named themes
  2. Restart Home assistant to apply the changes.

HACS installation

  1. Go into the Community Store (HACS)
  2. Go into the Settings
  3. Add this repository
  4. Search for One Light Theme
  5. Open the theme
  6. Press Install
  7. Restart Home Assistant

Manual installation

  1. In the Home assistant themes folder, create a file named one_light_theme.yaml
  2. In this GitHub repo, go into the themes folder, open the one_light_theme.yaml file and copy the content
  3. Paste the content in the one_light_theme.yaml file created under your Home Assistant themes folder

Enable theme

  1. Open your Home Assistant Profile
  2. Under, Themes, select the One Light Theme

Custom Header settings

When using the Custom Header plugin, add the following to make sure that the header matches the theme.

custom_header:
  compact_mode: true
  background: var(--app-header-background-color)
  elements_color: var(--app-header-text-color)
  active_tab_color: var(--state-icon-active-color)
  tab_indicator_color: var(--state-icon-active-color)