Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>White WinterNew to Visual Studio Code? Get it now.
White Winter

White Winter

Preview

jker

|
11,422 installs
| (2) | Free
Almost pure white VS Code theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

White Winter

Version Downloads

White Winter is an almost pure white VS Code theme with plain color customization. The use of bold text and light accents was the principal idea.

Screenshot

I'm using Victor Mono font and Material Icon Theme for icons/folders.

VS Code config

I've added some configuration to visualize this as minimalistic as posible. Feel free to change these settings

{
    // ...
    "editor.fontSize": 14,
    "editor.fontLigatures": true,
    "editor.lineHeight": 20,
    "editor.letterSpacing": 0.3,
    "editor.minimap.renderCharacters": false,
    "editor.minimap.maxColumn": 200,
    "editor.minimap.showSlider": "always",
    "editor.tabSize": 4,
    "window.zoomLevel": 0,
    "workbench.colorTheme": "White Winter",
    "workbench.iconTheme": "material-icon-theme",
    "material-icon-theme.folders.color": "#777777",
    "material-icon-theme.activeIconPack": "react",
    "material-icon-theme.folders.theme": "classic",
    "material-icon-theme.showUpdateMessage": false,
    "material-icon-theme.hidesExplorerArrows": true,
    "material-icon-theme.showWelcomeMessage": false,
    "material-icon-theme.showReloadMessage": false,
}

License

MIT

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