Skip to content

Commit 6c50928

Browse files
authored
Add github-dark theme (#174)
1 parent 7dc2663 commit 6c50928

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
@@ -73,6 +73,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
7373
| `javascript` | ![image](https://user-images.githubusercontent.com/62628408/135756315-7a4b8134-8558-4e74-9f24-f8a1a2173b6f.png) |
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) |
76+
| `github-dark` | ![image](https://user-images.githubusercontent.com/62628408/135931624-9e6bf6b8-4965-4c7d-87f6-08217ea9274f.png) |
7677
### Can't find the theme you like?
7778

7879
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
@@ -806,4 +806,16 @@
806806
"sideLabels" => "#d3b692",
807807
"dates" => "#c5cdd3",
808808
],
809+
"github-dark" => [
810+
"background" => "#0D1117FF",
811+
"border" => "#39D353",
812+
"stroke" => "#39D353",
813+
"ring" => "#39D353",
814+
"currStreakNum" => "#FFFFFF",
815+
"fire" => "#1F6FEB",
816+
"sideNums" => "#FFFFFF",
817+
"currStreakLabel" => "#FFFFFF",
818+
"sideLabels" => "#FFFFFF",
819+
"dates" => "#39D353",
820+
],
809821
);

0 commit comments

Comments
 (0)