Skip to content

Commit 9424933

Browse files
feat: Added material theme (#330)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 20cb7bb commit 9424933

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ You can also try out and customize these themes on the [Demo Site](https://strea
9595
| `sea-dark` | ![image](https://user-images.githubusercontent.com/103951737/184301879-953370eb-e61a-4e0f-abf4-7029c336e8f1.png) |
9696
| `violet-dark` | ![image](https://user-images.githubusercontent.com/103951737/184529784-05de7e57-b939-42f7-9852-345fa191c343.png) |
9797
| `horizon` | ![image](https://user-images.githubusercontent.com/3828247/184559656-e1f1b290-0a44-45cc-9681-010577386760.png) |
98+
| `material` | ![image](https://user-images.githubusercontent.com/20955511/193617994-dfab039d-b111-4a95-a00d-39517d9e40ab.png) |
9899

99100
### Can't find the theme you like?
100101

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,18 @@
386386
"sideLabels" => "#2aa889",
387387
"dates" => "#99d1ce",
388388
],
389+
"material" => [
390+
"background" => "#263238",
391+
"border" => "#e4e2e2",
392+
"stroke" => "#e4e2e2",
393+
"ring" => "#80cbc4",
394+
"fire" => "#80cbc4",
395+
"currStreakNum" => "#ffab91",
396+
"sideNums" => "#80cbc4",
397+
"currStreakLabel" => "#ffab91",
398+
"sideLabels" => "#80cbc4",
399+
"dates" => "#b0bec5",
400+
],
389401
"material-palenight" => [
390402
"background" => "#292d3e",
391403
"border" => "#e4e2e2",

0 commit comments

Comments
 (0)