Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 786 Bytes

contributing.md

File metadata and controls

8 lines (6 loc) · 786 Bytes

Contributing

Hey! Thanks for contributing to VSCode-SideBar-Themes. We'll try to merge your PR as quick as possible. Before that, here's how you can add your own styles.

  1. Firstly, on GitHub, head to this file. This is where the themes are sourced from.
  2. Secondly, hit the pencil icon on the top right of the code editor. This will fork the repo to your personal account and then open up this file.
  3. Third, add your theme in the object of themes. It should have the name of the theme (this must be unique) as the key, and the value should be the comma delimited value found in the linear settings page.
  4. Finally, create a pull request, and your theme will be merged in. Thanks for sharing!