From cbda98d771c64e8b3d8b12d2dd539d429d6ce511 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Tue, 3 Dec 2024 13:55:12 +0300 Subject: [PATCH 1/5] feat: add Telegram theme From 7daffc064e5ed10674e3f28000102c8fa0a54b87 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Tue, 3 Dec 2024 13:58:36 +0300 Subject: [PATCH 2/5] docs: add Telegram theme --- docs/themes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/themes.md b/docs/themes.md index ebc09dc3..3a564272 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -157,6 +157,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `meta-light` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/105522342/c9429386-0b15-4efc-9bf0-c67f4aec05d4) | | `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) | ### Can't find the theme you like? From fd44a3e7eb135c409e32f4a8f1f1e11c66242634 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Tue, 3 Dec 2024 16:59:01 +0300 Subject: [PATCH 3/5] feat: add Telegram theme --- src/themes.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/themes.php b/src/themes.php index 2f80ce77..401e70cf 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1939,4 +1939,17 @@ "dates" => "#D0D1D3", "excludeDaysLabel" => "#D0D1D3", ], + "telegram" => [ + "background" => "#FFFFFF", + "border" => "#333333", + "stroke" => "#333333", + "ring" => "#0088CC", + "fire" => "#179CDE", + "currStreakNum" => "#179CDE", + "sideNums" => "#0088CC", + "currStreakLabel" => "#179CDE", + "sideLabels" => "#0088CC", + "dates" => "#0088CC", + "excludeDaysLabel" => "#0088CC" + ], ]; From 9f5505a449d89f71307b3684bd09262ace9061ac Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Tue, 3 Dec 2024 09:27:13 -0500 Subject: [PATCH 4/5] style: format docs --- docs/themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes.md b/docs/themes.md index 3a564272..aacbb12e 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -157,7 +157,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `meta-light` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/105522342/c9429386-0b15-4efc-9bf0-c67f4aec05d4) | | `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) | +| `telegram` | ![image](https://github.com/user-attachments/assets/59a5d9d5-8a2a-4916-aa46-a0a49a6f0372) | ### Can't find the theme you like? From ec118d799dc16d978e7cff8221a647be708f1864 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Tue, 3 Dec 2024 09:30:45 -0500 Subject: [PATCH 5/5] Update src/themes.php --- src/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes.php b/src/themes.php index 401e70cf..088cf18e 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1950,6 +1950,6 @@ "currStreakLabel" => "#179CDE", "sideLabels" => "#0088CC", "dates" => "#0088CC", - "excludeDaysLabel" => "#0088CC" + "excludeDaysLabel" => "#0088CC", ], ];