fix: Fix constants color in php language

Close #138
This commit is contained in:
Mattia Astorino 2018-02-19 21:40:48 +01:00
parent 0a8bb430c5
commit 444cf9a979
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
},
"engines": {
"vscode": "^1.20.0"
"vscode": "^1.19.0"
},
"scripts": {
"build": "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants",
@ -50,7 +50,8 @@
{
"category": "Material theme",
"command": "material.theme.config",
"title": "Settings"
"title": "Settings",
"icon": "./icons/ai.svg"
}
],
"configuration": {