Skip to content

Commit 6fc7f2b

Browse files
feat: Added kanagawa-paper theme (#854)
* added sort in alphabetical order in the themes select * adding kanagawa paper theme * Revert unrelated changes * Update themes.md * Remove duplicate theme --------- Co-authored-by: Jonah Lawrence <jonah@freshidea.com>
1 parent 27af206 commit 6fc7f2b

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
@@ -172,6 +172,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
172172
| `everforest-dark` | ![image](https://github.com/user-attachments/assets/45a4e0a0-d330-4233-9d76-89003e59bb31) |
173173
| `everforest-light` | ![image](https://github.com/user-attachments/assets/592466c0-5a67-48cc-adf0-f8a21ca891b6) |
174174
| `oceanic-next` | ![image](https://github.com/user-attachments/assets/e0182770-a511-42b6-a40b-644317268a0f) |
175+
| `kanagawa-paper` | ![image](https://github.com/user-attachments/assets/541a521d-a6a8-4b55-ab79-7b1a9bdb092c) |
175176
| `sakura-x` | ![image](https://github.com/user-attachments/assets/65360cfa-9d5e-42f2-b3c9-cc2815623413) |
176177

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

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,4 +2147,17 @@
21472147
"dates" => "#C0CAF5",
21482148
"excludeDaysLabel" => "#C0CAF5",
21492149
],
2150+
"kanagawa-paper" => [
2151+
"background" => "#1F1F28",
2152+
"border" => "#54546D",
2153+
"stroke" => "#727169",
2154+
"ring" => "#7FB4CA",
2155+
"fire" => "#E46876",
2156+
"currStreakNum" => "#98BB6C",
2157+
"sideNums" => "#7E9CD8",
2158+
"currStreakLabel" => "#E6C384",
2159+
"sideLabels" => "#7AA89F",
2160+
"dates" => "#C4B28A",
2161+
"excludeDaysLabel" => "#C8C093",
2162+
],
21502163
];

0 commit comments

Comments
 (0)