Printemps Light Grey
Manual Installation
- Download the theme files
- Copy them to your VS Code extensions folder:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS/Linux:
~/.vscode/extensions
- Restart VS Code
- Open the Command Palette and select Preferences: Color Theme
- Select "Printemps Light Grey"
Customization
If you want to customize this theme:
- Open VS Code settings (
Ctrl+,
or Cmd+,
)
- Search for "workbench.colorCustomizations"
- Add overrides to your settings.json:
"workbench.colorCustomizations": {
"[Printemps Light Grey]": {
// Add your custom colors here
"editor.background": "#f7f7f7",
"activityBar.background": "#eeeeee"
},
"[Printemps Dark]": {
// Add your custom colors here
"editor.background": "#1e1e1e",
"activityBar.background": "#333333"
}
}
Recommended Settings
For the best experience with this theme, consider these settings:
{
"editor.fontFamily": "'Caskaydia Cove Nerd Font', 'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.fontLigatures": true
}
Feedback
If you have suggestions or issues, please open an issue on the GitHub repository.
Enjoy coding with Printemps theme!
License
MIT