Skip to content

Commit bd5ef6a

Browse files
authored
feat: add taiga theme (DenverCoder1#740)
* feat: add taiga theme * docs: add taiga theme
1 parent b202022 commit bd5ef6a

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
@@ -158,6 +158,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
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) |
160160
| `telegram` | ![image](https://github.com/user-attachments/assets/59a5d9d5-8a2a-4916-aa46-a0a49a6f0372) |
161+
| `taiga` | ![image](https://github.com/user-attachments/assets/be4e961d-a13e-401a-90f8-f2b062a8c0f9) |
161162

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

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,4 +1952,17 @@
19521952
"dates" => "#0088CC",
19531953
"excludeDaysLabel" => "#0088CC",
19541954
],
1955+
"taiga" => [
1956+
"background" => "#031B1B",
1957+
"border" => "#062E2F",
1958+
"stroke" => "#062E2F",
1959+
"ring" => "#1F8F92",
1960+
"fire" => "#1FBABE",
1961+
"currStreakNum" => "#1FBABE",
1962+
"sideNums" => "#1F8F92",
1963+
"currStreakLabel" => "#1F8F92",
1964+
"sideLabels" => "#1FBABE",
1965+
"dates" => "#1F8F92",
1966+
"excludeDaysLabel" => "#1F8F92",
1967+
],
19551968
];

0 commit comments

Comments
 (0)