From d573885bb4b65877e621f30946c6cc446d821466 Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Wed, 7 May 2025 00:11:09 +0600 Subject: [PATCH 1/3] feat(theme): add Vitesse theme inspired by @antfu's antfu/vscode-theme-vitesse --- src/themes.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/themes.php b/src/themes.php index 7c9d4101..6d10de2c 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2056,4 +2056,17 @@ "dates" => "#EBEBEB", "excludeDaysLabel" => "#A7EB3F", ], + "Vitesse" => [ + "background" => "#000000", + "border" => "#4D9375", + "stroke" => "#5D99A9", + "ring" => "#4D9375", + "fire" => "#CB7676", + "currStreakNum" => "#B8A965", + "sideNums" => "#4D9375", + "currStreakLabel" => "#80A665", + "sideLabels" => "#80A665", + "dates" => "#BD976A", + "excludeDaysLabel" => "#758575DD", + ], ]; From dfeb6f47f44974ca9fae1cc7809685a2a7f46d92 Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Wed, 7 May 2025 00:27:13 +0600 Subject: [PATCH 2/3] feat(theme): add Vitesse theme inspired by @antfu's antfu/vscode-theme-vitesse --- src/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes.php b/src/themes.php index 6d10de2c..e6fc193d 100644 --- a/src/themes.php +++ b/src/themes.php @@ -2056,7 +2056,7 @@ "dates" => "#EBEBEB", "excludeDaysLabel" => "#A7EB3F", ], - "Vitesse" => [ + "vitesse" => [ "background" => "#000000", "border" => "#4D9375", "stroke" => "#5D99A9", From 9083ce2a2c5f3a5abf92fac40df8ed7a2d10b79b Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Wed, 7 May 2025 19:43:13 +0300 Subject: [PATCH 3/3] Update themes.md --- docs/themes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/themes.md b/docs/themes.md index 1526e776..ad476960 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -166,6 +166,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will | `rust-ferris-light` | ![image](https://github.com/user-attachments/assets/2e1d175f-c39d-4e56-be41-d9c277f1e83a) | | `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) | ### Can't find the theme you like?