Skip to content

Commit 7dadc6a

Browse files
committed
Add themes
added the blood and blood-dark themes
1 parent ea7480a commit 7dadc6a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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)