An eye-friendly light Visual Studio Code color scheme based on the Clean Sheet theme.
Directly install the "Pure Sheet" extension from Visual Studio Code, or download from Visual Studio Code Marketplace.
The font used by the original Clean Sheet theme is Source Code Pro. This is the font used in the above screenshots, too.
Here are the font settings in VS Code that worked best for me on Linux and Windows:
"editor.fontWeight": "500",
"editor.fontFamily": "'Source Code Pro'",
"editor.fontSize": 13 //Linux: 13, Windows: 14
This theme should work with all languages but is especially tested with:
- Java
- JavaScript
- TypeScript
- Markdown
- JSON
- YAML
- XML
- Gherkin/Cucumber features
- AsciiDoc
To get proper results you need to install the accoding language support extensions. Otherwise semantic highlighting will not work and you won't get a result similar to Clean Sheet on Eclipse.