From 3375a173cd87df0768c26eb17fb43ca37ff7cdb0 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 3 Mar 2022 09:48:35 -0800 Subject: [PATCH] remove lovelace theme --- index.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/index.html b/index.html index c5e59a4..e7a9056 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,6 @@ * * - "ashes-dark" * - "gruvbox-dark" - * - "lovelace-dark" * - "nord-dark" * - "ocean-light" * - "tilde-dark" @@ -421,16 +420,6 @@ --help-command-background: #3c3836; } - .lovelace-dark { - --base-background: #1d1f28; - --base-foreground: #fdfdfd; - --command-color-complementary: var(--base-foreground); - --command-color-highlight-foreground: var(--base-background); - --command-color-lightness: 53%; - --command-color-saturation: 57%; - --help-command-background: #282a36; - } - .nord-dark { --base-background: #2e3440; --base-foreground: #d8dee9;