Skip to content

Commit bd035a9

Browse files
feat: add Dark Aura theme (#829)
* feat(theme): add Aura theme * Update themes.md * Update themes.php * prettier --------- Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 11bbbe5 commit bd035a9

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
@@ -167,6 +167,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
167167
| `rust-ferris-dark` | ![image](https://github.com/user-attachments/assets/05e3f9ac-708d-415d-990f-ede3d0a84bab) |
168168
| `cyber-streakglow` | ![image](https://github.com/user-attachments/assets/8c6108e1-f3a1-4653-9f68-08ed6dcfc498) |
169169
| `vitesse` | ![image](https://github.com/user-attachments/assets/baa2fa20-36ea-4158-befc-79c21f102f87) |
170+
| `dark-aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) |
170171

171172
### Can't find the theme you like?
172173

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,4 +2069,17 @@
20692069
"dates" => "#BD976A",
20702070
"excludeDaysLabel" => "#758575DD",
20712071
],
2072+
"dark-aura" => [
2073+
"background" => "#760A11",
2074+
"border" => "#310C69C5",
2075+
"stroke" => "#FF1D5E",
2076+
"ring" => "#C1184E",
2077+
"fire" => "#EB4511",
2078+
"currStreakNum" => "#EB5454",
2079+
"sideNums" => "#EB5454",
2080+
"currStreakLabel" => "#FF8F62",
2081+
"sideLabels" => "#FF8F62",
2082+
"dates" => "#EB5454",
2083+
"excludeDaysLabel" => "#758575DD",
2084+
],
20722085
];

0 commit comments

Comments
 (0)