Welcome to YOUR REPO NAME presets repository!
In Gradience, open Presets Manager, and navigate to Repositories tab, click + button, and add requested information inside 'Add an custom repository' dialog.
Fork and clone this repository (instructions), add your preset to presets/ directory, and update presets.json file as shown below:
Note Remember to write
namevalue inside preset file in PascalCase with spaces, and filename in slug-case (known also as kebab-case) (examples of this naming conventions).
{
...
"My Awesome Preset": "https://github.com/User/ThisRepo/raw/main/presets/my-awesome-preset.json",
...
}
Create a PR to this repository to get your preset merged (instructions).
Check out Template.md for instructions on how to set up your custom repository on Github.
