-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3213c4
commit 08d9656
Showing
7 changed files
with
163 additions
and
343 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
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
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
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
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
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,13 +73,13 @@ | |
"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].0/packages/catppuccin-vsc/schemas/colorOverrides.schema.json" | ||
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected].1/packages/catppuccin-vsc/schemas/colorOverrides.schema.json" | ||
}, | ||
"catppuccin.customUIColors": { | ||
"type": "object", | ||
"default": {}, | ||
"markdownDescription": "Customize UI colors. Map `workbench.colorCustomizations` to palette colors. See [the docs](https://github.com/catppuccin/vscode#use-palette-colors-on-workbench-elements-ui) for reference.", | ||
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected].0/packages/catppuccin-vsc/schemas/customUIColors.schema.json" | ||
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected].1/packages/catppuccin-vsc/schemas/customUIColors.schema.json" | ||
}, | ||
"catppuccin.accentColor": { | ||
"type": "string", | ||
|
@@ -162,15 +162,15 @@ | |
}, | ||
"devDependencies": { | ||
"@actions/core": "^1.10.1", | ||
"@catppuccin/palette": "^1.0.3", | ||
"@catppuccin/palette": "^1.1.0", | ||
"@catppuccin/vsc-typegen": "workspace:*", | ||
"@types/node": "^20.11.17", | ||
"@types/node": "^20.11.20", | ||
"@types/tinycolor2": "^1.4.6", | ||
"@types/vscode": "~1.80.0", | ||
"@vscode/vsce": "^2.22.0", | ||
"@vscode/vsce": "^2.24.0", | ||
"tinycolor2": "^1.6.0", | ||
"tsup": "^8.0.1", | ||
"tsx": "^4.7.0", | ||
"tsup": "^8.0.2", | ||
"tsx": "^4.7.1", | ||
"type-flag": "^3.0.0", | ||
"typescript": "^5.3.3" | ||
}, | ||
|
Oops, something went wrong.