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
name
value 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.
This repository is licensed under the terms of the GNU GPLv3 license. You can find a copy of the license in the LICENSE file.