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;