Skip to content

Commit 2cdf713

Browse files
authored
Merge pull request #56 from hendrasob/main
2 parents ea7480a + 4cba7e4 commit 2cdf713

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/themes/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,16 @@ To enable a theme, append `&theme=` followed by the theme name to the end of the
254254

255255
![image](https://user-images.githubusercontent.com/20955511/112301991-357eea80-8ca3-11eb-9808-6dd6223c7647.png)
256256

257+
`blood`
258+
259+
![image](https://user-images.githubusercontent.com/20955511/112644211-35731c00-8e56-11eb-831f-563c01014d60.png)
260+
261+
`blood-dark`
262+
263+
![image](https://user-images.githubusercontent.com/20955511/112644234-3c9a2a00-8e56-11eb-936b-49dbb57dd1f4.png)
264+
265+
266+
257267
### Can't find the theme you like?
258268

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

src/themes.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,4 +614,28 @@
614614
"sideLabels" => "#3ddc77",
615615
"dates" => "#cecece",
616616
],
617+
"blood" => [
618+
"background" => "#fff",
619+
"border" => "#a8a8a8",
620+
"stroke" => "#a8a8a8",
621+
"ring" => "#ff5f5f",
622+
"fire" => "#357291",
623+
"currStreakNum" => "#ff5f5f",
624+
"sideNums" => "#ff5f5f",
625+
"currStreakLabel" => "#ff5f5f",
626+
"sideLabels" => "#ff5f5f",
627+
"dates" => "#273849",
628+
],
629+
"blood-dark" => [
630+
"background" => "#142b37",
631+
"border" => "#e4e2e2",
632+
"stroke" => "#e4e2e2",
633+
"ring" => "#ff5f5f",
634+
"fire" => "#357291",
635+
"currStreakNum" => "#ff5f5f",
636+
"sideNums" => "#ff5f5f",
637+
"currStreakLabel" => "#ff5f5f",
638+
"sideLabels" => "#ff5f5f",
639+
"dates" => "#fff",
640+
],
617641
);

0 commit comments

Comments
 (0)