Skip to content

Commit 65e5e47

Browse files
2u841rDenverCoder1
andauthored
feat(theme): add Vitesse theme inspired by @antfu's antfu/vscode-theme-vitesse (#794)
* feat(theme): add Vitesse theme inspired by @antfu's antfu/vscode-theme-vitesse * feat(theme): add Vitesse theme inspired by @antfu's antfu/vscode-theme-vitesse * Update themes.md --------- Co-authored-by: Jonah Lawrence <jonah@freshidea.com>
1 parent 6fcac79 commit 65e5e47

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
@@ -166,6 +166,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
166166
| `rust-ferris-light` | ![image](https://github.com/user-attachments/assets/2e1d175f-c39d-4e56-be41-d9c277f1e83a) |
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) |
169+
| `vitesse` | ![image](https://github.com/user-attachments/assets/baa2fa20-36ea-4158-befc-79c21f102f87) |
169170

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

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,4 +2056,17 @@
20562056
"dates" => "#EBEBEB",
20572057
"excludeDaysLabel" => "#A7EB3F",
20582058
],
2059+
"vitesse" => [
2060+
"background" => "#000000",
2061+
"border" => "#4D9375",
2062+
"stroke" => "#5D99A9",
2063+
"ring" => "#4D9375",
2064+
"fire" => "#CB7676",
2065+
"currStreakNum" => "#B8A965",
2066+
"sideNums" => "#4D9375",
2067+
"currStreakLabel" => "#80A665",
2068+
"sideLabels" => "#80A665",
2069+
"dates" => "#BD976A",
2070+
"excludeDaysLabel" => "#758575DD",
2071+
],
20592072
];

0 commit comments

Comments
 (0)