Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Printemps ThemeNew to Visual Studio Code? Get it now.
Printemps Theme

Printemps Theme

Julien Perradin

|
42 installs
| (0) | Free
A clean light grey and dark theme for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Printemps Light Grey

Manual Installation

  1. Download the theme files
  2. Copy them to your VS Code extensions folder:
    • Windows: %USERPROFILE%\.vscode\extensions
    • macOS/Linux: ~/.vscode/extensions
  3. Restart VS Code
  4. Open the Command Palette and select Preferences: Color Theme
  5. Select "Printemps Light Grey"

Customization

If you want to customize this theme:

  1. Open VS Code settings (Ctrl+, or Cmd+,)
  2. Search for "workbench.colorCustomizations"
  3. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft