fix: type scopes highlight
This commit is contained in:
parent
a05340a4af
commit
ae7cfd2735
2 changed files with 2 additions and 2 deletions
|
@ -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]",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue