Tip
Full list of themes you can find in HyDe Gallery
Hyde theme patch
and choose prefered theme from HyDe Gallery
- Go to theme (themes are located on the different branches).
git checkout Dracula # for example, you want to make something in Dracula theme
- Create a new branch for your changes.
git checkout -b "dracula_icons" # for example, you want to change dracula theme icons
- Make changes.
- Make sure that all works in your local machine.
- Take a screenshots.
- Make
git push
.
- Open PR.