-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: settings json schema URL typo (#272)
- Loading branch information
1 parent
58d81ea
commit acc33aa
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,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://cdn.jsdelivr.net/gh/catppuccin/[email protected]/packages/catppucin-vsc/schemas/colorOverrides.schema.json" | ||
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected]/packages/catppuccin-vsc/schemas/colorOverrides.schema.json" | ||
}, | ||
"catppuccin.customUIColors": { | ||
"type": "object", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters