From 33a6d058961a70a986e8550ee18af8251d4e0a47 Mon Sep 17 00:00:00 2001 From: cnrxad Date: Sat, 29 Nov 2025 16:54:20 +0100 Subject: [PATCH 1/2] sakura-x --- docs/themes.md | 1 + src/themes.php | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index ced17713..e184e72f 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -172,6 +172,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `everforest-dark` | ![image](https://github.com/user-attachments/assets/45a4e0a0-d330-4233-9d76-89003e59bb31) | | `everforest-light` | ![image](https://github.com/user-attachments/assets/592466c0-5a67-48cc-adf0-f8a21ca891b6) | | `oceanic-next` | ![image](https://github.com/user-attachments/assets/e0182770-a511-42b6-a40b-644317268a0f) | +| `sakura-x` | ![image](https://github-readme-streak-stats.herokuapp.com/?user=cnrxad&background=1A1B26&border=9D4EDD&stroke=FFFFFF&ring=9D4EDD&fire=E5C07B&currStreakNum=FFFFFF&sideNums=9D4EDD&currStreakLabel=E5C07B&sideLabels=E5C07B&dates=C0CAF5&excludeDaysLabel=C0CAF5) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index 0e1972e5..21daec29 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2134,4 +2134,17 @@ "dates" => "#A7ADBA", "excludeDaysLabel" => "#A7ADBA", ], + "sakura-x" => [ + "background" => "#1a1b26", + "border" => "#9D4EDD", + "stroke" => "#FFFFFF", + "ring" => "#9D4EDD", + "fire" => "#e5c07b", + "currStreakNum" => "#FFFFFF", + "sideNums" => "#9d4edd", + "currStreakLabel" => "#e5c07b", + "sideLabels" => "#e5c07b", + "dates" => "#c0caf5", + "excludeDaysLabel" => "#c0caf5", + ], ]; From 80f21540cb935bfc505fa951514e0a1fc04e5e6b Mon Sep 17 00:00:00 2001 From: cnrxad Date: Sat, 29 Nov 2025 17:00:19 +0100 Subject: [PATCH 2/2] 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 e184e72f..4bb0dd7c 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -172,7 +172,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `everforest-dark` | ![image](https://github.com/user-attachments/assets/45a4e0a0-d330-4233-9d76-89003e59bb31) | | `everforest-light` | ![image](https://github.com/user-attachments/assets/592466c0-5a67-48cc-adf0-f8a21ca891b6) | | `oceanic-next` | ![image](https://github.com/user-attachments/assets/e0182770-a511-42b6-a40b-644317268a0f) | -| `sakura-x` | ![image](https://github-readme-streak-stats.herokuapp.com/?user=cnrxad&background=1A1B26&border=9D4EDD&stroke=FFFFFF&ring=9D4EDD&fire=E5C07B&currStreakNum=FFFFFF&sideNums=9D4EDD&currStreakLabel=E5C07B&sideLabels=E5C07B&dates=C0CAF5&excludeDaysLabel=C0CAF5) | +| `sakura-x` | ![image](https://github.com/user-attachments/assets/65360cfa-9d5e-42f2-b3c9-cc2815623413) | ### Can't find the theme you like?