|
3 | 3 | "type": "light", |
4 | 4 | "colors": { |
5 | 5 | "editor.foreground": "#333333", |
6 | | - "editor.background": "#fafafa" |
| 6 | + "editor.background": "#DDD" |
7 | 7 | }, |
8 | 8 |
|
9 | 9 | "tokenColors": [ |
10 | 10 | { |
11 | 11 | "scope": "support.function", |
12 | 12 | "settings": { |
13 | | - "foreground": "#16f756", |
| 13 | + "foreground": "#3f9d87", |
14 | 14 | "fontStyle": "bold" |
15 | 15 | } |
16 | 16 | }, |
17 | 17 | { |
18 | 18 | "scope": "entity.name.function.lua", |
19 | 19 | "settings": { |
20 | | - "foreground": "#16f756", |
| 20 | + "foreground": "#3f9d87", |
21 | 21 | "fontStyle": "bold" |
22 | 22 | } |
23 | 23 | }, |
|
31 | 31 | { |
32 | 32 | "scope": "support.function.mta-server", |
33 | 33 | "settings": { |
34 | | - "foreground": "#db9c42", |
| 34 | + "foreground": "#FFA000", |
35 | 35 | "fontStyle": "bold" |
36 | 36 | } |
37 | 37 | }, |
|
46 | 46 | { |
47 | 47 | "scope": "keyword.mta", |
48 | 48 | "settings": { |
49 | | - "foreground": "#6edb9a", |
| 49 | + "foreground": "#0aa9aa", |
50 | 50 | "fontStyle": "bold" |
51 | 51 | } |
52 | 52 | }, |
53 | 53 |
|
54 | 54 | { |
55 | 55 | "scope": "meta.function.lua", |
56 | 56 | "settings": { |
57 | | - "foreground": "#16f756" |
| 57 | + "foreground": "#3f9d87" |
58 | 58 | } |
59 | 59 | }, |
60 | 60 | { |
|
72 | 72 | { |
73 | 73 | "scope": "meta.parameter.lua", |
74 | 74 | "settings": { |
75 | | - "foreground": "#4a90e2" |
| 75 | + "foreground": "#4ab3d1" |
76 | 76 | } |
77 | 77 | }, |
78 | 78 | { |
79 | 79 | "scope": "variable.parameter.function.lua", |
80 | 80 | "settings": { |
81 | | - "foreground": "#4a90e2", |
| 81 | + "foreground": "#4ab3d1", |
82 | 82 | "fontStyle": "italic" |
83 | 83 | } |
84 | 84 | }, |
85 | 85 | { |
86 | 86 | "scope": "punctuation.separator.arguments.lua", |
87 | 87 | "settings": { |
88 | | - "foreground": "#333333" |
| 88 | + "foreground": "#e4b849" |
89 | 89 | } |
90 | 90 | }, |
91 | 91 | { |
92 | 92 | "scope": "entity.name.class.lua", |
93 | 93 | "settings": { |
94 | | - "foreground": "#3a9f8a", |
| 94 | + "foreground": "#334ebb", |
95 | 95 | "fontStyle": "bold" |
96 | 96 | } |
97 | 97 | }, |
|
103 | 103 | "constant.numeric.integer.lua" |
104 | 104 | ], |
105 | 105 | "settings": { |
106 | | - "foreground": "#6a8f6b", |
| 106 | + "foreground": "#e49f4d", |
107 | 107 | "fontStyle": "" |
108 | 108 | } |
109 | 109 | }, |
110 | 110 | { |
111 | 111 | "scope": "string.lua", |
112 | 112 | "settings": { |
113 | | - "foreground": "#a67c32" |
| 113 | + "foreground": "#080" |
114 | 114 | } |
115 | 115 | }, |
116 | 116 | { |
117 | 117 | "scope": "comment.line.shebang.lua", |
118 | 118 | "settings": { |
119 | | - "foreground": "#4a7a32", |
| 119 | + "foreground": "#6f6f6e", |
120 | 120 | "fontStyle": "italic" |
121 | 121 | } |
122 | 122 | }, |
123 | 123 | { |
124 | 124 | "scope": "comment.lua", |
125 | 125 | "settings": { |
126 | | - "foreground": "#4a7a32", |
| 126 | + "foreground": "#6f6f6e", |
127 | 127 | "fontStyle": "italic" |
128 | 128 | } |
129 | 129 | }, |
|
137 | 137 | { |
138 | 138 | "scope": "string.tag.lua", |
139 | 139 | "settings": { |
140 | | - "foreground": "#f01adb" |
| 140 | + "foreground": "#a974bf" |
141 | 141 | } |
142 | 142 | }, |
143 | 143 | { |
144 | 144 | "scope": "storage.type.attribute.lua", |
145 | 145 | "settings": { |
146 | | - "foreground": "#3a9f8a" |
| 146 | + "foreground": "#2610bf" |
147 | 147 | } |
148 | 148 | }, |
149 | 149 | { |
150 | 150 | "scope": "storage.type.generic.lua", |
151 | 151 | "settings": { |
152 | | - "foreground": "#4a90e2" |
| 152 | + "foreground": "#b912a5" |
153 | 153 | } |
154 | 154 | }, |
155 | 155 | { |
156 | 156 | "scope": "keyword.control.lua", |
157 | 157 | "settings": { |
158 | | - "foreground": "#f01adb", |
| 158 | + "foreground": "#a974bf", |
159 | 159 | "fontStyle": "bold" |
160 | 160 | } |
161 | 161 | }, |
162 | 162 | { |
163 | 163 | "scope": "keyword.local.lua", |
164 | 164 | "settings": { |
165 | | - "foreground": "#f01adb", |
| 165 | + "foreground": "#a974bf", |
166 | 166 | "fontStyle": "bold" |
167 | 167 | } |
168 | 168 | }, |
169 | 169 | { |
170 | 170 | "scope": "constant.language.lua", |
171 | 171 | "settings": { |
172 | | - "foreground": "#a83259", |
| 172 | + "foreground": "#c6555f", |
173 | 173 | "fontStyle": "italic" |
174 | 174 | } |
175 | 175 | }, |
176 | 176 | { |
177 | 177 | "scope": "variable.language.self.lua", |
178 | 178 | "settings": { |
179 | | - "foreground": "#4a90e2", |
| 179 | + "foreground": "#c6555f", |
180 | 180 | "fontStyle": "italic" |
181 | 181 | } |
182 | 182 | }, |
183 | 183 | { |
184 | 184 | "scope": "entity.name.tag.lua", |
185 | 185 | "settings": { |
186 | | - "foreground": "#f01adb", |
| 186 | + "foreground": "#a974bf", |
187 | 187 | "fontStyle": "bold" |
188 | 188 | } |
189 | 189 | }, |
|
193 | 193 | "foreground": "#a67c32" |
194 | 194 | } |
195 | 195 | }, |
196 | | - { |
197 | | - "scope": "keyword.operator.lua", |
198 | | - "settings": { |
199 | | - "foreground": "#f01adb", |
200 | | - "fontStyle": "bold" |
201 | | - } |
202 | | - }, |
203 | | - { |
204 | | - "scope": "entity.name.class.lua", |
205 | | - "settings": { |
206 | | - "foreground": "#3a9f8a", |
207 | | - "fontStyle": "bold" |
208 | | - } |
209 | | - }, |
210 | 196 | { |
211 | 197 | "scope": "entity.other.attribute.lua", |
212 | 198 | "settings": { |
213 | | - "foreground": "#4a90e2" |
| 199 | + "foreground": "#4ab3d1" |
214 | 200 | } |
215 | 201 | }, |
216 | 202 | { |
|
222 | 208 | { |
223 | 209 | "scope": "keyword.operator.lua", |
224 | 210 | "settings": { |
225 | | - "foreground": "#f01adb" |
| 211 | + "foreground": "#d46f4e" |
226 | 212 | } |
227 | 213 | }, |
228 | 214 | { |
229 | 215 | "scope": "punctuation.whitespace.comment.leading.lua", |
230 | 216 | "settings": { |
231 | | - "foreground": "#4a7a32" |
| 217 | + "foreground": "#6f6f6e" |
232 | 218 | } |
233 | 219 | }, |
234 | 220 | { |
235 | 221 | "scope": "punctuation.whitespace.comment.trailing.lua", |
236 | 222 | "settings": { |
237 | | - "foreground": "#4a7a32" |
| 223 | + "foreground": "#6f6f6e" |
238 | 224 | } |
239 | 225 | }, |
240 | 226 | { |
241 | 227 | "scope": "punctuation.definition.comment.begin.lua", |
242 | 228 | "settings": { |
243 | | - "foreground": "#4a7a20", |
| 229 | + "foreground": "#6f6f6e", |
244 | 230 | "fontStyle": "bold" |
245 | 231 | } |
246 | 232 | }, |
247 | 233 | { |
248 | 234 | "scope": "punctuation.definition.comment.end.lua", |
249 | 235 | "settings": { |
250 | | - "foreground": "#4a7a20", |
| 236 | + "foreground": "#6f6f6e", |
251 | 237 | "fontStyle": "bold" |
252 | 238 | } |
253 | 239 | }, |
254 | 240 | { |
255 | 241 | "scope": "comment.block.lua", |
256 | 242 | "settings": { |
257 | | - "foreground": "#4a7a32", |
| 243 | + "foreground": "#6f6f6e", |
258 | 244 | "fontStyle": "italic" |
259 | 245 | } |
260 | 246 | }, |
261 | 247 | { |
262 | 248 | "scope": "comment.line.double-dash.lua", |
263 | 249 | "settings": { |
264 | | - "foreground": "#4a7a32" |
| 250 | + "foreground": "#6f6f6e" |
265 | 251 | } |
266 | 252 | }, |
267 | 253 | { |
|
287 | 273 | { |
288 | 274 | "scope": "support.type.lua", |
289 | 275 | "settings": { |
290 | | - "foreground": "#4a90e2" |
| 276 | + "foreground": "#4ab3d1" |
291 | 277 | } |
292 | 278 | }, |
293 | 279 | { |
294 | 280 | "scope": "entity.name.variable.lua", |
295 | 281 | "settings": { |
296 | | - "foreground": "#4a90e2" |
| 282 | + "foreground": "#4ab3d1" |
297 | 283 | } |
298 | 284 | }, |
299 | 285 | { |
|
349 | 335 | { |
350 | 336 | "scope": "string.quoted.single.lua", |
351 | 337 | "settings": { |
352 | | - "foreground": "#67994d" |
| 338 | + "foreground": "#7fb078" |
353 | 339 | } |
354 | 340 | }, |
355 | 341 | { |
356 | 342 | "scope": "string.quoted.double.lua", |
357 | 343 | "settings": { |
358 | | - "foreground": "#67994d" |
| 344 | + "foreground": "#7fb078" |
359 | 345 | } |
360 | 346 | }, |
361 | 347 | { |
362 | 348 | "scope": "string.quoted.other.multiline.lua", |
363 | 349 | "settings": { |
364 | | - "foreground": "#67994d" |
| 350 | + "foreground": "#7fb078" |
365 | 351 | } |
366 | 352 | }, |
367 | 353 | { |
368 | 354 | "scope": "punctuation.definition.string.begin.lua", |
369 | 355 | "settings": { |
370 | | - "foreground": "#a37543" |
| 356 | + "foreground": "#389c9c" |
371 | 357 | } |
372 | 358 | }, |
373 | 359 | { |
374 | 360 | "scope": "punctuation.definition.string.end.lua", |
375 | 361 | "settings": { |
376 | | - "foreground": "#a37543" |
| 362 | + "foreground": "#389c9c" |
377 | 363 | } |
378 | 364 | }, |
379 | 365 | { |
|
0 commit comments