From e3de2b2e75c9ccd0a2bace779a1b12ccf8944dc4 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Wed, 5 Jul 2023 13:26:16 +0300 Subject: [PATCH] Add transparency effect for backgrounds (dark mode) --- colors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors.json b/colors.json index 107f519..99281b4 100644 --- a/colors.json +++ b/colors.json @@ -129,7 +129,7 @@ "dark" : { "s" : 7, "l" : 8, - "a" : 1 + "a" : 0.95 } }, @@ -393,7 +393,7 @@ "dark" : { "s" : 6, "l" : 12, - "a" : 1 + "a" : 0.9 } },