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 1/3] 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", + ], ]; From a72fce43fc5055526d6791efe4b13b7b32179e15 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:40:00 +0700 Subject: [PATCH 2/3] fix: Update humoris theme --- src/themes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/themes.php b/src/themes.php index e40ccef8..aa2c9a85 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1589,15 +1589,15 @@ "excludeDaysLabel" => "#A5BC0B", ], "humoris" => [ - "background" => "#dfaf77", - "border" => "#e8e6e4", + "background" => "#DFAF77", + "border" => "#E8E6E4", "stroke" => "#191919", - "ring" => "#683c2c", + "ring" => "#683C2C", "fire" => "#191419", "currStreakNum" => "#191419", "sideNums" => "#191419", - "currStreakLabel" => "#393c3c", - "sideLabels" => "#393c3c", + "currStreakLabel" => "#393C3C", + "sideLabels" => "#393C3C", "dates" => "#444444", "excludeDaysLabel" => "#444444", ], From 8dab6d59bb9f927efd4fc6559a6900ee144d1e2e Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:49:21 +0700 Subject: [PATCH 3/3] feat: Added humoris theme --- docs/themes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/themes.md b/docs/themes.md index 88ada38c..d7ad4921 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -130,6 +130,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `catppuccino-macchiato` | ![image](https://user-images.githubusercontent.com/85760664/248205012-15d74ba2-746a-4efd-b2f5-bc2db87b7c10.png) | | `catppuccino-mocha` | ![image](https://user-images.githubusercontent.com/85760664/248204228-9f965d12-2013-48c9-b3a8-e9717b1c4e43.png) | | `burnt-neon` | ![image](https://user-images.githubusercontent.com/112064697/250343082-de641726-1200-4264-885a-154d539cfc3f.png) | +| `humoris` | ![image](https://user-images.githubusercontent.com/20955511/263020536-793bedbd-cca6-47e5-92dc-c7b38ab05bce.png) | ### Can't find the theme you like?