diff --git a/docs/themes.md b/docs/themes.md index 16fed492..f97bb082 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -170,6 +170,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `nord-aurora` | ![image](https://github.com/user-attachments/assets/d61bf5c3-66f2-4c02-bd9d-30bf1be47c97) | | `dark-aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) | | `everforest-dark` | ![image](https://github.com/user-attachments/assets/45a4e0a0-d330-4233-9d76-89003e59bb31) | +| `everforest-light` | ![image](https://github.com/user-attachments/assets/592466c0-5a67-48cc-adf0-f8a21ca891b6) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index d82e2440..0db0d7df 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2108,4 +2108,17 @@ "dates" => "#EB5454", "excludeDaysLabel" => "#758575DD", ], + "everforest-light" => [ + "background" => "#F2F4EF", + "border" => "#C7CCC2", + "stroke" => "#C7CCC2", + "ring" => "#7F9C6F", + "fire" => "#7F9C6F", + "currStreakNum" => "#55674E", + "sideNums" => "#7F9C6F", + "currStreakLabel" => "#55674E", + "sideLabels" => "#7F9C6F", + "dates" => "#8B9286", + "excludeDaysLabel" => "#8B9286", + ], ];