Skip to content

Commit 52c1500

Browse files
committed
Merge branch 'main' into pr/843
2 parents 3563bcf + 2006908 commit 52c1500

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
170170
| `nord-aurora` | ![image](https://github.com/user-attachments/assets/d61bf5c3-66f2-4c02-bd9d-30bf1be47c97) |
171171
| `dark-aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) |
172172
| `everforest-dark` | ![image](https://github.com/user-attachments/assets/45a4e0a0-d330-4233-9d76-89003e59bb31) |
173+
| `everforest-light` | ![image](https://github.com/user-attachments/assets/592466c0-5a67-48cc-adf0-f8a21ca891b6) |
173174

174175
### Can't find the theme you like?
175176

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,6 +2108,19 @@
21082108
"dates" => "#EB5454",
21092109
"excludeDaysLabel" => "#758575DD",
21102110
],
2111+
"everforest-light" => [
2112+
"background" => "#F2F4EF",
2113+
"border" => "#C7CCC2",
2114+
"stroke" => "#C7CCC2",
2115+
"ring" => "#7F9C6F",
2116+
"fire" => "#7F9C6F",
2117+
"currStreakNum" => "#55674E",
2118+
"sideNums" => "#7F9C6F",
2119+
"currStreakLabel" => "#55674E",
2120+
"sideLabels" => "#7F9C6F",
2121+
"dates" => "#8B9286",
2122+
"excludeDaysLabel" => "#8B9286",
2123+
],
21112124
"oceanic-next" => [
21122125
"background" => "#1B2B34",
21132126
"border" => "#343D46",

0 commit comments

Comments
 (0)