From 41c7b3697da975f0a390df95af58aa0ca9b1d391 Mon Sep 17 00:00:00 2001 From: FajarKim Date: Mon, 11 Sep 2023 05:40:56 +0700 Subject: [PATCH 1/2] feat: Add `whatsapp-light` and `whatsapp-dark` themes --- docs/themes.md | 2 ++ src/themes.php | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index 63e1b958..84b3b15c 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -140,6 +140,8 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `github-dark-dimmed` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/b29e3fe2-86ca-4bf5-81ce-9f6187b02c99) | | `blue-navy` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/29a78acd-56e8-465d-aff0-f984ecc14423) | | `calm-pink` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/7a789c2c-33d7-41a9-8a6e-034bbfe3e915) | +| `whatsapp-light` | ![image](https://user-images.githubusercontent.com/86386385/266839259-1fe6a2b7-d2f2-46b0-b94d-397ff3f2a95a.png) | +| `whatsapp-dark` | ![image](https://user-images.githubusercontent.com/86386385/266839261-d9a4a98c-ef9f-45ab-a3d6-1dca785225c3.png) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index daba2e78..6d6ffc3d 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1718,4 +1718,30 @@ "dates" => "#E1BC29", "excludeDaysLabel" => "#EBCFB2", ], + "whatsapp-light" => [ + "background" => "#FFFFFF", + "border" => "#E4E2E2", + "stroke" => "#008069", + "ring" => "#008069", + "fire" => "#121B22", + "currStreakNum" => "#16D351", + "sideNums" => "#16D351", + "currStreakLabel" => "#121B22", + "sideLabels" => "#121B22", + "dates" => "#73828A", + "excludeDaysLabel" => "#73828A", + ], + "whatsapp-dark" => [ + "background" => "#121B22", + "border" => "#1B2832", + "stroke" => "#273741", + "ring" => "#273741", + "fire" => "#E3E7EA", + "currStreakNum" => "#00A884", + "sideNums" => "#00A884", + "currStreakLabel" => "#E3E7EA", + "sideLabels" => "#E3E7EA", + "dates" => "#888D90", + "excludeDaysLabel" => "#888D90", + ], ]; From 301940dbe2b97786cfa0be6ff7feb8d69d7cdb11 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Sun, 10 Sep 2023 17:28:29 -0600 Subject: [PATCH 2/2] style: format with prettier --- docs/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/themes.md b/docs/themes.md index 84b3b15c..16b4c617 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -140,8 +140,8 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `github-dark-dimmed` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/b29e3fe2-86ca-4bf5-81ce-9f6187b02c99) | | `blue-navy` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/29a78acd-56e8-465d-aff0-f984ecc14423) | | `calm-pink` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/7a789c2c-33d7-41a9-8a6e-034bbfe3e915) | -| `whatsapp-light` | ![image](https://user-images.githubusercontent.com/86386385/266839259-1fe6a2b7-d2f2-46b0-b94d-397ff3f2a95a.png) | -| `whatsapp-dark` | ![image](https://user-images.githubusercontent.com/86386385/266839261-d9a4a98c-ef9f-45ab-a3d6-1dca785225c3.png) | +| `whatsapp-light` | ![image](https://user-images.githubusercontent.com/86386385/266839259-1fe6a2b7-d2f2-46b0-b94d-397ff3f2a95a.png) | +| `whatsapp-dark` | ![image](https://user-images.githubusercontent.com/86386385/266839261-d9a4a98c-ef9f-45ab-a3d6-1dca785225c3.png) | ### Can't find the theme you like?