From faccdcdfc1ec8fe0c02e9cfdda4be609f89eb91d Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:52:12 +0700 Subject: [PATCH] feat: Added humoris theme --- src/themes.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/themes.php b/src/themes.php index 3e03668c..e40ccef8 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1588,4 +1588,17 @@ "dates" => "#C6AB07", "excludeDaysLabel" => "#A5BC0B", ], + "humoris" => [ + "background" => "#dfaf77", + "border" => "#e8e6e4", + "stroke" => "#191919", + "ring" => "#683c2c", + "fire" => "#191419", + "currStreakNum" => "#191419", + "sideNums" => "#191419", + "currStreakLabel" => "#393c3c", + "sideLabels" => "#393c3c", + "dates" => "#444444", + "excludeDaysLabel" => "#444444", + ], ];