Skip to content

Commit b202022

Browse files
feat: add Telegram theme (DenverCoder1#739)
* feat: add Telegram theme * docs: add Telegram theme * feat: add Telegram theme * style: format docs * Update src/themes.php --------- Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 5dfb7c6 commit b202022

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
157157
| `meta-light` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/105522342/c9429386-0b15-4efc-9bf0-c67f4aec05d4) |
158158
| `meta-dark` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/105522342/62119e5a-29fc-4285-ac5d-4125c49dff8c) |
159159
| `dark-minimalist` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/77511070/11ba7899-1ad3-4c4b-880b-6f9e7c285f1b) |
160+
| `telegram` | ![image](https://github.com/user-attachments/assets/59a5d9d5-8a2a-4916-aa46-a0a49a6f0372) |
160161

161162
### Can't find the theme you like?
162163

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,4 +1939,17 @@
19391939
"dates" => "#D0D1D3",
19401940
"excludeDaysLabel" => "#D0D1D3",
19411941
],
1942+
"telegram" => [
1943+
"background" => "#FFFFFF",
1944+
"border" => "#333333",
1945+
"stroke" => "#333333",
1946+
"ring" => "#0088CC",
1947+
"fire" => "#179CDE",
1948+
"currStreakNum" => "#179CDE",
1949+
"sideNums" => "#0088CC",
1950+
"currStreakLabel" => "#179CDE",
1951+
"sideLabels" => "#0088CC",
1952+
"dates" => "#0088CC",
1953+
"excludeDaysLabel" => "#0088CC",
1954+
],
19421955
];

0 commit comments

Comments
 (0)