From a8d90dbd326c1655defdb9d604fda1542679fbb9 Mon Sep 17 00:00:00 2001 From: Lains <4886639+lainsce@users.noreply.github.com> Date: Fri, 20 Jan 2023 21:48:53 -0300 Subject: [PATCH] tone down the gap --- lib/Utils/Color.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Utils/Color.vala b/lib/Utils/Color.vala index 33875e59..a805c8e4 100644 --- a/lib/Utils/Color.vala +++ b/lib/Utils/Color.vala @@ -70,9 +70,9 @@ namespace He.Color { // Colors used for cards or elements atop the bg when Harsh Dark Mode. public const RGBColor HARSH_CARD_BLACK = { - 45, - 45, - 45 + 30, + 30, + 30 }; // Colors used for cards or elements atop the bg when Medium Dark Mode.