From 37b98ff8f8b5dd9f1eddfc1ce27f2202a3361128 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Wed, 4 Dec 2024 06:34:29 +0300 Subject: [PATCH 1/2] feat: add taiga theme --- src/themes.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/themes.php b/src/themes.php index 088cf18e..c40106a1 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1952,4 +1952,17 @@ "dates" => "#0088CC", "excludeDaysLabel" => "#0088CC", ], + "taiga" => [ + "background" => "#031B1B", + "border" => "#062E2F", + "stroke" => "#062E2F", + "ring" => "#1F8F92", + "fire" => "#1FBABE", + "currStreakNum" => "#1FBABE", + "sideNums" => "#1F8F92", + "currStreakLabel" => "#1F8F92", + "sideLabels" => "#1FBABE", + "dates" => "#1F8F92", + "excludeDaysLabel" => "#1F8F92", + ], ]; From da7cc59978bf4c8aac804c6ce8c64b606e44e726 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Wed, 4 Dec 2024 06:37:14 +0300 Subject: [PATCH 2/2] docs: add taiga theme --- docs/themes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/themes.md b/docs/themes.md index aacbb12e..a6b9039e 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -158,6 +158,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `meta-dark` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/105522342/62119e5a-29fc-4285-ac5d-4125c49dff8c) | | `dark-minimalist` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/77511070/11ba7899-1ad3-4c4b-880b-6f9e7c285f1b) | | `telegram` | ![image](https://github.com/user-attachments/assets/59a5d9d5-8a2a-4916-aa46-a0a49a6f0372) | +| `taiga` | ![image](https://github.com/user-attachments/assets/be4e961d-a13e-401a-90f8-f2b062a8c0f9) | ### Can't find the theme you like?