Skip to content

Commit 7e3c7e9

Browse files
authored
Add github-light theme (#175)
1 parent 6c50928 commit 7e3c7e9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
7474
| `javascript-dark` | ![image](https://user-images.githubusercontent.com/62628408/135761927-a4acd543-c90b-430d-92a3-c96b32bfc390.png) |
7575
| `noctis-minimus` | ![image](https://user-images.githubusercontent.com/20955511/135754306-58ceccde-90d9-46f9-a7b2-1cb54b6fbe24.png) |
7676
| `github-dark` | ![image](https://user-images.githubusercontent.com/62628408/135931624-9e6bf6b8-4965-4c7d-87f6-08217ea9274f.png) |
77+
| `github-light` | ![image](https://user-images.githubusercontent.com/62628408/135933355-4f978283-5a3e-44cc-9d12-3a711a79d287.png) |
7778
### Can't find the theme you like?
7879

7980
You can now customize your stats card with the interactive [Demo Site](https://github-readme-streak-stats.herokuapp.com/demo/) or by customizing the [url parameters](/README.md#-options).

src/themes.php

+12
Original file line numberDiff line numberDiff line change
@@ -818,4 +818,16 @@
818818
"sideLabels" => "#FFFFFF",
819819
"dates" => "#39D353",
820820
],
821+
"github-light" => [
822+
"background" => "#FFFFFF",
823+
"border" => "#39D353",
824+
"stroke" => "#39D353",
825+
"ring" => "#39D353",
826+
"currStreakNum" => "#39D353",
827+
"fire" => "#39D353",
828+
"sideNums" => "#39D353",
829+
"currStreakLabel" => "#24292F",
830+
"sideLabels" => "#24292F",
831+
"dates" => "#1F6FEB",
832+
],
821833
);

0 commit comments

Comments
 (0)