|
16 | 16 | "sideBar.background": "#282828",
|
17 | 17 | "sideBar.border": "#404040",
|
18 | 18 | "sideBarSectionHeader.border": "#404040",
|
19 |
| - "statusBar.background": "#1055d6", |
| 19 | + "statusBar.background": "#333333", |
20 | 20 | "statusBar.border": "#404040",
|
21 | 21 | "tab.activeBackground": "#4b4b4b",
|
22 | 22 | "tab.activeBorder": "#d1ccf1",
|
|
136 | 136 | },
|
137 | 137 | {
|
138 | 138 | "name": "Comments",
|
139 |
| - "scope": ["punctuation.definition.comment", "comment"], |
| 139 | + "scope": [ |
| 140 | + "punctuation.definition.comment", |
| 141 | + "comment" |
| 142 | + ], |
140 | 143 | "settings": {
|
141 | 144 | "foreground": "#bea17f",
|
142 | 145 | "fontStyle": "italic"
|
|
226 | 229 | },
|
227 | 230 | {
|
228 | 231 | "name": "Regexp",
|
229 |
| - "scope": ["string.regexp", "punctuation.section.regexp"], |
| 232 | + "scope": [ |
| 233 | + "string.regexp", |
| 234 | + "punctuation.section.regexp" |
| 235 | + ], |
230 | 236 | "settings": {
|
231 | 237 | "foreground": "#a6cc5f",
|
232 | 238 | "fontStyle": ""
|
|
287 | 293 | "entity.name.tag.html",
|
288 | 294 | "punctuation.separator.key-value.css",
|
289 | 295 | "punctuation.terminator.rule.css",
|
290 |
| - "entity.name.tag.yaml" |
| 296 | + "entity.name.tag.yaml", |
| 297 | + "constant.other.symbol.hashkey.parameter.function.rbs" |
291 | 298 | ],
|
292 | 299 | "settings": {
|
293 | 300 | "foreground": "#7dcfcf",
|
|
310 | 317 | },
|
311 | 318 | {
|
312 | 319 | "name": "Language constants and special variables",
|
313 |
| - "scope": ["constant.language", "variable.language.this"], |
| 320 | + "scope": [ |
| 321 | + "constant.language", |
| 322 | + "variable.language.this" |
| 323 | + ], |
314 | 324 | "settings": {
|
315 | 325 | "foreground": "#ed2a88",
|
316 | 326 | "fontStyle": "bold"
|
|
342 | 352 | "storage.type.function.js",
|
343 | 353 | "storage.type.js",
|
344 | 354 | "storage.type.function.arrow.js",
|
345 |
| - "constant.language.null.js" |
| 355 | + "constant.language.null.js", |
| 356 | + "support.type.builtin.rbs" |
346 | 357 | ],
|
347 | 358 | "settings": {
|
348 | 359 | "foreground": "#dd5555",
|
|
362 | 373 | },
|
363 | 374 | {
|
364 | 375 | "name": "Method and function calls",
|
365 |
| - "scope": ["meta.function-call"], |
| 376 | + "scope": [ |
| 377 | + "meta.function-call" |
| 378 | + ], |
366 | 379 | "settings": {
|
367 | 380 | "foreground": "#d1ccf1"
|
368 | 381 | }
|
|
390 | 403 | },
|
391 | 404 | {
|
392 | 405 | "name": "diff: deleted",
|
393 |
| - "scope": ["markup.deleted", "punctuation.definition.deleted.diff"], |
| 406 | + "scope": [ |
| 407 | + "markup.deleted", |
| 408 | + "punctuation.definition.deleted.diff" |
| 409 | + ], |
394 | 410 | "settings": {
|
395 | 411 | "fontStyle": "",
|
396 | 412 | "foreground": "#DD5555"
|
|
406 | 422 | },
|
407 | 423 | {
|
408 | 424 | "name": "diff: inserted",
|
409 |
| - "scope": ["markup.inserted", "punctuation.definition.inserted.diff"], |
| 425 | + "scope": [ |
| 426 | + "markup.inserted", |
| 427 | + "punctuation.definition.inserted.diff" |
| 428 | + ], |
410 | 429 | "settings": {
|
411 | 430 | "foreground": "#5AC16C"
|
412 | 431 | }
|
|
0 commit comments