You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* specify `scope: application` for all settings ([#507](https://github.com/catppuccin/vscode/issues/507)) ([c62e35f](https://github.com/catppuccin/vscode/commit/c62e35fdac952983c60a2d76cb3bad93955fe9f7))
14
+
***tokens/python:** mauve builtin types, peach language constants ([#477](https://github.com/catppuccin/vscode/issues/477)) ([b8e5951](https://github.com/catppuccin/vscode/commit/b8e5951a8ad03268854ef29780ce93fe9ea14294))
***ui:** use `mantle` for codeblock backgrounds ([#495](https://github.com/catppuccin/vscode/issues/495)) ([ea796fd](https://github.com/catppuccin/vscode/commit/ea796fdd9ed77c62c894b2216b948c905248a553))
18
+
* update JSON schema for `customUIColors` ([#485](https://github.com/catppuccin/vscode/issues/485)) ([9bcff9e](https://github.com/catppuccin/vscode/commit/9bcff9eba7ab54a842e60ab7b68f3ee6f5bae34c))
Copy file name to clipboardExpand all lines: packages/catppuccin-vsc/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"displayName": "Catppuccin for VSCode",
6
6
"publisher": "Catppuccin",
7
7
"description": "🦌 Soothing pastel theme for VSCode",
8
-
"version": "3.16.1",
8
+
"version": "3.17.0",
9
9
"type": "module",
10
10
"engines": {
11
11
"vscode": "^1.80.0",
@@ -78,14 +78,14 @@
78
78
"type": "object",
79
79
"default": {},
80
80
"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.",
"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.",
0 commit comments