From 773206b7fd18890a57385258284f7f86a2e13abf Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 5 May 2022 12:17:22 -0700 Subject: [PATCH] lighten ashes theme command color --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fdb9058..4488458 100644 --- a/index.html +++ b/index.html @@ -372,7 +372,7 @@ --base-foreground: #c7ccd1; --command-color-complementary: var(--base-background); --command-color-highlight-foreground: var(--base-foreground); - --command-color-lightness: 68%; + --command-color-lightness: 75%; --command-color-saturation: 40%; --help-command-background: #272e32; }