fix: type scopes highlight

This commit is contained in:
Mattia Astorino 2020-01-08 21:49:26 +01:00
parent a05340a4af
commit ae7cfd2735
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
2 changed files with 2 additions and 2 deletions

View file

@ -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]",

View file

@ -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