Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antfu/vscode-theme-vitesse
🏕 Vitesse theme for VS Code
https://github.com/antfu/vscode-theme-vitesse
dark-theme theme vscode vscode-theme
Last synced: 5 days ago
JSON representation
🏕 Vitesse theme for VS Code
- Host: GitHub
- URL: https://github.com/antfu/vscode-theme-vitesse
- Owner: antfu
- License: mit
- Created: 2021-03-07T12:44:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T04:42:35.000Z (5 months ago)
- Last Synced: 2025-02-06T21:06:13.044Z (12 days ago)
- Topics: dark-theme, theme, vscode, vscode-theme
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=antfu.theme-vitesse
- Size: 409 KB
- Stars: 596
- Watchers: 3
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Vitesse Theme for VS Code
![]()
![]()
Font | Input Mono
File Icons | Catppuccin
Product Icons | Carbon
Demo | Vitesse## Match with System
```jsonc
// .vscode/setting.json
{
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Vitesse Light",
"workbench.preferredDarkColorTheme": "Vitesse Dark",
}
```## Links
[prism-theme-vars](https://github.com/antfu/prism-theme-vars) - where the theme is born.
[vitesse](https://github.com/antfu/vitesse) - what the theme was for.
## Thanks
This project is based on [github-vscode-theme](https://github.com/primer/github-vscode-theme).
## License
MIT - Copyright (c) 2020 Primer
MIT - Copyright (c) 2021 Anthony Fu