From d00cbd52b6b063650d26f96ac8d6de4e8b44d3be Mon Sep 17 00:00:00 2001 From: acheronx0577 Date: Tue, 23 Sep 2025 13:15:58 -0700 Subject: [PATCH 1/4] feat(theme): add Aura theme --- docs/themes.md | 1 + src/themes.php | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index ad476960..d7af5b90 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -167,6 +167,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `rust-ferris-dark` | ![image](https://github.com/user-attachments/assets/05e3f9ac-708d-415d-990f-ede3d0a84bab) | | `cyber-streakglow` | ![image](https://github.com/user-attachments/assets/8c6108e1-f3a1-4653-9f68-08ed6dcfc498) | | `vitesse` | ![image](https://github.com/user-attachments/assets/baa2fa20-36ea-4158-befc-79c21f102f87) | +| `aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index e6fc193d..4bec3cfe 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2069,4 +2069,18 @@ "dates" => "#BD976A", "excludeDaysLabel" => "#758575DD", ], + "aura" => [ + "background" => "#760A11", + "border" => "#310C69C5", + "stroke" => "#FF1D5E", + "ring" => "#C1184E", + "fire" => "#EB4511", + "currStreakNum" => "#EB5454", + "sideNums" => "#EB5454", + "currStreakLabel" => "#FF8F62", + "sideLabels" => "#FF8F62", + "dates" => "#EB5454", + "excludeDaysLabel" => "#758575DD", + ], + ]; From e46866790f1d829db38a4295bc35a61b1df48c43 Mon Sep 17 00:00:00 2001 From: "AcheronX." <166084422+acheronx0577@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:07:46 -0800 Subject: [PATCH 2/4] Update themes.md --- docs/themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes.md b/docs/themes.md index d7af5b90..18458cd3 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -167,7 +167,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `rust-ferris-dark` | ![image](https://github.com/user-attachments/assets/05e3f9ac-708d-415d-990f-ede3d0a84bab) | | `cyber-streakglow` | ![image](https://github.com/user-attachments/assets/8c6108e1-f3a1-4653-9f68-08ed6dcfc498) | | `vitesse` | ![image](https://github.com/user-attachments/assets/baa2fa20-36ea-4158-befc-79c21f102f87) | -| `aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) | +| `dark-aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) | ### Can't find the theme you like? From 150484091c8be452a40f6643568bfd88aa7a4360 Mon Sep 17 00:00:00 2001 From: "AcheronX." <166084422+acheronx0577@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:08:00 -0800 Subject: [PATCH 3/4] Update themes.php --- src/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes.php b/src/themes.php index 4bec3cfe..0456e232 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2069,7 +2069,7 @@ "dates" => "#BD976A", "excludeDaysLabel" => "#758575DD", ], - "aura" => [ + "dark-aura" => [ "background" => "#760A11", "border" => "#310C69C5", "stroke" => "#FF1D5E", From b5bdbc3d941c3698e83bf59d4cd6f3de56c3bdd8 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Sun, 5 Oct 2025 23:34:25 +0300 Subject: [PATCH 4/4] prettier --- docs/themes.md | 2 +- src/themes.php | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/docs/themes.md b/docs/themes.md index 18458cd3..b86431f4 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -167,7 +167,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `rust-ferris-dark` | ![image](https://github.com/user-attachments/assets/05e3f9ac-708d-415d-990f-ede3d0a84bab) | | `cyber-streakglow` | ![image](https://github.com/user-attachments/assets/8c6108e1-f3a1-4653-9f68-08ed6dcfc498) | | `vitesse` | ![image](https://github.com/user-attachments/assets/baa2fa20-36ea-4158-befc-79c21f102f87) | -| `dark-aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) | +| `dark-aura` | ![Image](https://github.com/user-attachments/assets/14889d0e-26db-4fa6-8026-6312c9b4636e) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index 0456e232..61c6ac0e 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2069,18 +2069,17 @@ "dates" => "#BD976A", "excludeDaysLabel" => "#758575DD", ], - "dark-aura" => [ - "background" => "#760A11", - "border" => "#310C69C5", - "stroke" => "#FF1D5E", - "ring" => "#C1184E", - "fire" => "#EB4511", - "currStreakNum" => "#EB5454", - "sideNums" => "#EB5454", - "currStreakLabel" => "#FF8F62", - "sideLabels" => "#FF8F62", - "dates" => "#EB5454", - "excludeDaysLabel" => "#758575DD", + "dark-aura" => [ + "background" => "#760A11", + "border" => "#310C69C5", + "stroke" => "#FF1D5E", + "ring" => "#C1184E", + "fire" => "#EB4511", + "currStreakNum" => "#EB5454", + "sideNums" => "#EB5454", + "currStreakLabel" => "#FF8F62", + "sideLabels" => "#FF8F62", + "dates" => "#EB5454", + "excludeDaysLabel" => "#758575DD", ], - ];