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: 19 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:28:46.000Z (7 months ago)
- Last Synced: 2024-05-02T01:03:31.824Z (6 months ago)
- Topics: dark-theme, theme, vscode, vscode-theme
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=antfu.theme-vitesse
- Size: 584 KB
- Stars: 504
- Watchers: 3
- Forks: 40
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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