From 070986c1a72474b815d97799179a2c8bf94f3b62 Mon Sep 17 00:00:00 2001 From: imarkoff Date: Tue, 21 Feb 2023 20:06:00 +0200 Subject: [PATCH] White theme adaptations --- colors.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/colors.json b/colors.json index ffb8815..6f1c412 100644 --- a/colors.json +++ b/colors.json @@ -4,8 +4,8 @@ "replace" : "ACCENT-COLOR", "light" : { - "s" : 75, - "l" : 75, + "s" : 52, + "l" : 67, "a" : 1 }, @@ -14,15 +14,14 @@ "l" : 26, "a" : 1 } - }, "accent_hover" : { "replace" : "ACCENT_HOVER", "light" : { - "s" : 70, - "l" : 70, + "s" : 50, + "l" : 60, "a" : 1 }, @@ -37,7 +36,7 @@ "replace" : "ACCENT-DISABLED-COLOR", "light" : { - "s" : 35, + "s" : 40, "l" : 90, "a" : 1 }, @@ -115,8 +114,8 @@ "replace" : "BACKGROUND-COLOR", "light" : { - "s" : 40, - "l" : 98, + "s" : 64, + "l" : 97, "a" : 1 },