- Fork and clone this repo.
git clone https://github.com/rwietter/illusion-vscode-theme.git
- Create a branch for your changes.
git checkout -b my-new-feature
- Install dependencies.
yarn install
- implement your proposal.
- Commit and push your changes.
- Submit a PR for discussion.