|
112 | 112 | {
|
113 | 113 | "name": "Invalid Deprecated",
|
114 | 114 | "scope": "invalid.deprecated",
|
115 |
| - "foreground": "#FFFFFF", |
| 115 | + "foreground": "#808080", |
116 | 116 | "background": "#920808",
|
117 | 117 | "font_style": "bold italic"
|
118 | 118 | },
|
|
211 | 211 | "foreground": "#0AEDFF",
|
212 | 212 | "font_style": "italic"
|
213 | 213 | },
|
214 |
| - { |
215 |
| - "name": "Label Variable", |
216 |
| - "scope": "variable.label, variable.label punctuation.definition.variable", |
217 |
| - "background": "#FF45003F", |
218 |
| - "foreground": "#0801FE" |
219 |
| - }, |
220 | 214 | {
|
221 | 215 | "name": "Entity-Other",
|
222 | 216 | "scope": "entity.other",
|
|
1138 | 1132 | },
|
1139 | 1133 | {
|
1140 | 1134 | "name": "Java generic",
|
1141 |
| - "scope": "storage.type.generic", |
| 1135 | + "scope": "meta.generic storage.type", |
1142 | 1136 | "foreground": "#EAFF00",
|
1143 | 1137 | "background": "#343446"
|
1144 | 1138 | },
|
|
1155 | 1149 | "background": "#57017C",
|
1156 | 1150 | "font_style": "italic"
|
1157 | 1151 | },
|
| 1152 | + { |
| 1153 | + "name": "Java primitive type", |
| 1154 | + "scope": "storage.type.primitive", |
| 1155 | + "foreground": "#23BCBB", |
| 1156 | + // "background": "#FFFF0080", |
| 1157 | + // "font_style": "italic" |
| 1158 | + }, |
1158 | 1159 | {
|
1159 | 1160 | "name": "Java exception keywords",
|
1160 | 1161 | "scope": "keyword.control.catch-exception",
|
|
1260 | 1261 | {
|
1261 | 1262 | "name": "String interpolation delimiters",
|
1262 | 1263 | "scope": "punctuation.section.interpolation",
|
1263 |
| - "foreground": "#0D0DFF" |
| 1264 | + "foreground": "#4040FF", |
| 1265 | + }, |
| 1266 | + { |
| 1267 | + "name": "String interpolation", |
| 1268 | + "scope": "meta.interpolation", |
| 1269 | + "background": "#FFBF0028", |
1264 | 1270 | },
|
1265 | 1271 | {
|
1266 | 1272 | "name": "Vue - $",
|
|
1509 | 1515 | },
|
1510 | 1516 | {
|
1511 | 1517 | "name": "LaTeX label name",
|
1512 |
| - "scope": "entity.name.label", |
1513 |
| - "fo
C001
reground": "#FF4500", |
1514 |
| - "background": "#0701E29F" |
| 1518 | + "scope": "entity.name.label, variable.label, variable.label punctuation.definition.variable", |
| 1519 | + // "foreground": "#FF4500", |
| 1520 | + // "background": "#0701E29F", |
| 1521 | + "background": "#FF4500", |
| 1522 | + "foreground": "#0801FE", |
| 1523 | + "font_style": "bold" |
1515 | 1524 | },
|
1516 | 1525 | {
|
1517 | 1526 | "name": "LaTeX ampersand",
|
|
1867 | 1876 | },
|
1868 | 1877 | {
|
1869 | 1878 | "name": "sublime-syntax meta.variable background",
|
1870 |
| - "scope": "meta.variable", |
| 1879 | + "scope": "meta.variable.sublime-syntax", |
1871 | 1880 | "background": "#2D7A3388"
|
1872 | 1881 | },
|
1873 | 1882 | // ________ ____ ____________
|
|
0 commit comments