Skip to content

kytosai/vscode-light-plus-plus

Repository files navigation

VSCode Light++

VSCode light default theme with a few mini changes (add sidebar border, tab border,...)

screenshot

Install

  1. Go to VS Marketplace.
  2. Click on the Install button.
  3. Then select a theme. Currently the following themes are available: VSCode Light++

How to develop ?

  • Install package
npm install
  • Get new vscode default light theme config from github if you want
npm run update-vscode-default-theme
  • Edit config theme in ./src/themes/vscode-light-plus-plus/vscode-light-plus-plus.json
  • Press F5 to open a new window with your extension loaded.
  • Open File > Preferences > Color Themes and pick VSCode Light++.

How to build .json theme file ?

  • Install package
npm install
  • Get new vscode default light theme config from github if you want
npm run update-vscode-default-theme
  • Build
npm run build
  • Check file themes/vscode-light-plus-plus.json with new config

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published