From 50817b60e559b728c2b15298d35f82d515d8bea7 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 28 Apr 2022 18:03:06 -0700 Subject: [PATCH] update ashes dark base background --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a30e9e1..bb26c19 100644 --- a/index.html +++ b/index.html @@ -369,7 +369,7 @@ /* themes */ .ashes-dark { - --base-background: #1c2023; + --base-background: #0e1215; --base-foreground: #c7ccd1; --command-color-complementary: var(--base-background); --command-color-highlight-foreground: var(--base-foreground);