|
1382 | 1382 | {
|
1383 | 1383 | "name": "LaTeX ampersand",
|
1384 | 1384 | "scope": "constant.character.ampersand",
|
1385 |
| - "background": "#660033", |
1386 | 1385 | "foreground": "#0099FF",
|
| 1386 | + "background": "#660033", |
1387 | 1387 | "font_style": "bold"
|
1388 | 1388 | },
|
1389 | 1389 | {
|
|
1392 | 1392 | "font_style": "bold glow"
|
1393 | 1393 | },
|
1394 | 1394 | // ____
|
| 1395 | +// `MM' 68b |
| 1396 | +// MM Y89 |
| 1397 | +// MM ___ ____ __ ____ |
| 1398 | +// MM `MM 6MMMMb\ `M6MMMMb |
| 1399 | +// MM MM MM' ` MM' `Mb |
| 1400 | +// MM MM YM. MM MM |
| 1401 | +// MM MM YMMMMb MM MM |
| 1402 | +// MM MM `Mb MM MM |
| 1403 | +// MM / MM L ,MM MM. ,M9 |
| 1404 | +// _MMMMMMM _MM_MYMMMM9 MMYMMM9 |
| 1405 | +// MM |
| 1406 | +// MM |
| 1407 | +// _MM_ |
| 1408 | + { |
| 1409 | + "name": "Lisp constant", |
| 1410 | + "scope": "constant.character.lisp", |
| 1411 | + "foreground": "#FF07A0" |
| 1412 | + }, |
| 1413 | + { |
| 1414 | + "name": "Lisp global variable", |
| 1415 | + "scope": "variable.other.global.lisp", |
| 1416 | + "foreground": "#07FF43" |
| 1417 | + }, |
| 1418 | +// ____ |
1395 | 1419 | // `MM'
|
1396 | 1420 | // MM /
|
1397 | 1421 | // MM _____ __ ____ ___ /M
|
|
1620 | 1644 | {
|
1621 | 1645 | "name": "sublime-color-scheme name",
|
1622 | 1646 | "scope": "meta.rule.sublime-color-scheme meta.mapping.value.json string.quoted.double.json -punctuation",
|
1623 |
| - // "background": "#E0FF002F", |
1624 | 1647 | "foreground": "#3368FF",
|
1625 | 1648 | "font_style": ""
|
1626 | 1649 | },
|
|
1804 | 1827 | {
|
1805 | 1828 | "name": "Lambda definition",
|
1806 | 1829 | "scope": "meta.function.inline",
|
1807 |
| - "background": "#0000669f", |
| 1830 | + "background": "#0000669F", |
1808 | 1831 | "font_style": ""
|
1809 | 1832 | },
|
1810 | 1833 | {
|
|
2068 | 2091 | "name": "RAML description",
|
2069 | 2092 | "scope": "source.raml markup.raw.description.raml",
|
2070 | 2093 | "foreground": "#C2E978",
|
2071 |
| - "background": "#1c1c1c" |
| 2094 | + "background": "#1C1C1C" |
2072 | 2095 | },
|
2073 | 2096 | {
|
2074 | 2097 | "name": "RAML schema description",
|
2075 | 2098 | "scope": "source.raml string.quoted.single.yaml",
|
2076 | 2099 | "foreground": "#90F060",
|
2077 |
| - "background": "#1c1c1c" |
| 2100 | + "background": "#1C1C1C" |
2078 | 2101 | },
|
2079 | 2102 | {
|
2080 | 2103 | "name": "RAML HTML method",
|
|
2669 | 2692 | "name": "Builtin type",
|
2670 | 2693 | "scope": "support.type.builtin",
|
2671 | 2694 | "foreground": "#FFFF00",
|
2672 |
| - "background": "#07019ac3", |
| 2695 | + "background": "#07019AC3", |
2673 | 2696 | "font_style": "italic"
|
2674 | 2697 | },
|
2675 | 2698 | {
|
|
2689 | 2712 | "name": "Type",
|
2690 | 2713 | "scope": "entity.name.type.module",
|
2691 | 2714 | "foreground": "#BD0F66",
|
2692 |
| - "background": "#07019ac3", |
| 2715 | + "background": "#07019AC3", |
2693 | 2716 | "font_style": "bold italic"
|
2694 | 2717 | },
|
2695 | 2718 | // ____ ___ _ ____ ____ ,M'________
|
|
0 commit comments