File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ Note: Theme names provided are case-insensitive and any use of underscores will
159
159
| ` dark-minimalist ` | ![ image] ( https://github.com/DenverCoder1/github-readme-streak-stats/assets/77511070/11ba7899-1ad3-4c4b-880b-6f9e7c285f1b ) |
160
160
| ` telegram ` | ![ image] ( https://github.com/user-attachments/assets/59a5d9d5-8a2a-4916-aa46-a0a49a6f0372 ) |
161
161
| ` taiga ` | ![ image] ( https://github.com/user-attachments/assets/be4e961d-a13e-401a-90f8-f2b062a8c0f9 ) |
162
+ | ` microsoft ` | ![ image] ( https://github.com/user-attachments/assets/4c2cce9d-90b5-4e38-8422-656c5a78b4d9 ) |
163
+ | ` microsoft-dark ` | ![ image] ( https://github.com/user-attachments/assets/a5918d7d-f568-4012-b06f-d9cfacaece04 ) |
162
164
163
165
### Can't find the theme you like?
164
166
Original file line number Diff line number Diff line change 1965
1965
"dates " => "#1F8F92 " ,
1966
1966
"excludeDaysLabel " => "#1F8F92 " ,
1967
1967
],
1968
+ "microsoft " => [
1969
+ "background " => "#FFFFFF " ,
1970
+ "border " => "#737373 " ,
1971
+ "stroke " => "#737373 " ,
1972
+ "ring " => "#7FBA00 " ,
1973
+ "fire " => "#F25022 " ,
1974
+ "currStreakNum " => "#00A4EF " ,
1975
+ "sideNums " => "#FFB900 " ,
1976
+ "currStreakLabel " => "#00A4EF " ,
1977
+ "sideLabels " => "#FFB900 " ,
1978
+ "dates " => "#7FBA00 " ,
1979
+ "excludeDaysLabel " => "#7FBA00 " ,
1980
+ ],
1981
+ "microsoft-dark " => [
1982
+ "background " => "#000000 " ,
1983
+ "border " => "#737373 " ,
1984
+ "stroke " => "#737373 " ,
1985
+ "ring " => "#7FBA00 " ,
1986
+ "fire " => "#F25022 " ,
1987
+ "currStreakNum " => "#00A4EF " ,
1988
+ "sideNums " => "#FFB900 " ,
1989
+ "currStreakLabel " => "#00A4EF " ,
1990
+ "sideLabels " => "#FFB900 " ,
1991
+ "dates " => "#7FBA00 " ,
1992
+ "excludeDaysLabel " => "#7FBA00 " ,
1993
+ ],
1968
1994
];
You can’t perform that action at this time.
0 commit comments