Update color for css properties name
This commit is contained in:
parent
5e74b45cc9
commit
68258433cd
3 changed files with 6 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue