Skip to content

Commit 417ba69

Browse files
authored
feat: add Microsoft themes (DenverCoder1#741)
* feat: add Microsoft teme * Update themes.md * docs: add Microsoft dark theme * feat: add Microsoft dark theme
1 parent 72dc02c commit 417ba69

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/themes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ 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+
| `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) |
162164

163165
### Can't find the theme you like?
164166

src/themes.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,4 +1965,30 @@
19651965
"dates" => "#1F8F92",
19661966
"excludeDaysLabel" => "#1F8F92",
19671967
],
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+
],
19681994
];

0 commit comments

Comments
 (0)