Skip to content

Commit 2006908

Browse files
R055ADenverCoder1
andauthored
feat: Added theme: Everforest-Light (#842)
* Add theme: everforest-light sourced from: https://github.com/sainnhe/everforest * Update themes.md --------- Co-authored-by: Jonah Lawrence <[email protected]>
1 parent a2a1fa0 commit 2006908

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,4 +2108,17 @@
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
];

0 commit comments

Comments
 (0)