This commit is contained in:
parent
fcf8bfea33
commit
6c07073e31
|
@ -987,7 +987,7 @@
|
||||||
"name": "illegal",
|
"name": "illegal",
|
||||||
"scope": "invalid.illegal",
|
"scope": "invalid.illegal",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#FFFFFF"
|
"foreground": "#A6A6A6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1001,21 +1001,21 @@
|
||||||
"name": "Broken",
|
"name": "Broken",
|
||||||
"scope": "invalid.broken",
|
"scope": "invalid.broken",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#FFFFFF"
|
"foreground": "#A6A6A6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Deprecated",
|
"name": "Deprecated",
|
||||||
"scope": "invalid.deprecated",
|
"scope": "invalid.deprecated",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#FFFFFF"
|
"foreground": "#A6A6A6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Unimplemented",
|
"name": "Unimplemented",
|
||||||
"scope": "invalid.unimplemented",
|
"scope": "invalid.unimplemented",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#FFFFFF"
|
"foreground": "#A6A6A6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1113,7 +1113,7 @@
|
||||||
"name": "php illegal.non-null-typehinted",
|
"name": "php illegal.non-null-typehinted",
|
||||||
"scope": "invalid.illegal.non-null-typehinted.php",
|
"scope": "invalid.illegal.non-null-typehinted.php",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#f44747"
|
"foreground": "#A6A6A6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1299,7 +1299,7 @@
|
||||||
{
|
{
|
||||||
"scope": "token.error-token",
|
"scope": "token.error-token",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#f44747"
|
"foreground": "#A6A6A6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1889,7 +1889,7 @@
|
||||||
"statusBarItem.remoteBackground": "#F4F4F4",
|
"statusBarItem.remoteBackground": "#F4F4F4",
|
||||||
"statusBarItem.remoteForeground": "#909090",
|
"statusBarItem.remoteForeground": "#909090",
|
||||||
"titleBar.activeBackground": "#FFFFFF",
|
"titleBar.activeBackground": "#FFFFFF",
|
||||||
"titleBar.activeForeground": "#909090",
|
"titleBar.activeForeground": "#BCBCBC",
|
||||||
"titleBar.inactiveBackground": "#FFFFFF",
|
"titleBar.inactiveBackground": "#FFFFFF",
|
||||||
"titleBar.inactiveForeground": "#A7A7A7",
|
"titleBar.inactiveForeground": "#A7A7A7",
|
||||||
"titleBar.border": "#E8E8E8",
|
"titleBar.border": "#E8E8E8",
|
Loading…
Reference in New Issue