mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-10 06:04:21 +00:00
chore: update link from catppuccin/userstyles
(#2292)
This commit is contained in:
parent
35662dbfb4
commit
860925d727
3 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
"@/": "./",
|
||||
"std/": "https://deno.land/std@0.207.0/",
|
||||
"catppuccin-deno-lib": "https://deno.land/x/catppuccin_toolbox@deno-lib-v1.0.0/deno-lib/mod.ts",
|
||||
"catppuccin-userstyles/": "https://raw.githubusercontent.com/catppuccin/userstyles/01a66f7263f0001a877e3de9608c828fd11a4275/",
|
||||
"catppuccin-userstyles/": "https://raw.githubusercontent.com/catppuccin/userstyles/cec8bc9d8ed0191d1026c9a1d5d4d216f44b6d63/",
|
||||
"type-fest": "https://esm.sh/v135/type-fest@4.8.3"
|
||||
},
|
||||
"tasks": {
|
||||
|
|
|
@ -125,6 +125,6 @@
|
|||
"https://esm.sh/v135/type-fest@4.8.3/source/simplify.d": "6d148e26b1e58ccc7aa9699e2d0de830f0bc4221b6b098700763fd757ff7b5ad",
|
||||
"https://esm.sh/v135/type-fest@4.8.3/source/union-to-intersection.d": "e83c6075c4a23e3b01dd9ff87e31a0d91b7a5fdf17bf606d82c9a72e895d939d",
|
||||
"https://esm.sh/v135/uri-js@4.4.1/denonext/uri-js.mjs": "901d462f9db207376b39ec603d841d87e6b9e9568ce97dfaab12aa77d0f99f74",
|
||||
"https://raw.githubusercontent.com/catppuccin/userstyles/01a66f7263f0001a877e3de9608c828fd11a4275/scripts/userstyles.schema.json": "8b5db48cee30d01f577ffe69575f9234dc8d9e0d5980376646b05c5a3a35a4b9"
|
||||
"https://raw.githubusercontent.com/catppuccin/userstyles/cec8bc9d8ed0191d1026c9a1d5d4d216f44b6d63/scripts/userstyles.schema.json": "b897a3325af1f902c678b1b477ff203cbffb5c34ebd8836c6e25e7b8462721e1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,7 @@ import userstylesSchema from "catppuccin-userstyles/scripts/userstyles.schema.js
|
|||
type: "json",
|
||||
};
|
||||
const userstylesYaml = await fetch(
|
||||
// TODO: Revert to main branch after merging PR on catppuccin/userstyles
|
||||
"https://raw.githubusercontent.com/catppuccin/userstyles/docs/multiple-categories/scripts/userstyles.yml",
|
||||
"https://raw.githubusercontent.com/catppuccin/userstyles/main/scripts/userstyles.yml",
|
||||
).then((res) => res.text());
|
||||
|
||||
import type { PortsSchema, UserStylesSchema } from "@/types/mod.ts";
|
||||
|
|
Loading…
Reference in a new issue