|
10 | 10 | { |
11 | 11 | "scope": "support.function", |
12 | 12 | "settings": { |
13 | | - "foreground": "#dcdcaa", |
| 13 | + "foreground": "#5fb485", |
14 | 14 | "fontStyle": "bold" |
15 | 15 | } |
16 | 16 | }, |
17 | 17 |
|
18 | 18 | { |
19 | 19 | "scope": "entity.name.function.lua", |
20 | 20 | "settings": { |
21 | | - "foreground": "#dcdcaa", |
| 21 | + "foreground": "#5fb485", |
22 | 22 | "fontStyle": "bold" |
23 | 23 | } |
24 | 24 | }, |
|
50 | 50 | { |
51 | 51 | "scope": "keyword.mta", |
52 | 52 | "settings": { |
53 | | - "foreground": "#6edbdb", |
| 53 | + "foreground": "#10b7b7", |
54 | 54 | "fontStyle": "bold" |
55 | 55 | } |
56 | 56 | }, |
57 | 57 |
|
58 | 58 | { |
59 | 59 | "scope": "meta.function.lua", |
60 | 60 | "settings": { |
61 | | - "foreground": "#dcdcaa" |
| 61 | + "foreground": "#5fb485" |
62 | 62 | } |
63 | 63 | }, |
64 | 64 | { |
|
76 | 76 | { |
77 | 77 | "scope": "meta.parameter.lua", |
78 | 78 | "settings": { |
79 | | - "foreground": "#9cdcfe" |
| 79 | + "foreground": "#68cbe1" |
80 | 80 | } |
81 | 81 | }, |
82 | 82 | { |
83 | 83 | "scope": "variable.parameter.function.lua", |
84 | 84 | "settings": { |
85 | | - "foreground": "#9cdcfe", |
| 85 | + "foreground": "#68cbe1", |
86 | 86 | "fontStyle": "italic" |
87 | 87 | } |
88 | 88 | }, |
89 | 89 | { |
90 | 90 | "scope": "punctuation.separator.arguments.lua", |
91 | 91 | "settings": { |
92 | | - "foreground": "#d4d4d4" |
| 92 | + "foreground": "#fac761" |
93 | 93 | } |
94 | 94 | }, |
95 | 95 | { |
|
107 | 107 | "constant.numeric.integer.lua" |
108 | 108 | ], |
109 | 109 | "settings": { |
110 | | - "foreground": "#b5cea8", |
| 110 | + "foreground": "#f9ae58", |
111 | 111 | "fontStyle": "" |
112 | 112 | } |
113 | 113 | }, |
|
120 | 120 | { |
121 | 121 | "scope": "comment.line.shebang.lua", |
122 | 122 | "settings": { |
123 | | - "foreground": "#6a9955", |
| 123 | + "foreground": "#9a9b9a", |
124 | 124 | "fontStyle": "italic" |
125 | 125 | } |
126 | 126 | }, |
127 | 127 | { |
128 | 128 | "scope": "comment.lua", |
129 | 129 | "settings": { |
130 | | - "foreground": "#6a9955", |
| 130 | + "foreground": "#9a9b9a", |
131 | 131 | "fontStyle": "italic" |
132 | 132 | } |
133 | 133 | }, |
|
141 | 141 | { |
142 | 142 | "scope": "string.tag.lua", |
143 | 143 | "settings": { |
144 | | - "foreground": "#c586c0" |
| 144 | + "foreground": "#ba84cb" |
145 | 145 | } |
146 | 146 | }, |
147 | 147 | { |
148 | 148 | "scope": "storage.type.attribute.lua", |
149 | 149 | "settings": { |
150 | | - "foreground": "#4ec9b0" |
| 150 | + "foreground": "#2c10e0" |
151 | 151 | } |
152 | 152 | }, |
153 | 153 | { |
154 | 154 | "scope": "storage.type.generic.lua", |
155 | 155 | "settings": { |
156 | | - "foreground": "#9cdcfe" |
| 156 | + "foreground": "#e010d2" |
157 | 157 | } |
158 | 158 | }, |
159 | 159 | { |
160 | 160 | "scope": "keyword.control.lua", |
161 | 161 | "settings": { |
162 | | - "foreground": "#c586c0", |
| 162 | + "foreground": "#ba84cb", |
163 | 163 | "fontStyle": "bold" |
164 | 164 | } |
165 | 165 | }, |
166 | 166 | { |
167 | 167 | "scope": "keyword.local.lua", |
168 | 168 | "settings": { |
169 | | - "foreground": "#c586c0", |
| 169 | + "foreground": "#ba84cb", |
170 | 170 | "fontStyle": "bold" |
171 | 171 | } |
172 | 172 | }, |
173 | 173 | { |
174 | 174 | "scope": "constant.language.lua", |
175 | 175 | "settings": { |
176 | | - "foreground": "#d42f66", |
| 176 | + "foreground": "#ec5f66", |
177 | 177 | "fontStyle": "italic" |
178 | 178 | } |
179 | 179 | }, |
180 | 180 | { |
181 | 181 | "scope": "variable.language.self.lua", |
182 | 182 | "settings": { |
183 | | - "foreground": "#9cdcfe", |
| 183 | + "foreground": "#ec5f66", |
184 | 184 | "fontStyle": "italic" |
185 | 185 | } |
186 | 186 | }, |
187 | 187 | { |
188 | 188 | "scope": "entity.name.tag.lua", |
189 | 189 | "settings": { |
190 | | - "foreground": "#c586c0", |
| 190 | + "foreground": "#ba84cb", |
191 | 191 | "fontStyle": "bold" |
192 | 192 | } |
193 | 193 | }, |
|
197 | 197 | "foreground": "#d7ba7d" |
198 | 198 | } |
199 | 199 | }, |
200 | | - { |
201 | | - "scope": "keyword.operator.lua", |
202 | | - "settings": { |
203 | | - "foreground": "#c586c0", |
204 | | - "fontStyle": "bold" |
205 | | - } |
206 | | - }, |
207 | 200 | { |
208 | 201 | "scope": "entity.name.class.lua", |
209 | 202 | "settings": { |
|
214 | 207 | { |
215 | 208 | "scope": "entity.other.attribute.lua", |
216 | 209 | "settings": { |
217 | | - "foreground": "#9cdcfe" |
| 210 | + "foreground": "#68cbe1" |
218 | 211 | } |
219 | 212 | }, |
220 | 213 | { |
|
223 | 216 | "foreground": "#d4d4d4" |
224 | 217 | } |
225 | 218 | }, |
| 219 | + |
226 | 220 | { |
227 | 221 | "scope": "keyword.operator.lua", |
228 | 222 | "settings": { |
229 | | - "foreground": "#c586c0" |
| 223 | + "foreground": "#f97b58" |
230 | 224 | } |
231 | 225 | }, |
| 226 | + |
232 | 227 | { |
233 | 228 | "scope": "punctuation.whitespace.comment.leading.lua", |
234 | 229 | "settings": { |
235 | | - "foreground": "#6a9955" |
| 230 | + "foreground": "#9a9b9a" |
236 | 231 | } |
237 | 232 | }, |
238 | 233 | { |
239 | 234 | "scope": "punctuation.whitespace.comment.trailing.lua", |
240 | 235 | "settings": { |
241 | | - "foreground": "#6a9955" |
| 236 | + "foreground": "#9a9b9a" |
242 | 237 | } |
243 | 238 | }, |
244 | 239 | { |
245 | 240 | "scope": "punctuation.definition.comment.begin.lua", |
246 | 241 | "settings": { |
247 | | - "foreground": "#57a64a", |
| 242 | + "foreground": "#9a9b9a", |
248 | 243 | "fontStyle": "bold" |
249 | 244 | } |
250 | 245 | }, |
251 | 246 | { |
252 | 247 | "scope": "punctuation.definition.comment.end.lua", |
253 | 248 | "settings": { |
254 | | - "foreground": "#57a64a", |
| 249 | + "foreground": "#9a9b9a", |
255 | 250 | "fontStyle": "bold" |
256 | 251 | } |
257 | 252 | }, |
258 | 253 | { |
259 | 254 | "scope": "comment.block.lua", |
260 | 255 | "settings": { |
261 | | - "foreground": "#6a9955", |
| 256 | + "foreground": "#9a9b9a", |
262 | 257 | "fontStyle": "italic" |
263 | 258 | } |
264 | 259 | }, |
265 | 260 | { |
266 | 261 | "scope": "comment.line.double-dash.lua", |
267 | 262 | "settings": { |
268 | | - "foreground": "#6a9955" |
| 263 | + "foreground": "#9a9b9a" |
269 | 264 | } |
270 | 265 | }, |
271 | 266 | { |
|
291 | 286 | { |
292 | 287 | "scope": "support.type.lua", |
293 | 288 | "settings": { |
294 | | - "foreground": "#9cdcfe" |
| 289 | + "foreground": "#68cbe1" |
295 | 290 | } |
296 | 291 | }, |
297 | 292 | { |
298 | 293 | "scope": "entity.name.variable.lua", |
299 | 294 | "settings": { |
300 | | - "foreground": "#9cdcfe" |
| 295 | + "foreground": "#68cbe1" |
301 | 296 | } |
302 | 297 | }, |
303 | 298 | { |
|
353 | 348 | { |
354 | 349 | "scope": "string.quoted.single.lua", |
355 | 350 | "settings": { |
356 | | - "foreground": "#98c379" |
| 351 | + "foreground": "#99c794" |
357 | 352 | } |
358 | 353 | }, |
359 | 354 | { |
360 | 355 | "scope": "string.quoted.double.lua", |
361 | 356 | "settings": { |
362 | | - "foreground": "#98c379" |
| 357 | + "foreground": "#99c794" |
363 | 358 | } |
364 | 359 | }, |
365 | 360 | { |
366 | 361 | "scope": "string.quoted.other.multiline.lua", |
367 | 362 | "settings": { |
368 | | - "foreground": "#98c379" |
| 363 | + "foreground": "#99c794" |
369 | 364 | } |
370 | 365 | }, |
371 | 366 | { |
372 | 367 | "scope": "punctuation.definition.string.begin.lua", |
373 | 368 | "settings": { |
374 | | - "foreground": "#d19a66" |
| 369 | + "foreground": "#5fb4b4" |
375 | 370 | } |
376 | 371 | }, |
377 | 372 | { |
378 | 373 | "scope": "punctuation.definition.string.end.lua", |
379 | 374 | "settings": { |
380 | | - "foreground": "#d19a66" |
| 375 | + "foreground": "#5fb4b4" |
381 | 376 | } |
382 | 377 | }, |
383 | 378 | { |
|
0 commit comments