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? 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", + ], ];