Skip to content

Commit ca9ed1a

Browse files
authored
Merge pull request #57 from CoderLum/main
new theme
2 parents 2cdf713 + 490a884 commit ca9ed1a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/themes/README.md

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

263263
![image](https://user-images.githubusercontent.com/20955511/112644234-3c9a2a00-8e56-11eb-936b-49dbb57dd1f4.png)
264264

265+
`green_nur`
266+
267+
![image](https://user-images.githubusercontent.com/81451482/112715623-ea1f4300-8f13-11eb-8d51-0094313ec7ac.png)
268+
265269

266270

267271
### Can't find the theme you like?

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,16 @@
638638
"sideLabels" => "#ff5f5f",
639639
"dates" => "#fff",
640640
],
641+
"green_nur" => [
642+
"background" => "#0a1e17",
643+
"border" => "#e4e2e2",
644+
"stroke" => "#e4e2e2",
645+
"ring" => "#5affc8",
646+
"fire" => "#5affc8",
647+
"currStreakNum" => "#5affc8",
648+
"sideNums" => "#5affc8",
649+
"currStreakLabel" => "#5affc8",
650+
"sideLabels" => "#5affc8",
651+
"dates" => "#fff",
652+
],
641653
);

0 commit comments

Comments
 (0)