From 7607ff4722ff257100152ba90c7e3c297cb76299 Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 30 Oct 2023 20:36:16 +0100 Subject: [PATCH] chore: use jsdelivr proxy for `settings.json` schemas refs: #197 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81379df9..0bfe00f2 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "type": "object", "default": {}, "markdownDescription": "Custom color overrides. Assign your own hex codes to palette colors. See [the docs](https://github.com/catppuccin/vscode#override-palette-colors) for reference.", - "$ref": "https://raw.githubusercontent.com/catppuccin/vscode/main/schemas/colorOverrides.schema.json" + "$ref": "https://cdn.jsdelivr.net/gh/catppuccin/vscode@main/schemas/colorOverrides.schema.json" }, "catppuccin.customUIColors": { "type": "object",