You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1726 lines
61KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <!--
  4. Inspired GitHub Color Scheme for Sublime Text 3
  5. Copyright 2015 Seth Lopez
  6. Released under the MIT License <http://opensource.org/licenses/MIT>
  7. https://github.com/sethlopezme/InspiredGitHub.tmtheme
  8. -->
  9. <plist version="1.0">
  10. <dict>
  11. <key>name</key>
  12. <string>GitHub</string>
  13. <key>settings</key>
  14. <array>
  15. <!--
  16. User Interface
  17. -->
  18. <dict>
  19. <key>settings</key>
  20. <dict>
  21. <!-- General -->
  22. <key>background</key>
  23. <string>#ffffff</string>
  24. <key>foreground</key>
  25. <string>#323232</string>
  26. <key>invisibles</key>
  27. <string>#000000</string>
  28. <key>caret</key>
  29. <string>#323232</string>
  30. <!-- Gutter -->
  31. <key>gutter</key>
  32. <string>#ffffff</string>
  33. <key>gutterForeground</key>
  34. <string>#b3b3b3</string>
  35. <!-- Guides -->
  36. <key>guide</key>
  37. <string>#e8e8e8</string>
  38. <key>stackGuide</key>
  39. <string>#e8e8e8</string>
  40. <key>activeGuide</key>
  41. <string>#b3b3b3</string>
  42. <!-- Highlighting -->
  43. <key>lineHighlight</key>
  44. <string>#f5f5f5</string>
  45. <key>findHighlight</key>
  46. <string>#f8eec7</string>
  47. <key>findHighlightForeground</key>
  48. <string>#323232</string>
  49. <key>selection</key>
  50. <string>#f8eec7</string>
  51. <key>selectionBorder</key>
  52. <string>#ffffff</string>
  53. <!-- Brackets -->
  54. <key>bracketsForeground</key>
  55. <string>#63a35c</string>
  56. <key>bracketsOptions</key>
  57. <string>underline</string>
  58. <key>bracketContentsForeground</key>
  59. <string>#63a35c</string>
  60. <key>bracketContentsOptions</key>
  61. <string>underline</string>
  62. <!-- Tags -->
  63. <key>tagsForeground</key>
  64. <string>#63a35c</string>
  65. <key>tagsOptions</key>
  66. <string>underline</string>
  67. </dict>
  68. </dict>
  69. <!--
  70. Comment
  71. -->
  72. <dict>
  73. <key>name</key>
  74. <string>Comment</string>
  75. <key>scope</key>
  76. <string>comment</string>
  77. <key>settings</key>
  78. <dict>
  79. <key>foreground</key>
  80. <string>#969896</string>
  81. <key>fontStyle</key>
  82. <string>italic</string>
  83. </dict>
  84. </dict>
  85. <!--
  86. String
  87. -->
  88. <dict>
  89. <key>name</key>
  90. <string>String</string>
  91. <key>scope</key>
  92. <string>string</string>
  93. <key>settings</key>
  94. <dict>
  95. <key>foreground</key>
  96. <string>#183691</string>
  97. </dict>
  98. </dict>
  99. <!--
  100. RegExp Operator
  101. -->
  102. <dict>
  103. <key>name</key>
  104. <string>RegExp Operator</string>
  105. <key>scope</key>
  106. <string>regexp-operator</string>
  107. <key>settings</key>
  108. <dict>
  109. <key>foreground</key>
  110. <string>#a71d5d</string>
  111. </dict>
  112. </dict>
  113. <!--
  114. RegExp Character Class
  115. -->
  116. <dict>
  117. <key>name</key>
  118. <string>RegExp Character Class</string>
  119. <key>scope</key>
  120. <string>string.regexp.characterclass punctuation.definition.string.begin, string.regexp.characterclass punctuation.definition.string.end</string>
  121. <key>settings</key>
  122. <dict>
  123. <key>foreground</key>
  124. <string>#a71d5d</string>
  125. </dict>
  126. </dict>
  127. <!--
  128. Number
  129. -->
  130. <dict>
  131. <key>name</key>
  132. <string>Number</string>
  133. <key>scope</key>
  134. <string>constant.numeric</string>
  135. <key>settings</key>
  136. <dict>
  137. <key>foreground</key>
  138. <string>#0086b3</string>
  139. </dict>
  140. </dict>
  141. <!--
  142. Built-in Constant
  143. -->
  144. <dict>
  145. <key>name</key>
  146. <string>Built-in Constant</string>
  147. <key>scope</key>
  148. <string>constant.language</string>
  149. <key>settings</key>
  150. <dict>
  151. <key>foreground</key>
  152. <string>#0086b3</string>
  153. </dict>
  154. </dict>
  155. <!--
  156. User-defined Constant
  157. -->
  158. <dict>
  159. <key>name</key>
  160. <string>User-defined Constant</string>
  161. <key>scope</key>
  162. <string>constant.character, constant.other, variable.other.constant</string>
  163. <key>settings</key>
  164. <dict>
  165. <key>foreground</key>
  166. <string>#0086b3</string>
  167. </dict>
  168. </dict>
  169. <!--
  170. Variable
  171. -->
  172. <dict>
  173. <key>name</key>
  174. <string>Variable</string>
  175. <key>scope</key>
  176. <string>variable</string>
  177. <key>settings</key>
  178. <dict>
  179. <key>foreground</key>
  180. <string>#323232</string>
  181. </dict>
  182. </dict>
  183. <!--
  184. Keyword
  185. -->
  186. <dict>
  187. <key>name</key>
  188. <string>Keyword</string>
  189. <key>scope</key>
  190. <string>keyword</string>
  191. <key>settings</key>
  192. <dict>
  193. <key>foreground</key>
  194. <string>#a71d5d</string>
  195. <key>fontStyle</key>
  196. <string>bold</string>
  197. </dict>
  198. </dict>
  199. <!--
  200. Bitwise
  201. -->
  202. <dict>
  203. <key>name</key>
  204. <string>Bitwise</string>
  205. <key>scope</key>
  206. <string>bitwise-operator</string>
  207. <key>settings</key>
  208. <dict>
  209. <key>foreground</key>
  210. <string>#a71d5d</string>
  211. <key>fontStyle</key>
  212. <string>bold</string>
  213. </dict>
  214. </dict>
  215. <!--
  216. Storage
  217. -->
  218. <dict>
  219. <key>name</key>
  220. <string>Storage</string>
  221. <key>scope</key>
  222. <string>storage</string>
  223. <key>settings</key>
  224. <dict>
  225. <key>foreground</key>
  226. <string>#a71d5d</string>
  227. <key>fontStyle</key>
  228. <string>bold</string>
  229. </dict>
  230. </dict>
  231. <!--
  232. Storage Type
  233. -->
  234. <dict>
  235. <key>name</key>
  236. <string>Storage Type</string>
  237. <key>scope</key>
  238. <string>storage.type</string>
  239. <key>settings</key>
  240. <dict>
  241. <key>foreground</key>
  242. <string>#a71d5d</string>
  243. <key>fontStyle</key>
  244. <string>bold</string>
  245. </dict>
  246. </dict>
  247. <!--
  248. Class Name
  249. -->
  250. <dict>
  251. <key>name</key>
  252. <string>Class Name</string>
  253. <key>scope</key>
  254. <string>entity.name.class</string>
  255. <key>settings</key>
  256. <dict>
  257. <key>foreground</key>
  258. <string>#0086b3</string>
  259. </dict>
  260. </dict>
  261. <!--
  262. Inherited Class
  263. -->
  264. <dict>
  265. <key>name</key>
  266. <string>Inherited Class</string>
  267. <key>scope</key>
  268. <string>entity.other.inherited-class</string>
  269. <key>settings</key>
  270. <dict>
  271. <key>foreground</key>
  272. <string>#0086b3</string>
  273. </dict>
  274. </dict>
  275. <!--
  276. Function Name
  277. -->
  278. <dict>
  279. <key>name</key>
  280. <string>Function Name</string>
  281. <key>scope</key>
  282. <string>entity.name.function</string>
  283. <key>settings</key>
  284. <dict>
  285. <key>foreground</key>
  286. <string>#795da3</string>
  287. <key>fontStyle</key>
  288. <string>bold</string>
  289. </dict>
  290. </dict>
  291. <!--
  292. Function Argument
  293. -->
  294. <dict>
  295. <key>name</key>
  296. <string>Function Argument</string>
  297. <key>scope</key>
  298. <string>variable.parameter</string>
  299. <key>settings</key>
  300. <dict>
  301. <key>foreground</key>
  302. <string>#323232</string>
  303. </dict>
  304. </dict>
  305. <!--
  306. Tag Name
  307. -->
  308. <dict>
  309. <key>name</key>
  310. <string>Tag Name</string>
  311. <key>scope</key>
  312. <string>entity.name.tag</string>
  313. <key>settings</key>
  314. <dict>
  315. <key>foreground</key>
  316. <string>#63a35c</string>
  317. </dict>
  318. </dict>
  319. <!--
  320. Tag Attribute
  321. -->
  322. <dict>
  323. <key>name</key>
  324. <string>Tag Attribute</string>
  325. <key>scope</key>
  326. <string>entity.other.attribute-name</string>
  327. <key>settings</key>
  328. <dict>
  329. <key>foreground</key>
  330. <string>#795da3</string>
  331. </dict>
  332. </dict>
  333. <!--
  334. Library Function
  335. -->
  336. <dict>
  337. <key>name</key>
  338. <string>Library Function</string>
  339. <key>scope</key>
  340. <string>support.function</string>
  341. <key>settings</key>
  342. <dict>
  343. <key>foreground</key>
  344. <string>#62a35c</string>
  345. </dict>
  346. </dict>
  347. <!--
  348. Library Constant
  349. -->
  350. <dict>
  351. <key>name</key>
  352. <string>Library Constant</string>
  353. <key>scope</key>
  354. <string>support.constant</string>
  355. <key>settings</key>
  356. <dict>
  357. <key>foreground</key>
  358. <string>#0086b3</string>
  359. </dict>
  360. </dict>
  361. <!--
  362. Library Class
  363. -->
  364. <dict>
  365. <key>name</key>
  366. <string>Library Class</string>
  367. <key>scope</key>
  368. <string>support.type, support.class</string>
  369. <key>settings</key>
  370. <dict>
  371. <key>foreground</key>
  372. <string>#0086b3</string>
  373. </dict>
  374. </dict>
  375. <!--
  376. Library Variable
  377. -->
  378. <dict>
  379. <key>name</key>
  380. <string>Library Variable</string>
  381. <key>scope</key>
  382. <string>support.other.variable</string>
  383. <key>settings</key>
  384. <dict>
  385. <key>foreground</key>
  386. <string>#323232</string>
  387. </dict>
  388. </dict>
  389. <!--
  390. Invalid
  391. -->
  392. <dict>
  393. <key>name</key>
  394. <string>Invalid</string>
  395. <key>scope</key>
  396. <string>invalid, invalid.illegal, invalid.deprecated</string>
  397. <key>settings</key>
  398. <dict>
  399. <key>background</key>
  400. <string>#f5f5f5</string>
  401. <key>foreground</key>
  402. <string>#b52a1d</string>
  403. <key>fontStyle</key>
  404. <string>bold</string>
  405. </dict>
  406. </dict>
  407. <!--
  408. Find-in-files
  409. -->
  410. <dict>
  411. <key>name</key>
  412. <string>Find-in-files Filename</string>
  413. <key>scope</key>
  414. <string>entity.name.filename.find-in-files</string>
  415. <key>settings</key>
  416. <dict>
  417. <key>foreground</key>
  418. <string>#323232</string>
  419. <key>fontStyle</key>
  420. <string>bold</string>
  421. </dict>
  422. </dict>
  423. <dict>
  424. <key>name</key>
  425. <string>Find-in-files Line Numbers</string>
  426. <key>scope</key>
  427. <string>constant.numeric.line-number.find-in-files, constant.numeric.line-number.match.find-in-files</string>
  428. <key>settings</key>
  429. <dict>
  430. <key>foreground</key>
  431. <string>#b3b3b3</string>
  432. </dict>
  433. </dict>
  434. <!--
  435. Diffs
  436. -->
  437. <!-- Header -->
  438. <dict>
  439. <key>name</key>
  440. <string>Diff Header</string>
  441. <key>scope</key>
  442. <string>meta.diff.header</string>
  443. <key>settings</key>
  444. <dict>
  445. <key>foreground</key>
  446. <string>#969896</string>
  447. <key>background</key>
  448. <string>#ffffff</string>
  449. <key>fontStyle</key>
  450. <string>italic</string>
  451. </dict>
  452. </dict>
  453. <!-- Header From File Punctuation -->
  454. <dict>
  455. <key>name</key>
  456. <string>Diff Header</string>
  457. <key>scope</key>
  458. <string>meta.diff.header punctuation.definition.from-file.diff</string>
  459. <key>settings</key>
  460. <dict>
  461. <key>foreground</key>
  462. <string>#bd2c00</string>
  463. <key>background</key>
  464. <string>#ffecec</string>
  465. <key>fontStyle</key>
  466. <string>italic bold</string>
  467. </dict>
  468. </dict>
  469. <!-- Header To File Punctuation -->
  470. <dict>
  471. <key>name</key>
  472. <string>Diff Header</string>
  473. <key>scope</key>
  474. <string>meta.diff.header punctuation.definition.to-file.diff</string>
  475. <key>settings</key>
  476. <dict>
  477. <key>foreground</key>
  478. <string>#55a532</string>
  479. <key>background</key>
  480. <string>#eaffea</string>
  481. <key>fontStyle</key>
  482. <string>italic bold</string>
  483. </dict>
  484. </dict>
  485. <!-- Range -->
  486. <dict>
  487. <key>name</key>
  488. <string>Diff Range</string>
  489. <key>scope</key>
  490. <string>meta.diff.range</string>
  491. <key>settings</key>
  492. <dict>
  493. <key>foreground</key>
  494. <string>#969896</string>
  495. <key>fontStyle</key>
  496. <string>italic bold</string>
  497. </dict>
  498. </dict>
  499. <!-- Deleted -->
  500. <dict>
  501. <key>name</key>
  502. <string>Diff Deleted</string>
  503. <key>scope</key>
  504. <string>markup.deleted</string>
  505. <key>settings</key>
  506. <dict>
  507. <key>background</key>
  508. <string>#ffecec</string>
  509. </dict>
  510. </dict>
  511. <!-- Deleted Punctuation -->
  512. <dict>
  513. <key>name</key>
  514. <string>Diff Deleted Punctuation</string>
  515. <key>scope</key>
  516. <string>markup.deleted punctuation.definition.inserted</string>
  517. <key>settings</key>
  518. <dict>
  519. <key>foreground</key>
  520. <string>#bd2c00</string>
  521. <key>fontStyle</key>
  522. <string>bold</string>
  523. </dict>
  524. </dict>
  525. <!-- Inserted -->
  526. <dict>
  527. <key>name</key>
  528. <string>Diff Inserted</string>
  529. <key>scope</key>
  530. <string>markup.inserted</string>
  531. <key>settings</key>
  532. <dict>
  533. <key>background</key>
  534. <string>#eaffea</string>
  535. </dict>
  536. </dict>
  537. <!-- Inserted Punctuation -->
  538. <dict>
  539. <key>name</key>
  540. <string>Diff Inserted Punctuation</string>
  541. <key>scope</key>
  542. <string>markup.inserted punctuation.definition.inserted</string>
  543. <key>settings</key>
  544. <dict>
  545. <key>foreground</key>
  546. <string>#55a532</string>
  547. <key>fontStyle</key>
  548. <string>bold</string>
  549. </dict>
  550. </dict>
  551. <!--
  552. Git Gutter
  553. -->
  554. <!-- Deleted -->
  555. <dict>
  556. <key>name</key>
  557. <string>GitGutter Deleted</string>
  558. <key>scope</key>
  559. <string>markup.deleted.git_gutter</string>
  560. <key>settings</key>
  561. <dict>
  562. <key>foreground</key>
  563. <string>#bd2c00</string>
  564. </dict>
  565. </dict>
  566. <!-- Inserted -->
  567. <dict>
  568. <key>name</key>
  569. <string>GitGutter Inserted</string>
  570. <key>scope</key>
  571. <string>markup.inserted.git_gutter</string>
  572. <key>settings</key>
  573. <dict>
  574. <key>foreground</key>
  575. <string>#55a532</string>
  576. </dict>
  577. </dict>
  578. <!-- Modified -->
  579. <dict>
  580. <key>name</key>
  581. <string>GitGutter Modified</string>
  582. <key>scope</key>
  583. <string>markup.changed.git_gutter</string>
  584. <key>settings</key>
  585. <dict>
  586. <key>foreground</key>
  587. <string>#0086B3</string>
  588. </dict>
  589. </dict>
  590. <!-- Ignored -->
  591. <dict>
  592. <key>name</key>
  593. <string>GitGutter Ignored</string>
  594. <key>scope</key>
  595. <string>markup.ignored.git_gutter</string>
  596. <key>settings</key>
  597. <dict>
  598. <key>foreground</key>
  599. <string>#b3b3b3</string>
  600. </dict>
  601. </dict>
  602. <!-- Untracked -->
  603. <dict>
  604. <key>name</key>
  605. <string>GitGutter Untracked</string>
  606. <key>scope</key>
  607. <string>markup.untracked.git_gutter</string>
  608. <key>settings</key>
  609. <dict>
  610. <key>foreground</key>
  611. <string>#b3b3b3</string>
  612. </dict>
  613. </dict>
  614. <!--
  615. CSS
  616. -->
  617. <!-- Entity Punctuation -->
  618. <dict>
  619. <key>name</key>
  620. <string>Entity Punctuation</string>
  621. <key>scope</key>
  622. <string>source.css punctuation.definition.entity</string>
  623. <key>settings</key>
  624. <dict>
  625. <key>foreground</key>
  626. <string>#323232</string>
  627. </dict>
  628. </dict>
  629. <!-- Pseudo Selector -->
  630. <dict>
  631. <key>name</key>
  632. <string>Pseudo Selector</string>
  633. <key>scope</key>
  634. <string>source.css entity.other.attribute-name.pseudo-class, source.css entity.other.attribute-name.pseudo-element</string>
  635. <key>settings</key>
  636. <dict>
  637. <key>foreground</key>
  638. <string>#a71d5d</string>
  639. </dict>
  640. </dict>
  641. <!-- Property Value -->
  642. <dict>
  643. <key>name</key>
  644. <string>Property Value</string>
  645. <key>scope</key>
  646. <string>source.css meta.value, source.css support.constant, source.css support.function</string>
  647. <key>settings</key>
  648. <dict>
  649. <key>foreground</key>
  650. <string>#323232</string>
  651. </dict>
  652. </dict>
  653. <!-- Color -->
  654. <dict>
  655. <key>name</key>
  656. <string>Color</string>
  657. <key>scope</key>
  658. <string>source.css constant.other.color</string>
  659. <key>settings</key>
  660. <dict>
  661. <key>foreground</key>
  662. <string>#ed6a43</string>
  663. </dict>
  664. </dict>
  665. <!--
  666. Sass/SCSS
  667. -->
  668. <!-- Entity Punctuation -->
  669. <dict>
  670. <key>name</key>
  671. <string>Entity Punctuation</string>
  672. <key>scope</key>
  673. <string>source.scss punctuation.definition.entity</string>
  674. <key>settings</key>
  675. <dict>
  676. <key>foreground</key>
  677. <string>#323232</string>
  678. </dict>
  679. </dict>
  680. <!-- Pseudo Selector -->
  681. <dict>
  682. <key>name</key>
  683. <string>Pseudo Selector</string>
  684. <key>scope</key>
  685. <string>source.scss entity.other.attribute-name.pseudo-class, source.scss entity.other.attribute-name.pseudo-element</string>
  686. <key>settings</key>
  687. <dict>
  688. <key>foreground</key>
  689. <string>#a71d5d</string>
  690. </dict>
  691. </dict>
  692. <!-- Property Value -->
  693. <dict>
  694. <key>name</key>
  695. <string>Color</string>
  696. <key>scope</key>
  697. <string>source.scss support.constant.property-value, source.scss support.function</string>
  698. <key>settings</key>
  699. <dict>
  700. <key>foreground</key>
  701. <string>#323232</string>
  702. </dict>
  703. </dict>
  704. <!-- Variable -->
  705. <dict>
  706. <key>name</key>
  707. <string>Variable</string>
  708. <key>scope</key>
  709. <string>source.scss variable</string>
  710. <key>settings</key>
  711. <dict>
  712. <key>foreground</key>
  713. <string>#a71d5d</string>
  714. </dict>
  715. </dict>
  716. <!--
  717. JavaScript
  718. -->
  719. <!-- this -->
  720. <dict>
  721. <key>name</key>
  722. <string>this</string>
  723. <key>scope</key>
  724. <string>variable.language.this.js</string>
  725. <key>settings</key>
  726. <dict>
  727. <key>foreground</key>
  728. <string>#ed6a43</string>
  729. </dict>
  730. </dict>
  731. <!-- Function -->
  732. <dict>
  733. <key>name</key>
  734. <string>Function</string>
  735. <key>scope</key>
  736. <string>source.js entity.name.function</string>
  737. <key>settings</key>
  738. <dict>
  739. <key>foreground</key>
  740. <string>#323232</string>
  741. <key>fontStyle</key>
  742. <string>regular</string>
  743. </dict>
  744. </dict>
  745. <!-- Function Definition -->
  746. <dict>
  747. <key>name</key>
  748. <string>Function Definition</string>
  749. <key>scope</key>
  750. <string>source.js meta.function entity.name.function, source.js entity.name.function meta.function</string>
  751. <key>settings</key>
  752. <dict>
  753. <key>foreground</key>
  754. <string>#795da3</string>
  755. <key>fontStyle</key>
  756. <string>bold</string>
  757. </dict>
  758. </dict>
  759. <!-- New Function -->
  760. <dict>
  761. <key>name</key>
  762. <string>New Function</string>
  763. <key>scope</key>
  764. <string>entity.name.type.new.js</string>
  765. <key>settings</key>
  766. <dict>
  767. <key>foreground</key>
  768. <string>#795da3</string>
  769. </dict>
  770. </dict>
  771. <!-- Function Prototype -->
  772. <dict>
  773. <key>name</key>
  774. <string>Function Prototype</string>
  775. <key>scope</key>
  776. <string>variable.language.prototype.js</string>
  777. <key>settings</key>
  778. <dict>
  779. <key>foreground</key>
  780. <string>#0086b3</string>
  781. </dict>
  782. </dict>
  783. <!-- Support Function -->
  784. <dict>
  785. <key>name</key>
  786. <string>Support Function</string>
  787. <key>scope</key>
  788. <string>source.js support.function</string>
  789. <key>settings</key>
  790. <dict>
  791. <key>foreground</key>
  792. <string>#0086b3</string>
  793. </dict>
  794. </dict>
  795. <!-- Console Object -->
  796. <dict>
  797. <key>name</key>
  798. <string>Function Prototype</string>
  799. <key>scope</key>
  800. <string>support.type.object.console.js</string>
  801. <key>settings</key>
  802. <dict>
  803. <key>foreground</key>
  804. <string>#795da3</string>
  805. </dict>
  806. </dict>
  807. <!--
  808. JSON
  809. -->
  810. <!-- 20 Deep -->
  811. <dict>
  812. <key>name</key>
  813. <string>JSON Property - 20 Deep</string>
  814. <key>scope</key>
  815. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  816. <key>settings</key>
  817. <dict>
  818. <key>foreground</key>
  819. <string>#183691</string>
  820. <key>fontStyle</key>
  821. <string>bold</string>
  822. </dict>
  823. </dict>
  824. <dict>
  825. <key>name</key>
  826. <string>JSON Value - 20 Deep</string>
  827. <key>scope</key>
  828. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  829. <key>settings</key>
  830. <dict>
  831. <key>foreground</key>
  832. <string>#323232</string>
  833. <key>fontStyle</key>
  834. <string>regular</string>
  835. </dict>
  836. </dict>
  837. <!-- 19 Deep -->
  838. <dict>
  839. <key>name</key>
  840. <string>JSON Property - 19 Deep</string>
  841. <key>scope</key>
  842. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  843. <key>settings</key>
  844. <dict>
  845. <key>foreground</key>
  846. <string>#183691</string>
  847. <key>fontStyle</key>
  848. <string>bold</string>
  849. </dict>
  850. </dict>
  851. <dict>
  852. <key>name</key>
  853. <string>JSON Value - 19 Deep</string>
  854. <key>scope</key>
  855. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  856. <key>settings</key>
  857. <dict>
  858. <key>foreground</key>
  859. <string>#323232</string>
  860. <key>fontStyle</key>
  861. <string>regular</string>
  862. </dict>
  863. </dict>
  864. <!-- 18 Deep -->
  865. <dict>
  866. <key>name</key>
  867. <string>JSON Property - 18 Deep</string>
  868. <key>scope</key>
  869. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  870. <key>settings</key>
  871. <dict>
  872. <key>foreground</key>
  873. <string>#183691</string>
  874. <key>fontStyle</key>
  875. <string>bold</string>
  876. </dict>
  877. </dict>
  878. <dict>
  879. <key>name</key>
  880. <string>JSON Value - 18 Deep</string>
  881. <key>scope</key>
  882. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  883. <key>settings</key>
  884. <dict>
  885. <key>foreground</key>
  886. <string>#323232</string>
  887. <key>fontStyle</key>
  888. <string>regular</string>
  889. </dict>
  890. </dict>
  891. <!-- 17 Deep -->
  892. <dict>
  893. <key>name</key>
  894. <string>JSON Property - 17 Deep</string>
  895. <key>scope</key>
  896. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  897. <key>settings</key>
  898. <dict>
  899. <key>foreground</key>
  900. <string>#183691</string>
  901. <key>fontStyle</key>
  902. <string>bold</string>
  903. </dict>
  904. </dict>
  905. <dict>
  906. <key>name</key>
  907. <string>JSON Value - 17 Deep</string>
  908. <key>scope</key>
  909. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  910. <key>settings</key>
  911. <dict>
  912. <key>foreground</key>
  913. <string>#323232</string>
  914. <key>fontStyle</key>
  915. <string>regular</string>
  916. </dict>
  917. </dict>
  918. <!-- 16 Deep -->
  919. <dict>
  920. <key>name</key>
  921. <string>JSON Property - 16 Deep</string>
  922. <key>scope</key>
  923. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  924. <key>settings</key>
  925. <dict>
  926. <key>foreground</key>
  927. <string>#183691</string>
  928. <key>fontStyle</key>
  929. <string>bold</string>
  930. </dict>
  931. </dict>
  932. <dict>
  933. <key>name</key>
  934. <string>JSON Value - 16 Deep</string>
  935. <key>scope</key>
  936. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  937. <key>settings</key>
  938. <dict>
  939. <key>foreground</key>
  940. <string>#323232</string>
  941. <key>fontStyle</key>
  942. <string>regular</string>
  943. </dict>
  944. </dict>
  945. <!-- 15 Deep -->
  946. <dict>
  947. <key>name</key>
  948. <string>JSON Property - 15 Deep</string>
  949. <key>scope</key>
  950. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  951. <key>settings</key>
  952. <dict>
  953. <key>foreground</key>
  954. <string>#183691</string>
  955. <key>fontStyle</key>
  956. <string>bold</string>
  957. </dict>
  958. </dict>
  959. <dict>
  960. <key>name</key>
  961. <string>JSON Value - 15 Deep</string>
  962. <key>scope</key>
  963. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  964. <key>settings</key>
  965. <dict>
  966. <key>foreground</key>
  967. <string>#323232</string>
  968. <key>fontStyle</key>
  969. <string>regular</string>
  970. </dict>
  971. </dict>
  972. <!-- 14 Deep -->
  973. <dict>
  974. <key>name</key>
  975. <string>JSON Property - 14 Deep</string>
  976. <key>scope</key>
  977. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  978. <key>settings</key>
  979. <dict>
  980. <key>foreground</key>
  981. <string>#183691</string>
  982. <key>fontStyle</key>
  983. <string>bold</string>
  984. </dict>
  985. </dict>
  986. <dict>
  987. <key>name</key>
  988. <string>JSON Value - 14 Deep</string>
  989. <key>scope</key>
  990. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  991. <key>settings</key>
  992. <dict>
  993. <key>foreground</key>
  994. <string>#323232</string>
  995. <key>fontStyle</key>
  996. <string>regular</string>
  997. </dict>
  998. </dict>
  999. <!-- 13 Deep -->
  1000. <dict>
  1001. <key>name</key>
  1002. <string>JSON Property - 13 Deep</string>
  1003. <key>scope</key>
  1004. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1005. <key>settings</key>
  1006. <dict>
  1007. <key>foreground</key>
  1008. <string>#183691</string>
  1009. <key>fontStyle</key>
  1010. <string>bold</string>
  1011. </dict>
  1012. </dict>
  1013. <dict>
  1014. <key>name</key>
  1015. <string>JSON Value - 13 Deep</string>
  1016. <key>scope</key>
  1017. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1018. <key>settings</key>
  1019. <dict>
  1020. <key>foreground</key>
  1021. <string>#323232</string>
  1022. <key>fontStyle</key>
  1023. <string>regular</string>
  1024. </dict>
  1025. </dict>
  1026. <!-- 12 Deep -->
  1027. <dict>
  1028. <key>name</key>
  1029. <string>JSON Property - 12 Deep</string>
  1030. <key>scope</key>
  1031. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1032. <key>settings</key>
  1033. <dict>
  1034. <key>foreground</key>
  1035. <string>#183691</string>
  1036. <key>fontStyle</key>
  1037. <string>bold</string>
  1038. </dict>
  1039. </dict>
  1040. <dict>
  1041. <key>name</key>
  1042. <string>JSON Value - 12 Deep</string>
  1043. <key>scope</key>
  1044. <string>meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1045. <key>settings</key>
  1046. <dict>
  1047. <key>foreground</key>
  1048. <string>#323232</string>
  1049. <key>fontStyle</key>
  1050. <string>regular</string>
  1051. </dict>
  1052. </dict>
  1053. <!-- 11 Deep -->
  1054. <dict>
  1055. <key>name</key>
  1056. <string>JSON Property - 11 Deep</string>
  1057. <key>scope</key>
  1058. <string>meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1059. <key>settings</key>
  1060. <dict>
  1061. <key>foreground</key>
  1062. <string>#183691</string>
  1063. <key>fontStyle</key>
  1064. <string>bold</string>
  1065. </dict>
  1066. </dict>
  1067. <dict>
  1068. <key>name</key>
  1069. <string>JSON Value - 11 Deep</string>
  1070. <key>scope</key>
  1071. <string>meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1072. <key>settings</key>
  1073. <dict>
  1074. <key>foreground</key>
  1075. <string>#323232</string>
  1076. <key>fontStyle</key>
  1077. <string>regular</string>
  1078. </dict>
  1079. </dict>
  1080. <!-- 10 Deep -->
  1081. <dict>
  1082. <key>name</key>
  1083. <string>JSON Property - 10 Deep</string>
  1084. <key>scope</key>
  1085. <string>meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1086. <key>settings</key>
  1087. <dict>
  1088. <key>foreground</key>
  1089. <string>#183691</string>
  1090. <key>fontStyle</key>
  1091. <string>bold</string>
  1092. </dict>
  1093. </dict>
  1094. <dict>
  1095. <key>name</key>
  1096. <string>JSON Value - 10 Deep</string>
  1097. <key>scope</key>
  1098. <string>meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1099. <key>settings</key>
  1100. <dict>
  1101. <key>foreground</key>
  1102. <string>#323232</string>
  1103. <key>fontStyle</key>
  1104. <string>regular</string>
  1105. </dict>
  1106. </dict>
  1107. <!-- 9 Deep -->
  1108. <dict>
  1109. <key>name</key>
  1110. <string>JSON Property - 9 Deep</string>
  1111. <key>scope</key>
  1112. <string>meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1113. <key>settings</key>
  1114. <dict>
  1115. <key>foreground</key>
  1116. <string>#183691</string>
  1117. <key>fontStyle</key>
  1118. <string>bold</string>
  1119. </dict>
  1120. </dict>
  1121. <dict>
  1122. <key>name</key>
  1123. <string>JSON Value - 9 Deep</string>
  1124. <key>scope</key>
  1125. <string>meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1126. <key>settings</key>
  1127. <dict>
  1128. <key>foreground</key>
  1129. <string>#323232</string>
  1130. <key>fontStyle</key>
  1131. <string>regular</string>
  1132. </dict>
  1133. </dict>
  1134. <!-- 8 Deep -->
  1135. <dict>
  1136. <key>name</key>
  1137. <string>JSON Property - 8 Deep</string>
  1138. <key>scope</key>
  1139. <string>meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1140. <key>settings</key>
  1141. <dict>
  1142. <key>foreground</key>
  1143. <string>#183691</string>
  1144. <key>fontStyle</key>
  1145. <string>bold</string>
  1146. </dict>
  1147. </dict>
  1148. <dict>
  1149. <key>name</key>
  1150. <string>JSON Value - 8 Deep</string>
  1151. <key>scope</key>
  1152. <string>meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1153. <key>settings</key>
  1154. <dict>
  1155. <key>foreground</key>
  1156. <string>#323232</string>
  1157. <key>fontStyle</key>
  1158. <string>regular</string>
  1159. </dict>
  1160. </dict>
  1161. <!-- 7 Deep -->
  1162. <dict>
  1163. <key>name</key>
  1164. <string>JSON Property - 7 Deep</string>
  1165. <key>scope</key>
  1166. <string>meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1167. <key>settings</key>
  1168. <dict>
  1169. <key>foreground</key>
  1170. <string>#183691</string>
  1171. <key>fontStyle</key>
  1172. <string>bold</string>
  1173. </dict>
  1174. </dict>
  1175. <dict>
  1176. <key>name</key>
  1177. <string>JSON Value - 7 Deep</string>
  1178. <key>scope</key>
  1179. <string>meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1180. <key>settings</key>
  1181. <dict>
  1182. <key>foreground</key>
  1183. <string>#323232</string>
  1184. <key>fontStyle</key>
  1185. <string>regular</string>
  1186. </dict>
  1187. </dict>
  1188. <!-- 6 Deep -->
  1189. <dict>
  1190. <key>name</key>
  1191. <string>JSON Property - 6 Deep</string>
  1192. <key>scope</key>
  1193. <string>meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1194. <key>settings</key>
  1195. <dict>
  1196. <key>foreground</key>
  1197. <string>#183691</string>
  1198. <key>fontStyle</key>
  1199. <string>bold</string>
  1200. </dict>
  1201. </dict>
  1202. <dict>
  1203. <key>name</key>
  1204. <string>JSON Value - 6 Deep</string>
  1205. <key>scope</key>
  1206. <string>meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1207. <key>settings</key>
  1208. <dict>
  1209. <key>foreground</key>
  1210. <string>#323232</string>
  1211. <key>fontStyle</key>
  1212. <string>regular</string>
  1213. </dict>
  1214. </dict>
  1215. <!-- 5 Deep -->
  1216. <dict>
  1217. <key>name</key>
  1218. <string>JSON Property - 5 Deep</string>
  1219. <key>scope</key>
  1220. <string>meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1221. <key>settings</key>
  1222. <dict>
  1223. <key>foreground</key>
  1224. <string>#183691</string>
  1225. <key>fontStyle</key>
  1226. <string>bold</string>
  1227. </dict>
  1228. </dict>
  1229. <dict>
  1230. <key>name</key>
  1231. <string>JSON Value - 5 Deep</string>
  1232. <key>scope</key>
  1233. <string>meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1234. <key>settings</key>
  1235. <dict>
  1236. <key>foreground</key>
  1237. <string>#323232</string>
  1238. <key>fontStyle</key>
  1239. <string>regular</string>
  1240. </dict>
  1241. </dict>
  1242. <!-- 4 Deep -->
  1243. <dict>
  1244. <key>name</key>
  1245. <string>JSON Property - 4 Deep</string>
  1246. <key>scope</key>
  1247. <string>meta meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1248. <key>settings</key>
  1249. <dict>
  1250. <key>foreground</key>
  1251. <string>#183691</string>
  1252. <key>fontStyle</key>
  1253. <string>bold</string>
  1254. </dict>
  1255. </dict>
  1256. <dict>
  1257. <key>name</key>
  1258. <string>JSON Value - 4 Deep</string>
  1259. <key>scope</key>
  1260. <string>meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1261. <key>settings</key>
  1262. <dict>
  1263. <key>foreground</key>
  1264. <string>#323232</string>
  1265. <key>fontStyle</key>
  1266. <string>regular</string>
  1267. </dict>
  1268. </dict>
  1269. <!-- 3 Deep -->
  1270. <dict>
  1271. <key>name</key>
  1272. <string>JSON Property - 3 Deep</string>
  1273. <key>scope</key>
  1274. <string>meta meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1275. <key>settings</key>
  1276. <dict>
  1277. <key>foreground</key>
  1278. <string>#183691</string>
  1279. <key>fontStyle</key>
  1280. <string>bold</string>
  1281. </dict>
  1282. </dict>
  1283. <dict>
  1284. <key>name</key>
  1285. <string>JSON Value - 3 Deep</string>
  1286. <key>scope</key>
  1287. <string>meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1288. <key>settings</key>
  1289. <dict>
  1290. <key>foreground</key>
  1291. <string>#323232</string>
  1292. <key>fontStyle</key>
  1293. <string>regular</string>
  1294. </dict>
  1295. </dict>
  1296. <!-- 2 Deep -->
  1297. <dict>
  1298. <key>name</key>
  1299. <string>JSON Property - 2 Deep</string>
  1300. <key>scope</key>
  1301. <string>meta meta meta.structure.dictionary.json string.quoted.double.json</string>
  1302. <key>settings</key>
  1303. <dict>
  1304. <key>foreground</key>
  1305. <string>#183691</string>
  1306. <key>fontStyle</key>
  1307. <string>bold</string>
  1308. </dict>
  1309. </dict>
  1310. <dict>
  1311. <key>name</key>
  1312. <string>JSON Value - 2 Deep</string>
  1313. <key>scope</key>
  1314. <string>meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1315. <key>settings</key>
  1316. <dict>
  1317. <key>foreground</key>
  1318. <string>#323232</string>
  1319. <key>fontStyle</key>
  1320. <string>regular</string>
  1321. </dict>
  1322. </dict>
  1323. <!-- 1 Deep -->
  1324. <dict>
  1325. <key>name</key>
  1326. <string>JSON Property - 1 Deep</string>
  1327. <key>scope</key>
  1328. <string>meta meta.structure.dictionary.json string.quoted.double.json</string>
  1329. <key>settings</key>
  1330. <dict>
  1331. <key>foreground</key>
  1332. <string>#183691</string>
  1333. <key>fontStyle</key>
  1334. <string>bold</string>
  1335. </dict>
  1336. </dict>
  1337. <dict>
  1338. <key>name</key>
  1339. <string>JSON Value - 1 Deep</string>
  1340. <key>scope</key>
  1341. <string>meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1342. <key>settings</key>
  1343. <dict>
  1344. <key>foreground</key>
  1345. <string>#323232</string>
  1346. <key>fontStyle</key>
  1347. <string>regular</string>
  1348. </dict>
  1349. </dict>
  1350. <!-- 0 Deep -->
  1351. <dict>
  1352. <key>name</key>
  1353. <string>JSON Property</string>
  1354. <key>scope</key>
  1355. <string>meta.structure.dictionary.json string.quoted.double.json</string>
  1356. <key>settings</key>
  1357. <dict>
  1358. <key>foreground</key>
  1359. <string>#183691</string>
  1360. <key>fontStyle</key>
  1361. <string>bold</string>
  1362. </dict>
  1363. </dict>
  1364. <dict>
  1365. <key>name</key>
  1366. <string>JSON Value</string>
  1367. <key>scope</key>
  1368. <string>meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string>
  1369. <key>settings</key>
  1370. <dict>
  1371. <key>foreground</key>
  1372. <string>#323232</string>
  1373. <key>fontStyle</key>
  1374. <string>regular</string>
  1375. </dict>
  1376. </dict>
  1377. <!--
  1378. Python
  1379. -->
  1380. <!-- Keyword -->
  1381. <dict>
  1382. <key>name</key>
  1383. <string>Keyword</string>
  1384. <key>scope</key>
  1385. <string>source.python keyword</string>
  1386. <key>settings</key>
  1387. <dict>
  1388. <key>fontStyle</key>
  1389. <string>bold</string>
  1390. </dict>
  1391. </dict>
  1392. <!-- Storage -->
  1393. <dict>
  1394. <key>name</key>
  1395. <string>Storage</string>
  1396. <key>scope</key>
  1397. <string>source.python storage</string>
  1398. <key>settings</key>
  1399. <dict>
  1400. <key>fontStyle</key>
  1401. <string>bold</string>
  1402. </dict>
  1403. </dict>
  1404. <!-- Storage Type -->
  1405. <dict>
  1406. <key>name</key>
  1407. <string>Storage Type</string>
  1408. <key>scope</key>
  1409. <string>source.python storage.type</string>
  1410. <key>settings</key>
  1411. <dict>
  1412. <key>fontStyle</key>
  1413. <string>bold</string>
  1414. </dict>
  1415. </dict>
  1416. <!-- Function -->
  1417. <dict>
  1418. <key>name</key>
  1419. <string>Function</string>
  1420. <key>scope</key>
  1421. <string>source.python entity.name.function</string>
  1422. <key>settings</key>
  1423. <dict>
  1424. <key>foreground</key>
  1425. <string>#323232</string>
  1426. <key>fontStyle</key>
  1427. <string>bold</string>
  1428. </dict>
  1429. </dict>
  1430. <!--
  1431. PHP
  1432. -->
  1433. <!-- Class -->
  1434. <dict>
  1435. <key>name</key>
  1436. <string>Class</string>
  1437. <key>scope</key>
  1438. <string>source.php entity.name.type.class</string>
  1439. <key>settings</key>
  1440. <dict>
  1441. <key>foreground</key>
  1442. <string>#323232</string>
  1443. <key>fontStyle</key>
  1444. <string>bold</string>
  1445. </dict>
  1446. </dict>
  1447. <!--
  1448. Ruby
  1449. -->
  1450. <!-- Language Variable -->
  1451. <dict>
  1452. <key>name</key>
  1453. <string>Language Variable</string>
  1454. <key>scope</key>
  1455. <string>variable.language.ruby</string>
  1456. <key>settings</key>
  1457. <dict>
  1458. <key>foreground</key>
  1459. <string>#ed6a43</string>
  1460. </dict>
  1461. </dict>
  1462. <!-- Module Name -->
  1463. <dict>
  1464. <key>name</key>
  1465. <string>Module Name</string>
  1466. <key>scope</key>
  1467. <string>entity.name.type.module.ruby</string>
  1468. <key>settings</key>
  1469. <dict>
  1470. <key>foreground</key>
  1471. <string>#795da3</string>
  1472. <key>fontStyle</key>
  1473. <string>bold</string>
  1474. </dict>
  1475. </dict>
  1476. <!-- Class Name -->
  1477. <dict>
  1478. <key>name</key>
  1479. <string>Class Name</string>
  1480. <key>scope</key>
  1481. <string>entity.name.type.class.ruby</string>
  1482. <key>settings</key>
  1483. <dict>
  1484. <key>foreground</key>
  1485. <string>#795da3</string>
  1486. <key>fontStyle</key>
  1487. <string>bold</string>
  1488. </dict>
  1489. </dict>
  1490. <!-- Inherited Class -->
  1491. <dict>
  1492. <key>name</key>
  1493. <string>Inherited Class</string>
  1494. <key>scope</key>
  1495. <string>entity.other.inherited-class.ruby</string>
  1496. <key>settings</key>
  1497. <dict>
  1498. <key>foreground</key>
  1499. <string>#795da3</string>
  1500. <key>fontStyle</key>
  1501. <string>bold</string>
  1502. </dict>
  1503. </dict>
  1504. <!--
  1505. Markdown
  1506. -->
  1507. <!-- Punctuation -->
  1508. <dict>
  1509. <key>name</key>
  1510. <string>Punctuation</string>
  1511. <key>scope</key>
  1512. <string>punctuation.definition.heading.markdown, punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown, punctuation.definition.link.markdown, punctuation.definition.blockquote.markdown, punctuation.definition.raw.markdown</string>
  1513. <key>settings</key>
  1514. <dict>
  1515. <key>foreground</key>
  1516. <string>#a71d5d</string>
  1517. </dict>
  1518. </dict>
  1519. <!-- Separator -->
  1520. <dict>
  1521. <key>name</key>
  1522. <string>Separator</string>
  1523. <key>scope</key>
  1524. <string>text.html.markdown meta.separator</string>
  1525. <key>settings</key>
  1526. <dict>
  1527. <key>foreground</key>
  1528. <string>#b3b3b3</string>
  1529. </dict>
  1530. </dict>
  1531. <!-- Heading -->
  1532. <dict>
  1533. <key>name</key>
  1534. <string>Heading</string>
  1535. <key>scope</key>
  1536. <string>text.html.markdown markup.heading</string>
  1537. <key>settings</key>
  1538. <dict>
  1539. <key>fontStyle</key>
  1540. <string>bold</string>
  1541. </dict>
  1542. </dict>
  1543. <!-- Code Block -->
  1544. <dict>
  1545. <key>name</key>
  1546. <string>Code Block</string>
  1547. <key>scope</key>
  1548. <string>text.html.markdown markup.raw.block</string>
  1549. <key>settings</key>
  1550. <dict>
  1551. <key>foreground</key>
  1552. <string>#323232</string>
  1553. </dict>
  1554. </dict>
  1555. <!-- Inline Code -->
  1556. <dict>
  1557. <key>name</key>
  1558. <string>Inline Code</string>
  1559. <key>scope</key>
  1560. <string>text.html.markdown markup.raw.inline</string>
  1561. <key>settings</key>
  1562. <dict>
  1563. <key>foreground</key>
  1564. <string>#323232</string>
  1565. </dict>
  1566. </dict>
  1567. <!-- Link & Image -->
  1568. <dict>
  1569. <key>name</key>
  1570. <string>Link and Image</string>
  1571. <key>scope</key>
  1572. <string>text.html.markdown meta.link, text.html.markdown meta.image</string>
  1573. <key>settings</key>
  1574. <dict>
  1575. <key>foreground</key>
  1576. <string>#4183c4</string>
  1577. </dict>
  1578. </dict>
  1579. <dict>
  1580. <key>name</key>
  1581. <string>Link URL</string>
  1582. <key>scope</key>
  1583. <string>text.html.markdown markup.underline.link, text.html.markdown constant.other.reference</string>
  1584. <key>settings</key>
  1585. <dict>
  1586. <key>fontStyle</key>
  1587. <string>italic</string>
  1588. </dict>
  1589. </dict>
  1590. <!-- List -->
  1591. <dict>
  1592. <key>name</key>
  1593. <string>List</string>
  1594. <key>scope</key>
  1595. <string>text.html.markdown markup.list</string>
  1596. <key>settings</key>
  1597. <dict>
  1598. <key>foreground</key>
  1599. <string>#ed6a43</string>
  1600. </dict>
  1601. </dict>
  1602. <!-- Bold -->
  1603. <dict>
  1604. <key>name</key>
  1605. <string>Bold</string>
  1606. <key>scope</key>
  1607. <string>text.html.markdown markup.bold</string>
  1608. <key>settings</key>
  1609. <dict>
  1610. <key>fontStyle</key>
  1611. <string>bold</string>
  1612. </dict>
  1613. </dict>
  1614. <!-- Italic -->
  1615. <dict>
  1616. <key>name</key>
  1617. <string>Italic</string>
  1618. <key>scope</key>
  1619. <string>text.html.markdown markup.italic</string>
  1620. <key>settings</key>
  1621. <dict>
  1622. <key>fontStyle</key>
  1623. <string>italic</string>
  1624. </dict>
  1625. </dict>
  1626. <!-- Bold Italic -->
  1627. <dict>
  1628. <key>name</key>
  1629. <string>Bold Italic</string>
  1630. <key>scope</key>
  1631. <string>text.html.markdown markup.bold markup.italic</string>
  1632. <key>settings</key>
  1633. <dict>
  1634. <key>fontStyle</key>
  1635. <string>bold italic</string>
  1636. </dict>
  1637. </dict>
  1638. <!-- Italic Bold -->
  1639. <dict>
  1640. <key>name</key>
  1641. <string>Italic Bold</string>
  1642. <key>scope</key>
  1643. <string>text.html.markdown markup.italic markup.bold</string>
  1644. <key>settings</key>
  1645. <dict>
  1646. <key>fontStyle</key>
  1647. <string>italic bold</string>
  1648. </dict>
  1649. </dict>
  1650. </array>
  1651. </dict>
  1652. </plist>