Skip to content

Commit 28e5171

Browse files
authored
feat: add Telegram gradient theme (DenverCoder1#742)
1 parent 417ba69 commit 28e5171

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
@@ -159,6 +159,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
159159
| `dark-minimalist` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/77511070/11ba7899-1ad3-4c4b-880b-6f9e7c285f1b) |
160160
| `telegram` | ![image](https://github.com/user-attachments/assets/59a5d9d5-8a2a-4916-aa46-a0a49a6f0372) |
161161
| `taiga` | ![image](https://github.com/user-attachments/assets/be4e961d-a13e-401a-90f8-f2b062a8c0f9) |
162+
| `telegram-gradient` | ![image](https://github.com/user-attachments/assets/985c3e04-a5dd-4cba-a66e-d43ad9668af0) |
162163
| `microsoft` | ![image](https://github.com/user-attachments/assets/4c2cce9d-90b5-4e38-8422-656c5a78b4d9) |
163164
| `microsoft-dark` | ![image](https://github.com/user-attachments/assets/a5918d7d-f568-4012-b06f-d9cfacaece04) |
164165

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,19 @@
19651965
"dates" => "#1F8F92",
19661966
"excludeDaysLabel" => "#1F8F92",
19671967
],
1968+
"telegram-gradient" => [
1969+
"background" => "45,0088CC,179CDE",
1970+
"border" => "#FFFFFF",
1971+
"stroke" => "#FFFFFF",
1972+
"ring" => "#FFFFFF",
1973+
"fire" => "#FFFFFF",
1974+
"currStreakNum" => "#FFFFFF",
1975+
"sideNums" => "#FFFFFF",
1976+
"currStreakLabel" => "#FFFFFF",
1977+
"sideLabels" => "#FFFFFF",
1978+
"dates" => "#FFFFFF",
1979+
"excludeDaysLabel" => "#FFFFFF",
1980+
],
19681981
"microsoft" => [
19691982
"background" => "#FFFFFF",
19701983
"border" => "#737373",

0 commit comments

Comments
 (0)