Skip to content

Commit 10ce12a

Browse files
feat: Add horizon theme (#313)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 44a139b commit 10ce12a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
9494
| `sea` | ![image](https://user-images.githubusercontent.com/103951737/184303266-0e5f8a25-bfeb-4876-abf1-91a38ca87680.png) |
9595
| `sea-dark` | ![image](https://user-images.githubusercontent.com/103951737/184301879-953370eb-e61a-4e0f-abf4-7029c336e8f1.png) |
9696
| `violet-dark` | ![image](https://user-images.githubusercontent.com/103951737/184529784-05de7e57-b939-42f7-9852-345fa191c343.png) |
97+
| `horizon` | ![image](https://user-images.githubusercontent.com/3828247/184559656-e1f1b290-0a44-45cc-9681-010577386760.png) |
9798

9899
### Can't find the theme you like?
99100

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,4 +1058,16 @@
10581058
"sideLabels" => "#FF0089",
10591059
"dates" => "#FF0089",
10601060
],
1061+
"horizon" => [
1062+
"background" => "#1C1E26",
1063+
"border" => "#1C1E26",
1064+
"stroke" => "#FAB795",
1065+
"ring" => "#E95678",
1066+
"fire" => "#E95678",
1067+
"currStreakNum" => "#59E1E3",
1068+
"sideNums" => "#59E1E3",
1069+
"currStreakLabel" => "#23BD87",
1070+
"sideLabels" => "#23BD87",
1071+
"dates" => "#FAB795",
1072+
],
10611073
];

0 commit comments

Comments
 (0)