From 9913027c01284de2f6d3f47835b0a0b7ef07a674 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Tue, 25 Jul 2023 10:41:23 +0300 Subject: [PATCH] Added transparency and decreased bg saturation in light mode --- colors.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/colors.json b/colors.json index f2a0d42..e22bf48 100644 --- a/colors.json +++ b/colors.json @@ -75,7 +75,7 @@ "light" : { "s" : 40, "l" : 90, - "a" : 1 + "a" : 0.9 }, "dark" : { @@ -90,7 +90,7 @@ "light" : { "s" : 35, "l" : 85, - "a" : 1 + "a" : 0.95 }, "dark" : { @@ -197,9 +197,9 @@ "_comment" : "Background color. Used in overview, panel, different menus...", "light" : { - "s" : 64, + "s" : 50, "l" : 97, - "a" : 1 + "a" : 0.92 }, "dark" : { @@ -212,7 +212,7 @@ "_comment" : "Background color panel and overview (fix flickering)", "light" : { - "s" : 64, + "s" : 50, "l" : 97, "a" : 1 }, @@ -505,7 +505,7 @@ "light" : { "s" : 45, "l" : 92, - "a" : 1 + "a" : 0.8 }, "dark" : {