theme-vitesse
Version:
Vitesse theme for VS Code
43 lines (30 loc) • 1.8 kB
Markdown
<h1 align="center">Vitesse Theme for VS Code</h1>
<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=antfu.theme-vitesse" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/antfu.theme-vitesse.svg?color=4d9375&label=Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>
</p>
<p align="center">
<img width="1275" alt="Screenshot Light Mode" src="https://github.com/user-attachments/assets/7fa3db7a-5b11-4622-a59b-1f7b3f837d0d">
<img width="1275" alt="Screenshot Dark Mode" src="https://github.com/user-attachments/assets/2919bb08-596b-4279-9f1e-4d2f7d1913fb">
<sub><samp> Font | <a href="http://input.fontbureau.com/">Input Mono</a><br>
File Icons | <a href="https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons">Catppuccin</a><br>
Product Icons | <a href="https://github.com/antfu/vscode-icons-carbon">Carbon</a> <br>
Demo | <a href="https://github.com/antfu/vitesse">Vitesse</a> </samp></sub>
</p>
## Match with System
<!--eslint-skip-->
```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 <br>
MIT - Copyright (c) 2021 Anthony Fu