|
109 | 109 | <key>settings</key> |
110 | 110 | <dict> |
111 | 111 | <key>foreground</key> |
112 | | - <string>#0086b3</string> |
| 112 | + <string>#0086B3</string> |
113 | 113 | </dict> |
114 | 114 | </dict> |
115 | 115 | <dict> |
|
142 | 142 | <key>settings</key> |
143 | 143 | <dict> |
144 | 144 | <key>foreground</key> |
145 | | - <string>#ED6A43</string> |
| 145 | + <string>#0086B3</string> |
146 | 146 | </dict> |
147 | 147 | </dict> |
148 | 148 | <dict> |
|
636 | 636 | <string>#0086b3</string> |
637 | 637 | </dict> |
638 | 638 | </dict> |
639 | | - <dict> |
640 | | - <key>name</key> |
641 | | - <string>Support Function</string> |
642 | | - <key>scope</key> |
643 | | - <string>source.js support.function</string> |
644 | | - <key>settings</key> |
645 | | - <dict> |
646 | | - <key>foreground</key> |
647 | | - <string>#0086b3</string> |
648 | | - </dict> |
649 | | - </dict> |
650 | 639 | <dict> |
651 | 640 | <key>name</key> |
652 | 641 | <string>Function Prototype</string> |
|
1225 | 1214 | <key>settings</key> |
1226 | 1215 | <dict> |
1227 | 1216 | <key>foreground</key> |
1228 | | - <string>#ED6A43</string> |
| 1217 | + <string>#4183C4</string> |
1229 | 1218 | </dict> |
1230 | 1219 | </dict> |
1231 | 1220 | <dict> |
|
1258 | 1247 | <key>settings</key> |
1259 | 1248 | <dict> |
1260 | 1249 | <key>foreground</key> |
1261 | | - <string>#795da3</string> |
| 1250 | + <string>#795DA3</string> |
1262 | 1251 | </dict> |
1263 | 1252 | </dict> |
1264 | 1253 | <dict> |
|
1393 | 1382 | <string>italic bold</string> |
1394 | 1383 | </dict> |
1395 | 1384 | </dict> |
| 1385 | + <dict> |
| 1386 | + <key>name</key> |
| 1387 | + <string>Bracets Round</string> |
| 1388 | + <key>scope</key> |
| 1389 | + <string>meta.brace.round</string> |
| 1390 | + <key>settings</key> |
| 1391 | + <dict> |
| 1392 | + <key>foreground</key> |
| 1393 | + <string>#323232</string> |
| 1394 | + </dict> |
| 1395 | + </dict> |
| 1396 | + <dict> |
| 1397 | + <key>name</key> |
| 1398 | + <string>Brackets Curly</string> |
| 1399 | + <key>scope</key> |
| 1400 | + <string>meta.brace.curly</string> |
| 1401 | + <key>settings</key> |
| 1402 | + <dict> |
| 1403 | + <key>foreground</key> |
| 1404 | + <string>#323232</string> |
| 1405 | + </dict> |
| 1406 | + </dict> |
| 1407 | + <dict> |
| 1408 | + <key>name</key> |
| 1409 | + <string>Statement Terminator</string> |
| 1410 | + <key>scope</key> |
| 1411 | + <string>punctuation.terminator.statement</string> |
| 1412 | + <key>settings</key> |
| 1413 | + <dict> |
| 1414 | + <key>foreground</key> |
| 1415 | + <string>#323232</string> |
| 1416 | + </dict> |
| 1417 | + </dict> |
| 1418 | + <dict> |
| 1419 | + <key>name</key> |
| 1420 | + <string>Parameter Begin</string> |
| 1421 | + <key>scope</key> |
| 1422 | + <string>punctuation.definition.parameters.begin</string> |
| 1423 | + <key>settings</key> |
| 1424 | + <dict> |
| 1425 | + <key>foreground</key> |
| 1426 | + <string>#323232</string> |
| 1427 | + </dict> |
| 1428 | + </dict> |
| 1429 | + <dict> |
| 1430 | + <key>name</key> |
| 1431 | + <string>Parameter End</string> |
| 1432 | + <key>scope</key> |
| 1433 | + <string>punctuation.definition.parameters.begin</string> |
| 1434 | + <key>settings</key> |
| 1435 | + <dict> |
| 1436 | + <key>foreground</key> |
| 1437 | + <string>#323232</string> |
| 1438 | + </dict> |
| 1439 | + </dict> |
| 1440 | + <dict> |
| 1441 | + <key>name</key> |
| 1442 | + <string>Method Delimiter</string> |
| 1443 | + <key>scope</key> |
| 1444 | + <string>meta.delimiter.method.period.</string> |
| 1445 | + <key>settings</key> |
| 1446 | + <dict> |
| 1447 | + <key>foreground</key> |
| 1448 | + <string>#323232</string> |
| 1449 | + </dict> |
| 1450 | + </dict> |
| 1451 | + <dict> |
| 1452 | + <key>name</key> |
| 1453 | + <string>Support function</string> |
| 1454 | + <key>scope</key> |
| 1455 | + <string>support.function</string> |
| 1456 | + <key>settings</key> |
| 1457 | + <dict> |
| 1458 | + <key>foreground</key> |
| 1459 | + <string>#795DA3</string> |
| 1460 | + </dict> |
| 1461 | + </dict> |
| 1462 | + <dict> |
| 1463 | + <key>name</key> |
| 1464 | + <string>Function Call</string> |
| 1465 | + <key>scope</key> |
| 1466 | + <string>meta.function-call meta.function</string> |
| 1467 | + <key>settings</key> |
| 1468 | + <dict> |
| 1469 | + <key>foreground</key> |
| 1470 | + <string>#0086B3</string> |
| 1471 | + </dict> |
| 1472 | + </dict> |
| 1473 | + <dict> |
| 1474 | + <key>name</key> |
| 1475 | + <string>New Instance</string> |
| 1476 | + <key>scope</key> |
| 1477 | + <string>entity.name.class entity.name.type</string> |
| 1478 | + <key>settings</key> |
| 1479 | + <dict> |
| 1480 | + <key>foreground</key> |
| 1481 | + <string>#795DA3</string> |
| 1482 | + </dict> |
| 1483 | + </dict> |
1396 | 1484 | </array> |
1397 | 1485 | <key>colorSpaceName</key> |
1398 | 1486 | <string>sRGB</string> |
|
0 commit comments