Improve PERL language, Symbols highlight and change types color

This commit is contained in:
Mattia Astorino 2020-01-10 14:47:05 +01:00
parent 5b330611cd
commit 7c057e59fc
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
3 changed files with 6 additions and 6 deletions

View file

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

View file

@ -36,7 +36,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
storage: theme.scheme.base.purple,
string: theme.scheme.base.green,
stringEscape: theme.scheme.foreground,
type: theme.scheme.base.paleblue,
type: theme.scheme.base.yellow,
punctuation: theme.scheme.base.cyan,
otherKeyword: theme.scheme.base.orange,
variable: theme.scheme.foreground,

View file

@ -18,10 +18,10 @@
esutils "^2.0.2"
js-tokens "^4.0.0"
"@moxer/vscode-theme-generator@1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.13.1.tgz#dc387e9f6f0f2b14407f9ddf7cf39952864954d8"
integrity sha512-c77E241sSIEYiKgG2VckD61pFo1sBzR9SR/YVdWuQ2XBOGlIBTeNTqcQG6DJjUquMARdPD7yUyZMFcjiI1ExSw==
"@moxer/vscode-theme-generator@1.14.1":
version "1.14.1"
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.14.1.tgz#57c0da38d245a4b4ad3af3eb1cdd14550f2fea2e"
integrity sha512-Q263E/nVXgbRqJKmklAgSiRLQLfwOsfyQtjOpNexPDeYCo02CCDa/q/JLQIf33zfJLLe0m15L7jHAjUcAn5VKA==
dependencies:
ansi-styles "^3.2.1"
argparse "^1.0.10"