Repository: liri/lovelace-themes Branch: master Commit: d8d6d398660a Files: 6 Total size: 12.8 KB Directory structure: gitextract_lwutmkhh/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ └── feature_request.md ├── LICENSE ├── README.md ├── hacs.json ├── info.md └── themes/ └── google-home.yaml ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/feature_request.md ================================================ --- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2019-2020 liron Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # Google Home Theme Following this request, I've been working on 2 themes to match the design of "google home": https://community.home-assistant.io/t/why-can-t-we-have-ui-like-these-quite-inspiring/99740?u=naofireblade Hope you'll like it! ## Installation on HASS Set theme to true in your configuration file: https://hacs.netlify.com/installation/configuration/ Afterwards, you have to do another manual step by adding the repository (https://github.com/liri/lovelace-themes) as a custom repository, as it has not been added to HACS by default ## Installation on HA Simply download google-home.yaml file into your homeassistant configuration folder and inside your configuration.yaml file import the file: ``` frontend: themes: !include google-home.yaml ``` ## Light ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/1.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/3.JPG) ## Dark ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/1.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/3.JPG) ## Additional Screenshots ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/2.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/4.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/5.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/6.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/7.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/8.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/9.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/10.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/2.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/4.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/5.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/6.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/7.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/8.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/9.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/10.png) Font I used for my HA dashboard: Open Sans & Rubik (for hebrew) ================================================ FILE: hacs.json ================================================ { "name": "HomeAssistant Google Home Theme - Light & Dark" } ================================================ FILE: info.md ================================================ # Google Home Theme Following this request, I've been workin on 2 themes to match the design of "google home": https://community.home-assistant.io/t/why-can-t-we-have-ui-like-these-quite-inspiring/99740?u=naofireblade Hope you like it! ## Light ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/1.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/2.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/3.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/4.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/5.JPG) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/6.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/7.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/8.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/9.png) ![Light](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Light/10.png) ## Dark ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/1.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/2.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/3.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/4.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/5.JPG) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/6.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/7.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/8.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/9.png) ![Dark](https://raw.githubusercontent.com/liri/lovelace-themes/master/screenshots/Google%20-%20Dark/10.png) Font I used for my HA dashboard: Open Sans & Rubik (for hebrew) ================================================ FILE: themes/google-home.yaml ================================================ Google - Light: ### Fonts ### primary-font-family: "'Open Sans','Rubik',Roboto,sans-serif" paper-font-common-base_-_font-family: "var(--primary-font-family)" paper-font-common-code_-_font-family: "var(--primary-font-family)" paper-font-body_-_font-family: "var(--primary-font-family)" paper-font-subhead_-_font-family: "var(--primary-font-family)" paper-font-headline_-_font-family: "var(--primary-font-family)" paper-font-caption_-_font-family: "var(--primary-font-family)" paper-font-title_-_font-family: "var(--primary-font-family)" ha-card-border-radius: "0px" ha-card-header-color: "#757575" ha-card-box-shadow: "0px 0px 1px #eeeeee" ### Main Interface Colors ### app-header-background-color: "#ffffff" primary-color: "#c1c1c1" light-primary-color: "#c1c1c1" primary-background-color: "#F7F9FB" secondary-background-color: "#ffffff" divider-color: "#e7e7e7" ### Text ### primary-text-color: "#000000" secondary-text-color: "#757575" text-primary-color: "#061014" disabled-text-color: "#a1a1a1" ### Sidebar Menu ### sidebar-background-color: "#ffffff" sidebar-icon-color: "#757575" sidebar-text-color: "#212121" sidebar-selected-background-color: var(--primary-background-color) sidebar-selected-icon-color: "#4284F4" sidebar-selected-text-color: var(--sidebar-selected-icon-color) ### States and Badges ### state-icon-color: "#606367" state-icon-active-color: "#ffb750" state-icon-unavailable-color: var(--disabled-text-color) ### Sliders ### paper-slider-knob-color: "#4284F4" paper-slider-knob-start-color: "#8eb8ff" paper-slider-pin-color: "#8eb8ff" paper-slider-active-color: "#8eb8ff" paper-slider-secondary-color: var(--light-primary-color) paper-slider-container-color: "#e7e7e7" ### Labels ### label-badge-background-color: "#252B36" label-badge-text-color: "#F1F1F1" label-badge-red: "#6C7B9B" ### Cards ### paper-card-background-color: "#ffffff" paper-listbox-background-color: "#ffffff" ### Toggles ### paper-toggle-button-checked-button-color: "#4284F4" paper-toggle-button-checked-bar-color: "#4284F4" paper-toggle-button-unchecked-button-color: "#4284F4" paper-toggle-button-unchecked-bar-color: "#c1c1c1" ### Dialog ### paper-dialog-background-color: "#ffffff" ### Table row ### table-row-background-color: var(--primary-background-color) table-row-alternative-background-color: var(--secondary-background-color) iron-overlay-backdrop-background-color: "#ffffff" mdc-theme-primary: "#4284F4" switch-checked-color: "var(--paper-toggle-button-checked-button-color)" switch-unchecked-button-color: "var(--paper-toggle-button-unchecked-button-color)" switch-unchecked-color: "var(--paper-toggle-button-unchecked-bar-color)" switch-unchecked-track-color: "var(--paper-toggle-button-unchecked-bar-color)" Google - Dark: ### Fonts ### primary-font-family: "'Open Sans','Rubik',Roboto,sans-serif" paper-font-common-base_-_font-family: "var(--primary-font-family)" paper-font-common-code_-_font-family: "var(--primary-font-family)" paper-font-body_-_font-family: "var(--primary-font-family)" paper-font-subhead_-_font-family: "var(--primary-font-family)" paper-font-headline_-_font-family: "var(--primary-font-family)" paper-font-caption_-_font-family: "var(--primary-font-family)" paper-font-title_-_font-family: "var(--primary-font-family)" ha-card-border-radius: "0px" ha-card-header-color: "#d7d7d7" ha-card-box-shadow: "0px 0px 1px #000000" ### Main Interface Colors ### app-header-background-color: "#000000" primary-color: "#2b2b2b" light-primary-color: "#2b2b2b" primary-background-color: "#000000" secondary-background-color: "#2b2b2b" divider-color: "#2b2b2b" ### Text ### primary-text-color: "#ffffff" secondary-text-color: "#d7d7d7" text-primary-color: "#ffffff" text-light-primary-color: "#ffffff" disabled-text-color: "#a1a1a1" ### Sidebar Menu ### sidebar-background-color: "#000000" sidebar-icon-color: "#ffffff" sidebar-text-color: "#ffffff" sidebar-selected-background-color: var(--primary-background-color) sidebar-selected-icon-color: "#4284F4" sidebar-selected-text-color: var(--sidebar-selected-icon-color) ### States and Badges ### state-icon-color: "#ffffff" state-icon-active-color: "#ffb750" state-icon-unavailable-color: var(--disabled-text-color) ### Sliders ### paper-slider-knob-color: "#4284F4" paper-slider-knob-start-color: "#8eb8ff" paper-slider-pin-color: "#8eb8ff" paper-slider-active-color: "#8eb8ff" paper-slider-secondary-color: var(--light-primary-color) paper-slider-container-color: "#a1a1a1" ### Labels ### label-badge-background-color: "#252B36" label-badge-text-color: "#F1F1F1" label-badge-red: "#6C7B9B" ### Cards ### paper-card-background-color: "#2b2b2b" card-background-color: var(--paper-card-background-color) paper-listbox-background-color: "#000000" ### Toggles ### paper-toggle-button-checked-button-color: "#4284F4" paper-toggle-button-checked-bar-color: "#4284F4" paper-toggle-button-unchecked-button-color: "#4284F4" paper-toggle-button-unchecked-bar-color: "#c1c1c1" ### Dialog ### paper-dialog-background-color: "#2b2b2b" ### Table row ### table-row-background-color: var(--primary-background-color) table-row-alternative-background-color: var(--secondary-background-color) iron-overlay-backdrop-background-color: "#000000" mdc-theme-primary: "#4284F4" switch-checked-color: "var(--paper-toggle-button-checked-button-color)" switch-unchecked-button-color: "var(--paper-toggle-button-unchecked-button-color)" switch-unchecked-color: "var(--paper-toggle-button-unchecked-bar-color)" switch-unchecked-track-color: "var(--paper-toggle-button-unchecked-bar-color)"