Skip to content

Commit 978c6ec

Browse files
authored
Merge pull request #130 from SKewLinez/branchSkyler
2 parents 570d11d + 6636180 commit 978c6ec

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
6969
| `earth` | ![image](https://user-images.githubusercontent.com/20955511/119410749-fcd6ae00-bcf1-11eb-8737-c78566e9e8f3.png) |
7070
| `deepBlue` | ![image](https://user-images.githubusercontent.com/20955511/127893911-23e6c0c6-2d97-4028-a2b9-1fa1063db776.png) |
7171
| `holi-theme` | ![image](https://user-images.githubusercontent.com/62163030/129030429-0a4d48aa-d61f-4d0c-ae82-891d1b2476d7.png) |
72+
| `ayu-light` | ![image](https://user-images.githubusercontent.com/37243931/131808768-8617176a-fe84-4873-b9c2-f9ee74b30d87.png) |
7273

7374
### Can't find the theme you like?
7475

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,4 +758,16 @@
758758
"sideLabels" => "#D6E7FFFF",
759759
"dates" => "#85A4C0FF",
760760
],
761+
"ayu-light" => [
762+
"background" => "#FAFAFAFF",
763+
"border" => "#F0F0F0FF",
764+
"stroke" => "#BAE67EFF",
765+
"ring" => "#FF9940FF",
766+
"currStreakNum" => "#F07171FF",
767+
"fire" => "#FF9940FF",
768+
"sideNums" => "#55B4D4FF",
769+
"currStreakLabel" => "#F07171FF",
770+
"sideLabels" => "#55B4D4FF",
771+
"dates" => "#575F66FF",
772+
],
761773
);

0 commit comments

Comments
 (0)