From 1f7238a69e801b0db7f0b406e9a3424e4c7d31dd Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Fri, 7 Apr 2023 21:02:25 +0300 Subject: [PATCH] Colors: change transparency for borders in light mode --- colors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors.json b/colors.json index 365ceae..688388c 100644 --- a/colors.json +++ b/colors.json @@ -243,7 +243,7 @@ "light" : { "s" : 0, "l" : 0, - "a" : 0.03 + "a" : 0.05 }, "dark" : { @@ -259,7 +259,7 @@ "light" : { "s" : 0, "l" : 0, - "a" : 0.07 + "a" : 0.1 }, "dark" : {