mirror of
http://CODE.RHODECODE.COM/u/O/O/O
synced 2024-11-10 10:03:28 -05:00
⠀
This commit is contained in:
parent
fcf8bfea33
commit
6c07073e31
@ -987,7 +987,7 @@
|
||||
"name": "illegal",
|
||||
"scope": "invalid.illegal",
|
||||
"settings": {
|
||||
"foreground": "#FFFFFF"
|
||||
"foreground": "#A6A6A6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1001,21 +1001,21 @@
|
||||
"name": "Broken",
|
||||
"scope": "invalid.broken",
|
||||
"settings": {
|
||||
"foreground": "#FFFFFF"
|
||||
"foreground": "#A6A6A6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Deprecated",
|
||||
"scope": "invalid.deprecated",
|
||||
"settings": {
|
||||
"foreground": "#FFFFFF"
|
||||
"foreground": "#A6A6A6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Unimplemented",
|
||||
"scope": "invalid.unimplemented",
|
||||
"settings": {
|
||||
"foreground": "#FFFFFF"
|
||||
"foreground": "#A6A6A6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1113,7 +1113,7 @@
|
||||
"name": "php illegal.non-null-typehinted",
|
||||
"scope": "invalid.illegal.non-null-typehinted.php",
|
||||
"settings": {
|
||||
"foreground": "#f44747"
|
||||
"foreground": "#A6A6A6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1299,7 +1299,7 @@
|
||||
{
|
||||
"scope": "token.error-token",
|
||||
"settings": {
|
||||
"foreground": "#f44747"
|
||||
"foreground": "#A6A6A6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1889,7 +1889,7 @@
|
||||
"statusBarItem.remoteBackground": "#F4F4F4",
|
||||
"statusBarItem.remoteForeground": "#909090",
|
||||
"titleBar.activeBackground": "#FFFFFF",
|
||||
"titleBar.activeForeground": "#909090",
|
||||
"titleBar.activeForeground": "#BCBCBC",
|
||||
"titleBar.inactiveBackground": "#FFFFFF",
|
||||
"titleBar.inactiveForeground": "#A7A7A7",
|
||||
"titleBar.border": "#E8E8E8",
|
Loading…
Reference in New Issue
Block a user