|
3 | 3 | "tokenColors": [
|
4 | 4 | {
|
5 | 5 | "settings": {
|
6 |
| - "background": "#F5F5F5", |
7 | 6 | "foreground": "#333333"
|
8 | 7 | }
|
9 | 8 | },
|
|
13 | 12 | "source.groovy.embedded"
|
14 | 13 | ],
|
15 | 14 | "settings": {
|
16 |
| - "background": "#F5F5F5", |
17 | 15 | "foreground": "#333333"
|
18 | 16 | }
|
19 | 17 | },
|
|
47 | 45 | "foreground": "#448C27"
|
48 | 46 | }
|
49 | 47 | },
|
50 |
| - { |
51 |
| - "name": "Invalid - Deprecated", |
52 |
| - "scope": "invalid.deprecated", |
53 |
| - "settings": { |
54 |
| - "background": "#96000014" |
55 |
| - } |
56 |
| - }, |
57 | 48 | {
|
58 | 49 | "name": "Invalid - Illegal",
|
59 | 50 | "scope": "invalid.illegal",
|
60 | 51 | "settings": {
|
61 |
| - "background": "#96000014", |
62 | 52 | "foreground": "#660000"
|
63 | 53 | }
|
64 | 54 | },
|
|
195 | 185 | "foreground": "#777777"
|
196 | 186 | }
|
197 | 187 | },
|
198 |
| - { |
199 |
| - "name": "Embedded Source", |
200 |
| - "scope": [ |
201 |
| - "string source", |
202 |
| - "text source" |
203 |
| - ], |
204 |
| - "settings": { |
205 |
| - "background": "#EAEBE6" |
206 |
| - } |
207 |
| - }, |
208 |
| - { |
209 |
| - "name": "-----------------------------------", |
210 |
| - "settings": {} |
211 |
| - }, |
212 | 188 | {
|
213 | 189 | "name": "HTML: Doctype Declaration",
|
214 | 190 | "scope": [
|
|
261 | 237 | "foreground": "#9C5D27"
|
262 | 238 | }
|
263 | 239 | },
|
264 |
| - { |
265 |
| - "name": "-----------------------------------", |
266 |
| - "settings": {} |
267 |
| - }, |
268 | 240 | {
|
269 | 241 | "name": "CSS: Selectors",
|
270 | 242 | "scope": [
|
|
305 | 277 | "fontStyle": "bold"
|
306 | 278 | }
|
307 | 279 | },
|
308 |
| - { |
309 |
| - "name": "-----------------------------------", |
310 |
| - "settings": {} |
311 |
| - }, |
312 | 280 | {
|
313 | 281 | "name": "Markup: Changed",
|
314 | 282 | "scope": "markup.changed",
|
315 | 283 | "settings": {
|
316 |
| - "background": "#FFFFDD", |
317 | 284 | "foreground": "#000000"
|
318 | 285 | }
|
319 | 286 | },
|
320 | 287 | {
|
321 | 288 | "name": "Markup: Deletion",
|
322 | 289 | "scope": "markup.deleted",
|
323 | 290 | "settings": {
|
324 |
| - "background": "#FFDDDD", |
325 | 291 | "foreground": "#000000"
|
326 | 292 | }
|
327 | 293 | },
|
|
336 | 302 | "name": "Markup: Error",
|
337 | 303 | "scope": "markup.error",
|
338 | 304 | "settings": {
|
339 |
| - "background": "#96000014", |
340 | 305 | "foreground": "#660000"
|
341 | 306 | }
|
342 | 307 | },
|
343 | 308 | {
|
344 | 309 | "name": "Markup: Insertion",
|
345 | 310 | "scope": "markup.inserted",
|
346 | 311 | "settings": {
|
347 |
| - "background": "#DDFFDD", |
348 | 312 | "foreground": "#000000"
|
349 | 313 | }
|
350 | 314 | },
|
|
432 | 396 | "foreground": "#9C5D27"
|
433 | 397 | }
|
434 | 398 | },
|
435 |
| - { |
436 |
| - "name": "-----------------------------------", |
437 |
| - "settings": {} |
438 |
| - }, |
439 | 399 | {
|
440 | 400 | "name": "Extra: Diff Range",
|
441 | 401 | "scope": [
|
|
444 | 404 | "meta.separator"
|
445 | 405 | ],
|
446 | 406 | "settings": {
|
447 |
| - "background": "#DDDDFF", |
448 | 407 | "foreground": "#434343"
|
449 | 408 | }
|
450 | 409 | },
|
451 | 410 | {
|
452 | 411 | "name": "Extra: Diff From",
|
453 | 412 | "scope": "meta.diff.header.from-file",
|
454 | 413 | "settings": {
|
455 |
| - "background": "#FFDDDD", |
456 | 414 | "foreground": "#434343"
|
457 | 415 | }
|
458 | 416 | },
|
459 | 417 | {
|
460 | 418 | "name": "Extra: Diff To",
|
461 | 419 | "scope": "meta.diff.header.to-file",
|
462 | 420 | "settings": {
|
463 |
| - "background": "#DDFFDD", |
464 | 421 | "foreground": "#434343"
|
465 | 422 | }
|
466 | 423 | },
|
|
500 | 457 | "editorLineNumber.activeForeground": "#9769dc",
|
501 | 458 | "editor.selectionBackground": "#C9D0D9",
|
502 | 459 | "minimap.selectionHighlight": "#C9D0D9",
|
503 |
| - "tab.modifiedBorder": "#f1897f", |
504 | 460 | "panel.background": "#F5F5F5",
|
505 | 461 | "sideBar.background": "#F2F2F2",
|
506 | 462 | "sideBarSectionHeader.background": "#ede8ef",
|
|
0 commit comments