Skip to content

Commit a2a1fa0

Browse files
R055ADenverCoder1
andauthored
feat: Add Everforest-Dark theme (#835)
* Add theme: everforest-dark (default) sourced from: https://github.com/sainnhe/everforest * Fix merge conflict * Update docs/themes.md Add everforest-dark theme example --------- Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 23c40dc commit a2a1fa0

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
@@ -169,6 +169,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
169169
| `vitesse` | ![image](https://github.com/user-attachments/assets/baa2fa20-36ea-4158-befc-79c21f102f87) |
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) |
172+
| `everforest-dark` | ![image](https://github.com/user-attachments/assets/45a4e0a0-d330-4233-9d76-89003e59bb31) |
172173

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

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,6 +2069,19 @@
20692069
"dates" => "#BD976A",
20702070
"excludeDaysLabel" => "#758575DD",
20712071
],
2072+
"everforest-dark" => [
2073+
"background" => "#2D353B",
2074+
"border" => "#4F585E",
2075+
"stroke" => "#4F585E",
2076+
"ring" => "#A7C080",
2077+
"fire" => "#A7C080",
2078+
"currStreakNum" => "#D3C6AA",
2079+
"sideNums" => "#A7C080",
2080+
"currStreakLabel" => "#D3C6AA",
2081+
"sideLabels" => "#A7C080",
2082+
"dates" => "#9DA9A0",
2083+
"excludeDaysLabel" => "#9DA9A0",
2084+
],
20722085
"nord-aurora" => [
20732086
"background" => "#4C566A",
20742087
"border" => "#8FBCBB",

0 commit comments

Comments
 (0)