Update color for css properties name

This commit is contained in:
Mattia Astorino 2020-01-16 21:24:15 +01:00
parent 5e74b45cc9
commit 68258433cd
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
3 changed files with 6 additions and 5 deletions

View file

@ -167,7 +167,7 @@
}
],
"devDependencies": {
"@moxer/vscode-theme-generator": "1.16.10",
"@moxer/vscode-theme-generator": "1.17.0",
"@types/browserify": "12.0.36",
"@types/rimraf": "2.0.2",
"@typescript-eslint/eslint-plugin": "2.12.0",

View file

@ -28,6 +28,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
comment: theme.scheme.comments,
cssClass: theme.scheme.base.yellow,
cssId: theme.scheme.base.orange,
cssProperties: theme.scheme.base.paleblue,
cssTag: theme.scheme.base.yellow,
function: theme.scheme.base.blue,
functionCall: theme.scheme.base.blue,

View file

@ -18,10 +18,10 @@
esutils "^2.0.2"
js-tokens "^4.0.0"
"@moxer/vscode-theme-generator@1.16.10":
version "1.16.10"
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.16.10.tgz#e6fd02d297a5ecb92a92aa5fe01dd561fda8dcfe"
integrity sha512-5qnA75qV3lAzH4bAG8lmFyMtSJ7cSAXy8dIXpUouW+GQTaVAG71fnPZbBLKY3op6wZa8WAAZEQaz7CW7VDKVRg==
"@moxer/vscode-theme-generator@1.17.0":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.17.0.tgz#b1743803868132f2516572ce69185c9b08f3ab3d"
integrity sha512-4g6PvPLvvVWK788YGM6awRnd64hw2YGrTaXD8vyv9f5KR0+sYp6TNGdatm60W4RP6R98rL16hFfXESATfVVvww==
dependencies:
ansi-styles "^3.2.1"
argparse "^1.0.10"