diff --git a/package.json b/package.json index 1942b6b..cfd611f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "31.9.0", + "version": "31.10.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", diff --git a/scripts/generator/color-set.ts b/scripts/generator/color-set.ts index 5b6c8f7..34386a0 100644 --- a/scripts/generator/color-set.ts +++ b/scripts/generator/color-set.ts @@ -37,7 +37,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => { keyword: theme.scheme.base.red, string: theme.scheme.base.green, stringEscape: theme.scheme.foreground, - type: theme.scheme.base.yellow, + type: theme.scheme.base.purple, punctuation: theme.scheme.base.cyan, variable: theme.scheme.foreground, otherKeyword: theme.scheme.base.orange