From f346412939e23abb43037b935d9c9148077c8121 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Wed, 6 Jul 2022 19:18:56 -0700 Subject: [PATCH] update ashes fg/bg colors --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 74f3169..63c5392 100644 --- a/index.html +++ b/index.html @@ -369,8 +369,8 @@ /* themes */ .ashes-dark { - --base-background: #0e1215; - --base-foreground: #c7ccd1; + --base-background: #0e0e0e; + --base-foreground: #c7c7c7; --command-color-complementary: var(--base-background); --command-color-highlight-foreground: var(--base-foreground); --command-color-lightness: 75%;