Mercurial > dotfiles
comparison dot_config/bat/themes/One Dark.tmTheme @ 552:f308f66cad13
Add fif (find in file) command to search for words and view in fzf
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 01 Feb 2022 19:03:03 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
551:2cce224318f9 | 552:f308f66cad13 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>author</key> | |
6 <string>IceTimux / Andres Michel</string> | |
7 <key>name</key> | |
8 <string>One Dark</string> | |
9 <key>settings</key> | |
10 <array> | |
11 <dict> | |
12 <key>settings</key> | |
13 <dict> | |
14 <key>foreground</key> | |
15 <string>#6c7079</string> | |
16 <key>background</key> | |
17 <string>#2B303B</string> | |
18 <key>invisibles</key> | |
19 <string>#747369</string> | |
20 <key>caret</key> | |
21 <string>#528bff</string> | |
22 <key>lineHighlight</key> | |
23 <string>#2c5372</string> | |
24 <key>bracketContentsOptions</key> | |
25 <string>underline</string> | |
26 <key>bracketContentsForeground</key> | |
27 <string>#528bff</string> | |
28 <key>bracketsOptions</key> | |
29 <string>underline</string> | |
30 <key>bracketsForeground</key> | |
31 <string>#528bff</string> | |
32 <key>tagsOptions</key> | |
33 <string>underline</string> | |
34 <key>tagsForeground</key> | |
35 <string>#528bff</string> | |
36 <key>findHighlight</key> | |
37 <string>#314365</string> | |
38 <key>findHighlightForeground</key> | |
39 <string>#528bff</string> | |
40 <key>gutter</key> | |
41 <string>#2B303B</string> | |
42 <key>gutterForeground</key> | |
43 <string>#636d8388</string> | |
44 <key>selection</key> | |
45 <string>#bbccf51b</string> | |
46 <key>selectionBorder</key> | |
47 <string>#bbccf51b</string> | |
48 <key>inactiveSelection</key> | |
49 <string>#bbccf51b</string> | |
50 <key>guide</key> | |
51 <string>#464c55</string> | |
52 <key>activeGuide</key> | |
53 <string>#464c55</string> | |
54 <key>stackGuide</key> | |
55 <string>#464c55</string> | |
56 <key>highlight</key> | |
57 <string>#528bff80</string> | |
58 <key>highlightForeground</key> | |
59 <string>#528bff</string> | |
60 <key>shadow</key> | |
61 <string>#2B303B</string> | |
62 <key>shadowWidth</key> | |
63 <string>1</string> | |
64 </dict> | |
65 </dict> | |
66 <dict> | |
67 <key>name</key> | |
68 <string>Text and source</string> | |
69 <key>scope</key> | |
70 <string>text, source</string> | |
71 <key>settings</key> | |
72 <dict> | |
73 <key>foreground</key> | |
74 <string>#abb2bf</string> | |
75 </dict> | |
76 </dict> | |
77 <dict> | |
78 <key>name</key> | |
79 <string>Text</string> | |
80 <key>scope</key> | |
81 <string>variable.parameter.function</string> | |
82 <key>settings</key> | |
83 <dict> | |
84 <key>foreground</key> | |
85 <string>#adb7c9</string> | |
86 </dict> | |
87 </dict> | |
88 <dict> | |
89 <key>name</key> | |
90 <string>Comments</string> | |
91 <key>scope</key> | |
92 <string>comment, punctuation.definition.comment</string> | |
93 <key>settings</key> | |
94 <dict> | |
95 <key>foreground</key> | |
96 <string>#5f697a</string> | |
97 <key>fontStyle</key> | |
98 <string> italic</string> | |
99 </dict> | |
100 </dict> | |
101 <dict> | |
102 <key>name</key> | |
103 <string>Delimiters</string> | |
104 <key>scope</key> | |
105 <string>none</string> | |
106 <key>settings</key> | |
107 <dict> | |
108 <key>foreground</key> | |
109 <string>#adb7c9</string> | |
110 </dict> | |
111 </dict> | |
112 <dict> | |
113 <key>name</key> | |
114 <string>Operators</string> | |
115 <key>scope</key> | |
116 <string>keyword.operator</string> | |
117 <key>settings</key> | |
118 <dict> | |
119 <key>foreground</key> | |
120 <string>#adb7c9</string> | |
121 </dict> | |
122 </dict> | |
123 <dict> | |
124 <key>name</key> | |
125 <string>Keywords</string> | |
126 <key>scope</key> | |
127 <string>keyword</string> | |
128 <key>settings</key> | |
129 <dict> | |
130 <key>foreground</key> | |
131 <string>#cd74e8</string> | |
132 </dict> | |
133 </dict> | |
134 <dict> | |
135 <key>name</key> | |
136 <string>Variables</string> | |
137 <key>scope</key> | |
138 <string>variable</string> | |
139 <key>settings</key> | |
140 <dict> | |
141 <key>foreground</key> | |
142 <string>#eb6772</string> | |
143 </dict> | |
144 </dict> | |
145 <dict> | |
146 <key>name</key> | |
147 <string>Functions</string> | |
148 <key>scope</key> | |
149 <string>entity.name.function, meta.require, support.function.any-method</string> | |
150 <key>settings</key> | |
151 <dict> | |
152 <key>foreground</key> | |
153 <string>#5cb3fa</string> | |
154 </dict> | |
155 </dict> | |
156 <dict> | |
157 <key>name</key> | |
158 <string>Classes</string> | |
159 <key>scope</key> | |
160 <string>support.class, entity.name.class, entity.name.type.class</string> | |
161 <key>settings</key> | |
162 <dict> | |
163 <key>foreground</key> | |
164 <string>#f0c678</string> | |
165 </dict> | |
166 </dict> | |
167 <dict> | |
168 <key>name</key> | |
169 <string>Classes</string> | |
170 <key>scope</key> | |
171 <string>meta.class</string> | |
172 <key>settings</key> | |
173 <dict> | |
174 <key>foreground</key> | |
175 <string>#adb7c9</string> | |
176 </dict> | |
177 </dict> | |
178 <dict> | |
179 <key>name</key> | |
180 <string>Methods</string> | |
181 <key>scope</key> | |
182 <string>keyword.other.special-method</string> | |
183 <key>settings</key> | |
184 <dict> | |
185 <key>foreground</key> | |
186 <string>#5cb3fa</string> | |
187 </dict> | |
188 </dict> | |
189 <dict> | |
190 <key>name</key> | |
191 <string>Storage</string> | |
192 <key>scope</key> | |
193 <string>storage</string> | |
194 <key>settings</key> | |
195 <dict> | |
196 <key>foreground</key> | |
197 <string>#cd74e8</string> | |
198 </dict> | |
199 </dict> | |
200 <dict> | |
201 <key>name</key> | |
202 <string>Support</string> | |
203 <key>scope</key> | |
204 <string>support.function</string> | |
205 <key>settings</key> | |
206 <dict> | |
207 <key>foreground</key> | |
208 <string>#5ebfcc</string> | |
209 </dict> | |
210 </dict> | |
211 <dict> | |
212 <key>name</key> | |
213 <string>Strings, Inherited Class</string> | |
214 <key>scope</key> | |
215 <string>string, constant.other.symbol, entity.other.inherited-class</string> | |
216 <key>settings</key> | |
217 <dict> | |
218 <key>foreground</key> | |
219 <string>#9acc76</string> | |
220 </dict> | |
221 </dict> | |
222 <dict> | |
223 <key>name</key> | |
224 <string>Integers</string> | |
225 <key>scope</key> | |
226 <string>constant.numeric</string> | |
227 <key>settings</key> | |
228 <dict> | |
229 <key>foreground</key> | |
230 <string>#db9d63</string> | |
231 </dict> | |
232 </dict> | |
233 <dict> | |
234 <key>name</key> | |
235 <string>Floats</string> | |
236 <key>scope</key> | |
237 <string>none</string> | |
238 <key>settings</key> | |
239 <dict> | |
240 <key>foreground</key> | |
241 <string>#db9d63</string> | |
242 </dict> | |
243 </dict> | |
244 <dict> | |
245 <key>name</key> | |
246 <string>Boolean</string> | |
247 <key>scope</key> | |
248 <string>none</string> | |
249 <key>settings</key> | |
250 <dict> | |
251 <key>foreground</key> | |
252 <string>#db9d63</string> | |
253 </dict> | |
254 </dict> | |
255 <dict> | |
256 <key>name</key> | |
257 <string>Constants</string> | |
258 <key>scope</key> | |
259 <string>constant</string> | |
260 <key>settings</key> | |
261 <dict> | |
262 <key>foreground</key> | |
263 <string>#db9d63</string> | |
264 </dict> | |
265 </dict> | |
266 <dict> | |
267 <key>name</key> | |
268 <string>Tags</string> | |
269 <key>scope</key> | |
270 <string>entity.name.tag</string> | |
271 <key>settings</key> | |
272 <dict> | |
273 <key>foreground</key> | |
274 <string>#eb6772</string> | |
275 </dict> | |
276 </dict> | |
277 <dict> | |
278 <key>name</key> | |
279 <string>Attributes</string> | |
280 <key>scope</key> | |
281 <string>entity.other.attribute-name</string> | |
282 <key>settings</key> | |
283 <dict> | |
284 <key>foreground</key> | |
285 <string>#db9d63</string> | |
286 </dict> | |
287 </dict> | |
288 <dict> | |
289 <key>name</key> | |
290 <string>Attribute IDs</string> | |
291 <key>scope</key> | |
292 <string>entity.other.attribute-name.id, punctuation.definition.entity</string> | |
293 <key>settings</key> | |
294 <dict> | |
295 <key>foreground</key> | |
296 <string>#db9d63</string> | |
297 </dict> | |
298 </dict> | |
299 <dict> | |
300 <key>name</key> | |
301 <string>Selector</string> | |
302 <key>scope</key> | |
303 <string>meta.selector</string> | |
304 <key>settings</key> | |
305 <dict> | |
306 <key>foreground</key> | |
307 <string>#cd74e8</string> | |
308 </dict> | |
309 </dict> | |
310 <dict> | |
311 <key>name</key> | |
312 <string>Values</string> | |
313 <key>scope</key> | |
314 <string>none</string> | |
315 <key>settings</key> | |
316 <dict> | |
317 <key>foreground</key> | |
318 <string>#db9d63</string> | |
319 </dict> | |
320 </dict> | |
321 <dict> | |
322 <key>name</key> | |
323 <string>Headings</string> | |
324 <key>scope</key> | |
325 <string>markup.heading punctuation.definition.heading, entity.name.section</string> | |
326 <key>settings</key> | |
327 <dict> | |
328 <key>fontStyle</key> | |
329 <string></string> | |
330 <key>foreground</key> | |
331 <string>#5cb3fa</string> | |
332 </dict> | |
333 </dict> | |
334 <dict> | |
335 <key>name</key> | |
336 <string>Units</string> | |
337 <key>scope</key> | |
338 <string>keyword.other.unit</string> | |
339 <key>settings</key> | |
340 <dict> | |
341 <key>foreground</key> | |
342 <string>#db9d63</string> | |
343 </dict> | |
344 </dict> | |
345 <dict> | |
346 <key>name</key> | |
347 <string>Bold</string> | |
348 <key>scope</key> | |
349 <string>markup.bold, punctuation.definition.bold</string> | |
350 <key>settings</key> | |
351 <dict> | |
352 <key>foreground</key> | |
353 <string>#f0c678</string> | |
354 </dict> | |
355 </dict> | |
356 <dict> | |
357 <key>name</key> | |
358 <string>Italic</string> | |
359 <key>scope</key> | |
360 <string>markup.italic, punctuation.definition.italic</string> | |
361 <key>settings</key> | |
362 <dict> | |
363 <key>foreground</key> | |
364 <string>#cd74e8</string> | |
365 </dict> | |
366 </dict> | |
367 <dict> | |
368 <key>name</key> | |
369 <string>Code</string> | |
370 <key>scope</key> | |
371 <string>markup.raw.inline</string> | |
372 <key>settings</key> | |
373 <dict> | |
374 <key>foreground</key> | |
375 <string>#9acc76</string> | |
376 </dict> | |
377 </dict> | |
378 <dict> | |
379 <key>name</key> | |
380 <string>Link Text</string> | |
381 <key>scope</key> | |
382 <string>string.other.link, punctuation.definition.string.end.markdown</string> | |
383 <key>settings</key> | |
384 <dict> | |
385 <key>foreground</key> | |
386 <string>#eb6772</string> | |
387 </dict> | |
388 </dict> | |
389 <dict> | |
390 <key>name</key> | |
391 <string>Link Url</string> | |
392 <key>scope</key> | |
393 <string>meta.link</string> | |
394 <key>settings</key> | |
395 <dict> | |
396 <key>foreground</key> | |
397 <string>#db9d63</string> | |
398 </dict> | |
399 </dict> | |
400 <dict> | |
401 <key>name</key> | |
402 <string>Lists</string> | |
403 <key>scope</key> | |
404 <string>markup.list</string> | |
405 <key>settings</key> | |
406 <dict> | |
407 <key>foreground</key> | |
408 <string>#eb6772</string> | |
409 </dict> | |
410 </dict> | |
411 <dict> | |
412 <key>name</key> | |
413 <string>Quotes</string> | |
414 <key>scope</key> | |
415 <string>markup.quote</string> | |
416 <key>settings</key> | |
417 <dict> | |
418 <key>foreground</key> | |
419 <string>#db9d63</string> | |
420 </dict> | |
421 </dict> | |
422 <dict> | |
423 <key>name</key> | |
424 <string>Separator</string> | |
425 <key>scope</key> | |
426 <string>meta.separator</string> | |
427 <key>settings</key> | |
428 <dict> | |
429 <key>background</key> | |
430 <string>#515151</string> | |
431 <key>foreground</key> | |
432 <string>#adb7c9</string> | |
433 </dict> | |
434 </dict> | |
435 <dict> | |
436 <key>name</key> | |
437 <string>Inserted</string> | |
438 <key>scope</key> | |
439 <string>markup.inserted</string> | |
440 <key>settings</key> | |
441 <dict> | |
442 <key>foreground</key> | |
443 <string>#9acc76</string> | |
444 </dict> | |
445 </dict> | |
446 <dict> | |
447 <key>name</key> | |
448 <string>Deleted</string> | |
449 <key>scope</key> | |
450 <string>markup.deleted</string> | |
451 <key>settings</key> | |
452 <dict> | |
453 <key>foreground</key> | |
454 <string>#eb6772</string> | |
455 </dict> | |
456 </dict> | |
457 <dict> | |
458 <key>name</key> | |
459 <string>Changed</string> | |
460 <key>scope</key> | |
461 <string>markup.changed</string> | |
462 <key>settings</key> | |
463 <dict> | |
464 <key>foreground</key> | |
465 <string>#cd74e8</string> | |
466 </dict> | |
467 </dict> | |
468 <dict> | |
469 <key>name</key> | |
470 <string>Colors</string> | |
471 <key>scope</key> | |
472 <string>constant.other.color</string> | |
473 <key>settings</key> | |
474 <dict> | |
475 <key>foreground</key> | |
476 <string>#5ebfcc</string> | |
477 </dict> | |
478 </dict> | |
479 <dict> | |
480 <key>name</key> | |
481 <string>Regular Expressions</string> | |
482 <key>scope</key> | |
483 <string>string.regexp</string> | |
484 <key>settings</key> | |
485 <dict> | |
486 <key>foreground</key> | |
487 <string>#5ebfcc</string> | |
488 </dict> | |
489 </dict> | |
490 <dict> | |
491 <key>name</key> | |
492 <string>Escape Characters</string> | |
493 <key>scope</key> | |
494 <string>constant.character.escape</string> | |
495 <key>settings</key> | |
496 <dict> | |
497 <key>foreground</key> | |
498 <string>#5ebfcc</string> | |
499 </dict> | |
500 </dict> | |
501 <dict> | |
502 <key>name</key> | |
503 <string>Embedded</string> | |
504 <key>scope</key> | |
505 <string>punctuation.section.embedded, variable.interpolation</string> | |
506 <key>settings</key> | |
507 <dict> | |
508 <key>foreground</key> | |
509 <string>#c94e42</string> | |
510 </dict> | |
511 </dict> | |
512 <dict> | |
513 <key>name</key> | |
514 <string>Illegal</string> | |
515 <key>scope</key> | |
516 <string>invalid.illegal</string> | |
517 <key>settings</key> | |
518 <dict> | |
519 <key>foreground</key> | |
520 <string>#ffffff</string> | |
521 <key>background</key> | |
522 <string>#e05252</string> | |
523 </dict> | |
524 </dict> | |
525 <dict> | |
526 <key>name</key> | |
527 <string>Broken</string> | |
528 <key>scope</key> | |
529 <string>invalid.broken</string> | |
530 <key>settings</key> | |
531 <dict> | |
532 <key>background</key> | |
533 <string>#f99157</string> | |
534 <key>foreground</key> | |
535 <string>#2d2d2d</string> | |
536 </dict> | |
537 </dict> | |
538 <dict> | |
539 <key>name</key> | |
540 <string>Deprecated</string> | |
541 <key>scope</key> | |
542 <string>invalid.deprecated</string> | |
543 <key>settings</key> | |
544 <dict> | |
545 <key>background</key> | |
546 <string>#d27b53</string> | |
547 <key>foreground</key> | |
548 <string>#2c323d</string> | |
549 </dict> | |
550 </dict> | |
551 <dict> | |
552 <key>name</key> | |
553 <string>Unimplemented</string> | |
554 <key>scope</key> | |
555 <string>invalid.unimplemented</string> | |
556 <key>settings</key> | |
557 <dict> | |
558 <key>background</key> | |
559 <string>#747369</string> | |
560 <key>foreground</key> | |
561 <string>#2c323d</string> | |
562 </dict> | |
563 </dict> | |
564 <dict> | |
565 <key>name</key> | |
566 <string>Json key</string> | |
567 <key>scope</key> | |
568 <string>source.json meta.structure.dictionary.json string.quoted.double.json</string> | |
569 <key>settings</key> | |
570 <dict> | |
571 <key>foreground</key> | |
572 <string>#eb6772</string> | |
573 </dict> | |
574 </dict> | |
575 <dict> | |
576 <key>name</key> | |
577 <string>Json value</string> | |
578 <key>scope</key> | |
579 <string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
580 <key>settings</key> | |
581 <dict> | |
582 <key>foreground</key> | |
583 <string>#9acc76</string> | |
584 </dict> | |
585 </dict> | |
586 <dict> | |
587 <key>name</key> | |
588 <string>json sub key</string> | |
589 <key>scope</key> | |
590 <string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json string.quoted.double.json</string> | |
591 <key>settings</key> | |
592 <dict> | |
593 <key>foreground</key> | |
594 <string>#eb6772</string> | |
595 </dict> | |
596 </dict> | |
597 <dict> | |
598 <key>name</key> | |
599 <string>Json sub value</string> | |
600 <key>scope</key> | |
601 <string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
602 <key>settings</key> | |
603 <dict> | |
604 <key>foreground</key> | |
605 <string>#9acc76</string> | |
606 </dict> | |
607 </dict> | |
608 <dict> | |
609 <key>name</key> | |
610 <string>laravel blade tag</string> | |
611 <key>scope</key> | |
612 <string>text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade</string> | |
613 <key>settings</key> | |
614 <dict> | |
615 <key>foreground</key> | |
616 <string>#cd74e8</string> | |
617 </dict> | |
618 </dict> | |
619 <dict> | |
620 <key>name</key> | |
621 <string>laravel blade @</string> | |
622 <key>scope</key> | |
623 <string>text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade</string> | |
624 <key>settings</key> | |
625 <dict> | |
626 <key>foreground</key> | |
627 <string>#cd74e8</string> | |
628 </dict> | |
629 </dict> | |
630 <dict> | |
631 <key>name</key> | |
632 <string>python function parameter</string> | |
633 <key>scope</key> | |
634 <string>source.python meta.function.python meta.function.parameters.python variable.parameter.function.python</string> | |
635 <key>settings</key> | |
636 <dict> | |
637 <key>foreground</key> | |
638 <string>#db9d63</string> | |
639 </dict> | |
640 </dict> | |
641 <dict> | |
642 <key>name</key> | |
643 <string>python meta function</string> | |
644 <key>scope</key> | |
645 <string>source.python meta.function-call.python support.type.python</string> | |
646 <key>settings</key> | |
647 <dict> | |
648 <key>foreground</key> | |
649 <string>#5ebfcc</string> | |
650 </dict> | |
651 </dict> | |
652 <dict> | |
653 <key>name</key> | |
654 <string>python logical keyword</string> | |
655 <key>scope</key> | |
656 <string>source.python keyword.operator.logical.python</string> | |
657 <key>settings</key> | |
658 <dict> | |
659 <key>foreground</key> | |
660 <string>#cd74e8</string> | |
661 </dict> | |
662 </dict> | |
663 <dict> | |
664 <key>name</key> | |
665 <string>python class ( begin</string> | |
666 <key>scope</key> | |
667 <string>source.python meta.class.python punctuation.definition.inheritance.begin.python</string> | |
668 <key>settings</key> | |
669 <dict> | |
670 <key>foreground</key> | |
671 <string>#f0c678</string> | |
672 </dict> | |
673 </dict> | |
674 <dict> | |
675 <key>name</key> | |
676 <string>python class ) end</string> | |
677 <key>scope</key> | |
678 <string>source.python meta.class.python punctuation.definition.inheritance.end.python</string> | |
679 <key>settings</key> | |
680 <dict> | |
681 <key>foreground</key> | |
682 <string>#f0c678</string> | |
683 </dict> | |
684 </dict> | |
685 <dict> | |
686 <key>name</key> | |
687 <string>python function call parameter name</string> | |
688 <key>scope</key> | |
689 <string>source.python meta.function-call.python meta.function-call.arguments.python variable.parameter.function.python</string> | |
690 <key>settings</key> | |
691 <dict> | |
692 <key>foreground</key> | |
693 <string>#db9d63</string> | |
694 </dict> | |
695 </dict> | |
696 <dict> | |
697 <key>name</key> | |
698 <string>php fcuntion constants</string> | |
699 <key>scope</key> | |
700 <string>text.html.basic source.php.embedded.block.html support.constant.std.php</string> | |
701 <key>settings</key> | |
702 <dict> | |
703 <key>foreground</key> | |
704 <string>#db9d63</string> | |
705 </dict> | |
706 </dict> | |
707 <dict> | |
708 <key>name</key> | |
709 <string>php namespace name</string> | |
710 <key>scope</key> | |
711 <string>text.html.basic source.php.embedded.block.html meta.namespace.php entity.name.type.namespace.php</string> | |
712 <key>settings</key> | |
713 <dict> | |
714 <key>foreground</key> | |
715 <string>#f0c678</string> | |
716 </dict> | |
717 </dict> | |
718 <dict> | |
719 <key>name</key> | |
720 <string>javascript meta constant</string> | |
721 <key>scope</key> | |
722 <string>source.js meta.function.js support.constant.js</string> | |
723 <key>settings</key> | |
724 <dict> | |
725 <key>foreground</key> | |
726 <string>#db9d63</string> | |
727 </dict> | |
728 </dict> | |
729 <dict> | |
730 <key>name</key> | |
731 <string>php namespace in top</string> | |
732 <key>scope</key> | |
733 <string>text.html.basic` source.php.embedded.block.html constant.other.php</string> | |
734 <key>settings</key> | |
735 <dict> | |
736 <key>foreground</key> | |
737 <string>#cd74e8</string> | |
738 </dict> | |
739 </dict> | |
740 <dict> | |
741 <key>name</key> | |
742 <string>php namespace name in top</string> | |
743 <key>scope</key> | |
744 <string>text.html.basic source.php.embedded.block.html support.other.namespace.php</string> | |
745 <key>settings</key> | |
746 <dict> | |
747 <key>foreground</key> | |
748 <string>#db9d63</string> | |
749 </dict> | |
750 </dict> | |
751 <dict> | |
752 <key>name</key> | |
753 <string>latex label names</string> | |
754 <key>scope</key> | |
755 <string>text.tex.latex meta.function.environment.math.latex string.other.math.block.environment.latex meta.definition.label.latex variable.parameter.definition.label.latex</string> | |
756 <key>settings</key> | |
757 <dict> | |
758 <key>foreground</key> | |
759 <string>#adb7c9</string> | |
760 </dict> | |
761 </dict> | |
762 <dict> | |
763 <key>name</key> | |
764 <string>latex italic emph</string> | |
765 <key>scope</key> | |
766 <string>text.tex.latex meta.function.emph.latex markup.italic.emph.latex</string> | |
767 <key>settings</key> | |
768 <dict> | |
769 <key>fontStyle</key> | |
770 <string> italic</string> | |
771 <key>foreground</key> | |
772 <string>#cd74e8</string> | |
773 </dict> | |
774 </dict> | |
775 <dict> | |
776 <key>name</key> | |
777 <string>subl_new js vars</string> | |
778 <key>scope</key> | |
779 <string>source.js variable.other.readwrite.js</string> | |
780 <key>settings</key> | |
781 <dict> | |
782 <key>foreground</key> | |
783 <string>#adb7c9</string> | |
784 </dict> | |
785 </dict> | |
786 <dict> | |
787 <key>name</key> | |
788 <string>new_subl js $</string> | |
789 <key>scope</key> | |
790 <string>source.js meta.function-call.with-arguments.js variable.function.js</string> | |
791 <key>settings</key> | |
792 <dict> | |
793 <key>foreground</key> | |
794 <string>#adb7c9</string> | |
795 </dict> | |
796 </dict> | |
797 <dict> | |
798 <key>name</key> | |
799 <string>new_subl js call method</string> | |
800 <key>scope</key> | |
801 <string>source.js meta.group.braces.round meta.group.braces.curly meta.function-call.method.without-arguments.js variable.function.js</string> | |
802 <key>settings</key> | |
803 <dict> | |
804 <key>foreground</key> | |
805 <string>#adb7c9</string> | |
806 </dict> | |
807 </dict> | |
808 <dict> | |
809 <key>name</key> | |
810 <string>new_subl e js</string> | |
811 <key>scope</key> | |
812 <string>source.js meta.group.braces.round meta.group.braces.curly variable.other.object.js</string> | |
813 <key>settings</key> | |
814 <dict> | |
815 <key>foreground</key> | |
816 <string>#adb7c9</string> | |
817 </dict> | |
818 </dict> | |
819 <dict> | |
820 <key>name</key> | |
821 <string>new_subl js key</string> | |
822 <key>scope</key> | |
823 <string>source.js meta.group.braces.round meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js</string> | |
824 <key>settings</key> | |
825 <dict> | |
826 <key>foreground</key> | |
827 <string>#adb7c9</string> | |
828 </dict> | |
829 </dict> | |
830 <dict> | |
831 <key>name</key> | |
832 <string>new_subl obejct key</string> | |
833 <key>scope</key> | |
834 <string>source.js meta.group.braces.round meta.group.braces.curly constant.other.object.key.js punctuation.separator.key-value.js</string> | |
835 <key>settings</key> | |
836 <dict> | |
837 <key>foreground</key> | |
838 <string>#adb7c9</string> | |
839 </dict> | |
840 </dict> | |
841 <dict> | |
842 <key>name</key> | |
843 <string>new_subl js method with args</string> | |
844 <key>scope</key> | |
845 <string>source.js meta.group.braces.round meta.group.braces.curly meta.function-call.method.with-arguments.js variable.function.js</string> | |
846 <key>settings</key> | |
847 <dict> | |
848 <key>foreground</key> | |
849 <string>#adb7c9</string> | |
850 </dict> | |
851 </dict> | |
852 <dict> | |
853 <key>name</key> | |
854 <string>new_subl js variable function</string> | |
855 <key>scope</key> | |
856 <string>source.js meta.function-call.method.with-arguments.js variable.function.js</string> | |
857 <key>settings</key> | |
858 <dict> | |
859 <key>foreground</key> | |
860 <string>#adb7c9</string> | |
861 </dict> | |
862 </dict> | |
863 <dict> | |
864 <key>name</key> | |
865 <string>new_subl variabel function method</string> | |
866 <key>scope</key> | |
867 <string>source.js meta.function-call.method.without-arguments.js variable.function.js</string> | |
868 <key>settings</key> | |
869 <dict> | |
870 <key>foreground</key> | |
871 <string>#adb7c9</string> | |
872 </dict> | |
873 </dict> | |
874 </array> | |
875 </dict> | |
876 </plist> |