diff --git a/docs/themes/README.md b/docs/themes/README.md index cddd6261..551534ce 100644 --- a/docs/themes/README.md +++ b/docs/themes/README.md @@ -74,6 +74,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu | `javascript-dark` | ![image](https://user-images.githubusercontent.com/62628408/135761927-a4acd543-c90b-430d-92a3-c96b32bfc390.png) | | `noctis-minimus` | ![image](https://user-images.githubusercontent.com/20955511/135754306-58ceccde-90d9-46f9-a7b2-1cb54b6fbe24.png) | | `github-dark` | ![image](https://user-images.githubusercontent.com/62628408/135931624-9e6bf6b8-4965-4c7d-87f6-08217ea9274f.png) | +| `github-light` | ![image](https://user-images.githubusercontent.com/62628408/135933355-4f978283-5a3e-44cc-9d12-3a711a79d287.png) | ### Can't find the theme you like? 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). diff --git a/src/themes.php b/src/themes.php index 8f33894b..a0fa7b6c 100644 --- a/src/themes.php +++ b/src/themes.php @@ -818,4 +818,16 @@ "sideLabels" => "#FFFFFF", "dates" => "#39D353", ], + "github-light" => [ + "background" => "#FFFFFF", + "border" => "#39D353", + "stroke" => "#39D353", + "ring" => "#39D353", + "currStreakNum" => "#39D353", + "fire" => "#39D353", + "sideNums" => "#39D353", + "currStreakLabel" => "#24292F", + "sideLabels" => "#24292F", + "dates" => "#1F6FEB", + ], );