Skip to content

Commit

Permalink
chore: use jsdelivr proxy for settings.json schemas
Browse files Browse the repository at this point in the history
refs: #197
  • Loading branch information
nekowinston committed Oct 30, 2023
1 parent 482bb98 commit 7607ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7607ff4

Please sign in to comment.