Update support to new tokens

This commit is contained in:
Mattia Astorino 2019-08-12 16:32:36 +02:00
parent 971e7ce0dd
commit 52c25619e3
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
4 changed files with 1227 additions and 222 deletions

View file

@ -104,7 +104,7 @@
} }
}, },
"changelog": { "changelog": {
"lastversion": "29.1.0" "lastversion": "29.2.0"
}, },
"themeVariants": { "themeVariants": {
"Darker": "./themes/Material-Theme-Darker.json", "Darker": "./themes/Material-Theme-Darker.json",

View file

@ -20,7 +20,7 @@
"url": "https://github.com/equinusocio/vsc-material-theme/issues" "url": "https://github.com/equinusocio/vsc-material-theme/issues"
}, },
"engines": { "engines": {
"vscode": "^1.31.0" "vscode": ">=1.36.0"
}, },
"scripts": { "scripts": {
"build": "yarn cleanup && yarn build-ts && yarn build-themes && yarn build-ui", "build": "yarn cleanup && yarn build-ts && yarn build-themes && yarn build-ui",

View file

@ -685,7 +685,8 @@
"button.background": "{{variant.scheme.selection}}", "button.background": "{{variant.scheme.selection}}",
"debugToolBar.background": "{{variant.scheme.background}}", "debugToolBar.background": "{{variant.scheme.background}}",
"pickerGroup.foreground": "{{commons.accents.Teal}}", "pickerGroup.foreground": "{{commons.accents.Teal}}",
"inputOption.activeBackground": "{{commons.accents.Teal}}", "inputOption.activeBackground": "{{variant.scheme.foreground}}30",
"inputOption.activeBorder": "{{variant.scheme.foreground}}30",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}", "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",

1442
yarn.lock

File diff suppressed because it is too large Load diff