diff --git a/docs/themes.md b/docs/themes.md index ced17713..4bb0dd7c 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.com/user-attachments/assets/65360cfa-9d5e-42f2-b3c9-cc2815623413) | ### 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", + ], ];