├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ ├── preset_issue.yml │ ├── preset_proposal.yml │ └── preset_request.yml ├── pull_request_template.md └── workflows │ └── generate-preset-lists.yml ├── LICENSE ├── README.md ├── curated.json ├── curated ├── abyssal-elementals.json ├── adwaita-black.json ├── alpha-black.json ├── alpha-dark.json ├── alpha-mac.json ├── alpha-tritanopia.json ├── apprentice.json ├── astral-elementals.json ├── ayu-dark.json ├── breeze-dark.json ├── breeze-light.json ├── canta-dark.json ├── catppuccin-frappe.json ├── catppuccin-latte.json ├── crystal-clear.json ├── cyberhack.json ├── dracula-dark.json ├── dracula.json ├── everblush.json ├── everforest.json ├── feren-os-2020.json ├── feren-os-dark-2020.json ├── golden-foyer.json ├── gruvbox.json ├── jungle-jaunt.json ├── kanagawa.json ├── layan-dark.json ├── layan.json ├── matcha-sea.json ├── mica-blue.json ├── mint-y-dark ├── nord-dark.json ├── nord-light.json ├── nord-semi-light.json ├── nord.json ├── norway.json ├── one-dark-pro.json ├── otto.json ├── partii.json ├── pop-dark.json ├── pop.json ├── pretty-green.json ├── rose-pine-dawn.json ├── rose-pine-moon.json ├── rose-pine.json ├── solarized-dark.json ├── solarized.json ├── surgubbe.json ├── synthwave.json ├── tango.json ├── ventura.json ├── windows-95.json ├── yaru-bark-dark.json ├── yaru-bark.json ├── yaru-dark.json ├── yaru.json ├── zenburn.json ├── zorin-os-16-blue-dark.json ├── zorin-os-16-blue.json ├── zorin-os-16-green-dark.json ├── zorin-os-16-green.json ├── zorin-os-16-grey-dark.json ├── zorin-os-16-grey.json ├── zorin-os-16-orange-dark.json ├── zorin-os-16-orange.json ├── zorin-os-16-purple-dark.json ├── zorin-os-16-purple.json ├── zorin-os-16-red-dark.json └── zorin-os-16-red.json ├── official.json ├── official ├── builder-dark.json ├── builder.json ├── catppuccin-frappe.json ├── catppuccin-latte.json ├── catppuccin-macchiato.json ├── catppuccin-mocha.json ├── classic-dark.json ├── classic.json ├── cobalt-dark.json ├── cobalt.json ├── everforest-dark.json ├── everforest.json ├── gruvbox-dark.json ├── gruvbox.json ├── kate-dark.json ├── kate.json ├── night-owl.json ├── oblivion.json ├── peninsula-dark.json ├── peninsula.json ├── pretty-purple.json ├── solarized-dark.json ├── solarized.json ├── tango.json ├── tokyonight-dark.json ├── tokyonight-moon.json ├── tokyonight-storm.json └── tokyonight.json └── scripts ├── generate-preset-lists.sh ├── update-curated.py └── update-official.py /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/preset_issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/.github/ISSUE_TEMPLATE/preset_issue.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/preset_proposal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/.github/ISSUE_TEMPLATE/preset_proposal.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/preset_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/.github/ISSUE_TEMPLATE/preset_request.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/generate-preset-lists.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/.github/workflows/generate-preset-lists.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/README.md -------------------------------------------------------------------------------- /curated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated.json -------------------------------------------------------------------------------- /curated/abyssal-elementals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/abyssal-elementals.json -------------------------------------------------------------------------------- /curated/adwaita-black.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/adwaita-black.json -------------------------------------------------------------------------------- /curated/alpha-black.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/alpha-black.json -------------------------------------------------------------------------------- /curated/alpha-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/alpha-dark.json -------------------------------------------------------------------------------- /curated/alpha-mac.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/alpha-mac.json -------------------------------------------------------------------------------- /curated/alpha-tritanopia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/alpha-tritanopia.json -------------------------------------------------------------------------------- /curated/apprentice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/apprentice.json -------------------------------------------------------------------------------- /curated/astral-elementals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/astral-elementals.json -------------------------------------------------------------------------------- /curated/ayu-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/ayu-dark.json -------------------------------------------------------------------------------- /curated/breeze-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/breeze-dark.json -------------------------------------------------------------------------------- /curated/breeze-light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/breeze-light.json -------------------------------------------------------------------------------- /curated/canta-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/canta-dark.json -------------------------------------------------------------------------------- /curated/catppuccin-frappe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/catppuccin-frappe.json -------------------------------------------------------------------------------- /curated/catppuccin-latte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/catppuccin-latte.json -------------------------------------------------------------------------------- /curated/crystal-clear.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/crystal-clear.json -------------------------------------------------------------------------------- /curated/cyberhack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/cyberhack.json -------------------------------------------------------------------------------- /curated/dracula-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/dracula-dark.json -------------------------------------------------------------------------------- /curated/dracula.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/dracula.json -------------------------------------------------------------------------------- /curated/everblush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/everblush.json -------------------------------------------------------------------------------- /curated/everforest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/everforest.json -------------------------------------------------------------------------------- /curated/feren-os-2020.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/feren-os-2020.json -------------------------------------------------------------------------------- /curated/feren-os-dark-2020.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/feren-os-dark-2020.json -------------------------------------------------------------------------------- /curated/golden-foyer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/golden-foyer.json -------------------------------------------------------------------------------- /curated/gruvbox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/gruvbox.json -------------------------------------------------------------------------------- /curated/jungle-jaunt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/jungle-jaunt.json -------------------------------------------------------------------------------- /curated/kanagawa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/kanagawa.json -------------------------------------------------------------------------------- /curated/layan-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/layan-dark.json -------------------------------------------------------------------------------- /curated/layan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/layan.json -------------------------------------------------------------------------------- /curated/matcha-sea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/matcha-sea.json -------------------------------------------------------------------------------- /curated/mica-blue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/mica-blue.json -------------------------------------------------------------------------------- /curated/mint-y-dark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/mint-y-dark -------------------------------------------------------------------------------- /curated/nord-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/nord-dark.json -------------------------------------------------------------------------------- /curated/nord-light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/nord-light.json -------------------------------------------------------------------------------- /curated/nord-semi-light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/nord-semi-light.json -------------------------------------------------------------------------------- /curated/nord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/nord.json -------------------------------------------------------------------------------- /curated/norway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/norway.json -------------------------------------------------------------------------------- /curated/one-dark-pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/one-dark-pro.json -------------------------------------------------------------------------------- /curated/otto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/otto.json -------------------------------------------------------------------------------- /curated/partii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/partii.json -------------------------------------------------------------------------------- /curated/pop-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/pop-dark.json -------------------------------------------------------------------------------- /curated/pop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/pop.json -------------------------------------------------------------------------------- /curated/pretty-green.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/pretty-green.json -------------------------------------------------------------------------------- /curated/rose-pine-dawn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/rose-pine-dawn.json -------------------------------------------------------------------------------- /curated/rose-pine-moon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/rose-pine-moon.json -------------------------------------------------------------------------------- /curated/rose-pine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/rose-pine.json -------------------------------------------------------------------------------- /curated/solarized-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/solarized-dark.json -------------------------------------------------------------------------------- /curated/solarized.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/solarized.json -------------------------------------------------------------------------------- /curated/surgubbe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/surgubbe.json -------------------------------------------------------------------------------- /curated/synthwave.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/synthwave.json -------------------------------------------------------------------------------- /curated/tango.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/tango.json -------------------------------------------------------------------------------- /curated/ventura.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/ventura.json -------------------------------------------------------------------------------- /curated/windows-95.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/windows-95.json -------------------------------------------------------------------------------- /curated/yaru-bark-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/yaru-bark-dark.json -------------------------------------------------------------------------------- /curated/yaru-bark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/yaru-bark.json -------------------------------------------------------------------------------- /curated/yaru-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/yaru-dark.json -------------------------------------------------------------------------------- /curated/yaru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/yaru.json -------------------------------------------------------------------------------- /curated/zenburn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zenburn.json -------------------------------------------------------------------------------- /curated/zorin-os-16-blue-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-blue-dark.json -------------------------------------------------------------------------------- /curated/zorin-os-16-blue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-blue.json -------------------------------------------------------------------------------- /curated/zorin-os-16-green-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-green-dark.json -------------------------------------------------------------------------------- /curated/zorin-os-16-green.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-green.json -------------------------------------------------------------------------------- /curated/zorin-os-16-grey-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-grey-dark.json -------------------------------------------------------------------------------- /curated/zorin-os-16-grey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-grey.json -------------------------------------------------------------------------------- /curated/zorin-os-16-orange-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-orange-dark.json -------------------------------------------------------------------------------- /curated/zorin-os-16-orange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-orange.json -------------------------------------------------------------------------------- /curated/zorin-os-16-purple-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-purple-dark.json -------------------------------------------------------------------------------- /curated/zorin-os-16-purple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-purple.json -------------------------------------------------------------------------------- /curated/zorin-os-16-red-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-red-dark.json -------------------------------------------------------------------------------- /curated/zorin-os-16-red.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/curated/zorin-os-16-red.json -------------------------------------------------------------------------------- /official.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official.json -------------------------------------------------------------------------------- /official/builder-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/builder-dark.json -------------------------------------------------------------------------------- /official/builder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/builder.json -------------------------------------------------------------------------------- /official/catppuccin-frappe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/catppuccin-frappe.json -------------------------------------------------------------------------------- /official/catppuccin-latte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/catppuccin-latte.json -------------------------------------------------------------------------------- /official/catppuccin-macchiato.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/catppuccin-macchiato.json -------------------------------------------------------------------------------- /official/catppuccin-mocha.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/catppuccin-mocha.json -------------------------------------------------------------------------------- /official/classic-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/classic-dark.json -------------------------------------------------------------------------------- /official/classic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/classic.json -------------------------------------------------------------------------------- /official/cobalt-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/cobalt-dark.json -------------------------------------------------------------------------------- /official/cobalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/cobalt.json -------------------------------------------------------------------------------- /official/everforest-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/everforest-dark.json -------------------------------------------------------------------------------- /official/everforest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/everforest.json -------------------------------------------------------------------------------- /official/gruvbox-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/gruvbox-dark.json -------------------------------------------------------------------------------- /official/gruvbox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/gruvbox.json -------------------------------------------------------------------------------- /official/kate-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/kate-dark.json -------------------------------------------------------------------------------- /official/kate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/kate.json -------------------------------------------------------------------------------- /official/night-owl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/night-owl.json -------------------------------------------------------------------------------- /official/oblivion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/oblivion.json -------------------------------------------------------------------------------- /official/peninsula-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/peninsula-dark.json -------------------------------------------------------------------------------- /official/peninsula.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/peninsula.json -------------------------------------------------------------------------------- /official/pretty-purple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/pretty-purple.json -------------------------------------------------------------------------------- /official/solarized-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/solarized-dark.json -------------------------------------------------------------------------------- /official/solarized.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/solarized.json -------------------------------------------------------------------------------- /official/tango.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/tango.json -------------------------------------------------------------------------------- /official/tokyonight-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/tokyonight-dark.json -------------------------------------------------------------------------------- /official/tokyonight-moon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/tokyonight-moon.json -------------------------------------------------------------------------------- /official/tokyonight-storm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/tokyonight-storm.json -------------------------------------------------------------------------------- /official/tokyonight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/official/tokyonight.json -------------------------------------------------------------------------------- /scripts/generate-preset-lists.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/scripts/generate-preset-lists.sh -------------------------------------------------------------------------------- /scripts/update-curated.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/scripts/update-curated.py -------------------------------------------------------------------------------- /scripts/update-official.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradienceTeam/Community/HEAD/scripts/update-official.py --------------------------------------------------------------------------------