https://github.com/kizza/lovelace-gruvbox
https://github.com/kizza/lovelace-gruvbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kizza/lovelace-gruvbox
- Owner: kizza
- Created: 2023-01-26T13:16:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:02:22.000Z (about 2 years ago)
- Last Synced: 2025-02-17T04:41:26.740Z (4 months ago)
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Grubvox Themes (for Home Assistant)
Inspired by the popular [gruvbox](https://github.com/morhetz/gruvbox) editor themes.
### Screenshots
|**Light**|**Dark**|
|--|--|
||
||## Installation
Add the following code to your `configuration.yaml` file (reboot required).
```yaml
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.
```bash
cd themes/
git clone https://github.com/kizza/lovelace-gruvbox.git
```Or using submodules:
```bash
cd themes/
git submodule add https://github.com/kizza/lovelace-gruvbox.git
```