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.

1012 lines
28KB

  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. <plist version="1.0">
  4. <dict>
  5. <key>author</key>
  6. <string>Mattia Astorino</string>
  7. <key>colorSpaceName</key>
  8. <string>sRGB</string>
  9. <key>name</key>
  10. <string>Material-Theme-Darker</string>
  11. <key>semanticClass</key>
  12. <string>material.theme.darker</string>
  13. <key>settings</key>
  14. <array>
  15. <dict>
  16. <key>settings</key>
  17. <dict>
  18. <key>activeGuide</key>
  19. <string>#FFFFFF50</string>
  20. <key>background</key>
  21. <string>#212121</string>
  22. <key>caret</key>
  23. <string>#FFCC00</string>
  24. <key>findHighlight</key>
  25. <string>#F8E71C</string>
  26. <key>foreground</key>
  27. <string>#eeffffff</string>
  28. <key>guide</key>
  29. <string>#42424270</string>
  30. <key>gutterForeground</key>
  31. <string>#424242</string>
  32. <key>invisibles</key>
  33. <string>#65737e</string>
  34. <key>lineHighlight</key>
  35. <string>#00000050</string>
  36. <key>popupCss</key>
  37. <string><![CDATA[ html { background-color: #212121; color: #eeffffff; padding: 16px; } a { color: #B2CCD6; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } .type { color: #89DDFF; font-style: italic; } .param { color: #F78C6C; } .current { text-decoration: underline; } ]]></string>
  38. <key>selection</key>
  39. <string>#61616150</string>
  40. <key>selectionBorder</key>
  41. <string>#61616150</string>
  42. <key>shadow</key>
  43. <string>#00000010</string>
  44. <key>stackGuide</key>
  45. <string>#42424280</string>
  46. </dict>
  47. </dict>
  48. <dict>
  49. <key>name</key>
  50. <string>Comments</string>
  51. <key>scope</key>
  52. <string>comment, punctuation.definition.comment</string>
  53. <key>settings</key>
  54. <dict>
  55. <key>fontStyle</key>
  56. <string>italic</string>
  57. <key>foreground</key>
  58. <string>#4A4A4A</string>
  59. </dict>
  60. </dict>
  61. <dict>
  62. <key>name</key>
  63. <string>Variable</string>
  64. <key>scope</key>
  65. <string>variable, string constant.other.placeholder</string>
  66. <key>settings</key>
  67. <dict>
  68. <key>foreground</key>
  69. <string>#eeffffff</string>
  70. </dict>
  71. </dict>
  72. <dict>
  73. <key>name</key>
  74. <string>Colors</string>
  75. <key>scope</key>
  76. <string>constant.other.color</string>
  77. <key>settings</key>
  78. <dict>
  79. <key>foreground</key>
  80. <string>#ffffff</string>
  81. </dict>
  82. </dict>
  83. <dict>
  84. <key>name</key>
  85. <string>Invalid</string>
  86. <key>scope</key>
  87. <string>invalid, invalid.illegal, invalid.broken</string>
  88. <key>settings</key>
  89. <dict>
  90. <key>background</key>
  91. <string>#FF5370</string>
  92. <key>foreground</key>
  93. <string>#ffffff</string>
  94. </dict>
  95. </dict>
  96. <dict>
  97. <key>name</key>
  98. <string>Unimplemented</string>
  99. <key>scope</key>
  100. <string>invalid.unimplemented</string>
  101. <key>settings</key>
  102. <dict>
  103. <key>background</key>
  104. <string>#C3E88D</string>
  105. <key>foreground</key>
  106. <string>#ffffff</string>
  107. </dict>
  108. </dict>
  109. <dict>
  110. <key>name</key>
  111. <string>Invalid deprecated</string>
  112. <key>scope</key>
  113. <string>invalid.deprecated</string>
  114. <key>settings</key>
  115. <dict>
  116. <key>background</key>
  117. <string>#C792EA</string>
  118. <key>foreground</key>
  119. <string>#ffffff</string>
  120. </dict>
  121. </dict>
  122. <dict>
  123. <key>name</key>
  124. <string>Keyword, Storage</string>
  125. <key>scope</key>
  126. <string>keyword, storage.type, storage.modifier</string>
  127. <key>settings</key>
  128. <dict>
  129. <key>foreground</key>
  130. <string>#C792EA</string>
  131. </dict>
  132. </dict>
  133. <dict>
  134. <key>name</key>
  135. <string>Keyword, Storage</string>
  136. <key>scope</key>
  137. <string>storage.type, keyword.control</string>
  138. <key>settings</key>
  139. <dict>
  140. <key>fontStyle</key>
  141. <string>italic</string>
  142. </dict>
  143. </dict>
  144. <dict>
  145. <key>name</key>
  146. <string>Operator, Misc</string>
  147. <key>scope</key>
  148. <string>keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution</string>
  149. <key>settings</key>
  150. <dict>
  151. <key>foreground</key>
  152. <string>#89DDFF</string>
  153. </dict>
  154. </dict>
  155. <dict>
  156. <key>name</key>
  157. <string>Tag</string>
  158. <key>scope</key>
  159. <string>entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter</string>
  160. <key>settings</key>
  161. <dict>
  162. <key>foreground</key>
  163. <string>#f07178</string>
  164. </dict>
  165. </dict>
  166. <dict>
  167. <key>name</key>
  168. <string>Function, Special Method, Block Level</string>
  169. <key>scope</key>
  170. <string>entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level</string>
  171. <key>settings</key>
  172. <dict>
  173. <key>foreground</key>
  174. <string>#82AAFF</string>
  175. </dict>
  176. </dict>
  177. <dict>
  178. <key>name</key>
  179. <string>Other Variable, String Link</string>
  180. <key>scope</key>
  181. <string>support.other.variable, string.other.link</string>
  182. <key>settings</key>
  183. <dict>
  184. <key>foreground</key>
  185. <string>#f07178</string>
  186. </dict>
  187. </dict>
  188. <dict>
  189. <key>name</key>
  190. <string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
  191. <key>scope</key>
  192. <string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit</string>
  193. <key>settings</key>
  194. <dict>
  195. <key>foreground</key>
  196. <string>#F78C6C</string>
  197. </dict>
  198. </dict>
  199. <dict>
  200. <key>name</key>
  201. <string>String, Symbols, Inherited Class, Markup Heading</string>
  202. <key>scope</key>
  203. <string>string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js</string>
  204. <key>settings</key>
  205. <dict>
  206. <key>fontStyle</key>
  207. <string>normal</string>
  208. <key>foreground</key>
  209. <string>#C3E88D</string>
  210. </dict>
  211. </dict>
  212. <dict>
  213. <key>name</key>
  214. <string>Class, Support</string>
  215. <key>scope</key>
  216. <string>entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types</string>
  217. <key>settings</key>
  218. <dict>
  219. <key>foreground</key>
  220. <string>#FFCB6B</string>
  221. </dict>
  222. </dict>
  223. <dict>
  224. <key>name</key>
  225. <string>CSS Class and Support</string>
  226. <key>scope</key>
  227. <string>source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type</string>
  228. <key>settings</key>
  229. <dict>
  230. <key>foreground</key>
  231. <string>#B2CCD6</string>
  232. </dict>
  233. </dict>
  234. <dict>
  235. <key>name</key>
  236. <string>Sub-methods</string>
  237. <key>scope</key>
  238. <string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string>
  239. <key>settings</key>
  240. <dict>
  241. <key>foreground</key>
  242. <string>#FF5370</string>
  243. </dict>
  244. </dict>
  245. <dict>
  246. <key>name</key>
  247. <string>Language methods</string>
  248. <key>scope</key>
  249. <string>variable.language</string>
  250. <key>settings</key>
  251. <dict>
  252. <key>fontStyle</key>
  253. <string>italic</string>
  254. <key>foreground</key>
  255. <string>#FF5370</string>
  256. </dict>
  257. </dict>
  258. <dict>
  259. <key>name</key>
  260. <string>entity.name.method.js</string>
  261. <key>scope</key>
  262. <string>entity.name.method.js</string>
  263. <key>settings</key>
  264. <dict>
  265. <key>foreground</key>
  266. <string>#82AAFF</string>
  267. </dict>
  268. </dict>
  269. <dict>
  270. <key>name</key>
  271. <string>meta.method.js</string>
  272. <key>scope</key>
  273. <string>meta.class-method.js entity.name.function.js, variable.function.constructor</string>
  274. <key>settings</key>
  275. <dict>
  276. <key>foreground</key>
  277. <string>#82AAFF</string>
  278. </dict>
  279. </dict>
  280. <dict>
  281. <key>name</key>
  282. <string>Attributes</string>
  283. <key>scope</key>
  284. <string>entity.other.attribute-name</string>
  285. <key>settings</key>
  286. <dict>
  287. <key>foreground</key>
  288. <string>#C792EA</string>
  289. </dict>
  290. </dict>
  291. <dict>
  292. <key>name</key>
  293. <string>HTML Attributes</string>
  294. <key>scope</key>
  295. <string>text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name</string>
  296. <key>settings</key>
  297. <dict>
  298. <key>fontStyle</key>
  299. <string>italic</string>
  300. <key>foreground</key>
  301. <string>#FFCB6B</string>
  302. </dict>
  303. </dict>
  304. <dict>
  305. <key>name</key>
  306. <string>CSS Classes</string>
  307. <key>scope</key>
  308. <string>entity.other.attribute-name.class</string>
  309. <key>settings</key>
  310. <dict>
  311. <key>foreground</key>
  312. <string>#FFCB6B</string>
  313. </dict>
  314. </dict>
  315. <dict>
  316. <key>name</key>
  317. <string>CSS Id</string>
  318. <key>scope</key>
  319. <string>source.sass keyword.control</string>
  320. <key>settings</key>
  321. <dict>
  322. <key>foreground</key>
  323. <string>#82AAFF</string>
  324. </dict>
  325. </dict>
  326. <dict>
  327. <key>name</key>
  328. <string>Inserted</string>
  329. <key>scope</key>
  330. <string>markup.inserted</string>
  331. <key>settings</key>
  332. <dict>
  333. <key>foreground</key>
  334. <string>#C3E88D</string>
  335. </dict>
  336. </dict>
  337. <dict>
  338. <key>name</key>
  339. <string>Deleted</string>
  340. <key>scope</key>
  341. <string>markup.deleted</string>
  342. <key>settings</key>
  343. <dict>
  344. <key>foreground</key>
  345. <string>#FF5370</string>
  346. </dict>
  347. </dict>
  348. <dict>
  349. <key>name</key>
  350. <string>Changed</string>
  351. <key>scope</key>
  352. <string>markup.changed</string>
  353. <key>settings</key>
  354. <dict>
  355. <key>foreground</key>
  356. <string>#C792EA</string>
  357. </dict>
  358. </dict>
  359. <dict>
  360. <key>name</key>
  361. <string>Regular Expressions</string>
  362. <key>scope</key>
  363. <string>string.regexp</string>
  364. <key>settings</key>
  365. <dict>
  366. <key>foreground</key>
  367. <string>#89DDFF</string>
  368. </dict>
  369. </dict>
  370. <dict>
  371. <key>name</key>
  372. <string>Escape Characters</string>
  373. <key>scope</key>
  374. <string>constant.character.escape</string>
  375. <key>settings</key>
  376. <dict>
  377. <key>foreground</key>
  378. <string>#89DDFF</string>
  379. </dict>
  380. </dict>
  381. <dict>
  382. <key>name</key>
  383. <string>URL</string>
  384. <key>scope</key>
  385. <string>*url*, *link*, *uri*</string>
  386. <key>settings</key>
  387. <dict>
  388. <key>fontStyle</key>
  389. <string>underline</string>
  390. </dict>
  391. </dict>
  392. <dict>
  393. <key>name</key>
  394. <string>Search Results Nums</string>
  395. <key>scope</key>
  396. <string>constant.numeric.line-number.find-in-files - match</string>
  397. <key>settings</key>
  398. <dict>
  399. <key>foreground</key>
  400. <string>#C17E70</string>
  401. </dict>
  402. </dict>
  403. <dict>
  404. <key>name</key>
  405. <string>Search Results Lines</string>
  406. <key>scope</key>
  407. <string>entity.name.filename.find-in-files</string>
  408. <key>settings</key>
  409. <dict>
  410. <key>foreground</key>
  411. <string>#C3E88D</string>
  412. </dict>
  413. </dict>
  414. <dict>
  415. <key>name</key>
  416. <string>Decorators</string>
  417. <key>scope</key>
  418. <string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js</string>
  419. <key>settings</key>
  420. <dict>
  421. <key>fontStyle</key>
  422. <string>italic</string>
  423. <key>foreground</key>
  424. <string>#82AAFF</string>
  425. </dict>
  426. </dict>
  427. <dict>
  428. <key>name</key>
  429. <string>ES7 Bind Operator</string>
  430. <key>scope</key>
  431. <string>source.js constant.other.object.key.js string.unquoted.label.js</string>
  432. <key>settings</key>
  433. <dict>
  434. <key>fontStyle</key>
  435. <string>italic</string>
  436. <key>foreground</key>
  437. <string>#FF5370</string>
  438. </dict>
  439. </dict>
  440. <dict>
  441. <key>name</key>
  442. <string>JSON Key - Level 8</string>
  443. <key>scope</key>
  444. <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - 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, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.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 punctuation.definition.string</string>
  445. <key>settings</key>
  446. <dict>
  447. <key>foreground</key>
  448. <string>#C3E88D</string>
  449. </dict>
  450. </dict>
  451. <dict>
  452. <key>name</key>
  453. <string>JSON Key - Level 7</string>
  454. <key>scope</key>
  455. <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - 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, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  456. <key>settings</key>
  457. <dict>
  458. <key>foreground</key>
  459. <string>#C792EA</string>
  460. </dict>
  461. </dict>
  462. <dict>
  463. <key>name</key>
  464. <string>JSON Key - Level 6</string>
  465. <key>scope</key>
  466. <string>source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  467. <key>settings</key>
  468. <dict>
  469. <key>foreground</key>
  470. <string>#f07178</string>
  471. </dict>
  472. </dict>
  473. <dict>
  474. <key>name</key>
  475. <string>JSON Key - Level 5</string>
  476. <key>scope</key>
  477. <string>source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  478. <key>settings</key>
  479. <dict>
  480. <key>foreground</key>
  481. <string>#82AAFF</string>
  482. </dict>
  483. </dict>
  484. <dict>
  485. <key>name</key>
  486. <string>JSON Key - Level 4</string>
  487. <key>scope</key>
  488. <string>source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  489. <key>settings</key>
  490. <dict>
  491. <key>foreground</key>
  492. <string>#C17E70</string>
  493. </dict>
  494. </dict>
  495. <dict>
  496. <key>name</key>
  497. <string>JSON Key - Level 3</string>
  498. <key>scope</key>
  499. <string>source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  500. <key>settings</key>
  501. <dict>
  502. <key>foreground</key>
  503. <string>#FF5370</string>
  504. </dict>
  505. </dict>
  506. <dict>
  507. <key>name</key>
  508. <string>JSON Key - Level 2</string>
  509. <key>scope</key>
  510. <string>source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  511. <key>settings</key>
  512. <dict>
  513. <key>foreground</key>
  514. <string>#F78C6C</string>
  515. </dict>
  516. </dict>
  517. <dict>
  518. <key>name</key>
  519. <string>JSON Key - Level 1</string>
  520. <key>scope</key>
  521. <string>source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  522. <key>settings</key>
  523. <dict>
  524. <key>foreground</key>
  525. <string>#FFCB6B</string>
  526. </dict>
  527. </dict>
  528. <dict>
  529. <key>name</key>
  530. <string>JSON Key - Level 0</string>
  531. <key>scope</key>
  532. <string>source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string</string>
  533. <key>settings</key>
  534. <dict>
  535. <key>foreground</key>
  536. <string>#C792EA</string>
  537. </dict>
  538. </dict>
  539. <dict>
  540. <key>name</key>
  541. <string>Markdown - Plain</string>
  542. <key>scope</key>
  543. <string>text.html.markdown, punctuation.definition.list_item.markdown</string>
  544. <key>settings</key>
  545. <dict>
  546. <key>foreground</key>
  547. <string>#eeffffff</string>
  548. </dict>
  549. </dict>
  550. <dict>
  551. <key>name</key>
  552. <string>Markdown - Markup Raw Inline</string>
  553. <key>scope</key>
  554. <string>text.html.markdown markup.raw.inline</string>
  555. <key>settings</key>
  556. <dict>
  557. <key>foreground</key>
  558. <string>#C792EA</string>
  559. </dict>
  560. </dict>
  561. <dict>
  562. <key>name</key>
  563. <string>Markdown - Markup Raw Inline Punctuation</string>
  564. <key>scope</key>
  565. <string>text.html.markdown punctuation.definition.raw.markdown</string>
  566. <key>settings</key>
  567. <dict>
  568. <key>foreground</key>
  569. <string>#65737e</string>
  570. </dict>
  571. </dict>
  572. <dict>
  573. <key>name</key>
  574. <string>Markdown - Line Break</string>
  575. <key>scope</key>
  576. <string>text.html.markdown meta.dummy.line-break</string>
  577. <key>settings</key>
  578. <dict>
  579. <key>foreground</key>
  580. <string></string>
  581. </dict>
  582. </dict>
  583. <dict>
  584. <key>name</key>
  585. <string>Markdown - Heading</string>
  586. <key>scope</key>
  587. <string>markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown</string>
  588. <key>settings</key>
  589. <dict>
  590. <key>foreground</key>
  591. <string>#C3E88D</string>
  592. </dict>
  593. </dict>
  594. <dict>
  595. <key>name</key>
  596. <string>Markup - Italic</string>
  597. <key>scope</key>
  598. <string>markup.italic</string>
  599. <key>settings</key>
  600. <dict>
  601. <key>fontStyle</key>
  602. <string>italic</string>
  603. <key>foreground</key>
  604. <string>#f07178</string>
  605. </dict>
  606. </dict>
  607. <dict>
  608. <key>name</key>
  609. <string>Markup - Bold</string>
  610. <key>scope</key>
  611. <string>markup.bold, markup.bold string</string>
  612. <key>settings</key>
  613. <dict>
  614. <key>fontStyle</key>
  615. <string>bold</string>
  616. <key>foreground</key>
  617. <string>#f07178</string>
  618. </dict>
  619. </dict>
  620. <dict>
  621. <key>name</key>
  622. <string>Markup - Bold &amp; Italic</string>
  623. <key>scope</key>
  624. <string>markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string</string>
  625. <key>settings</key>
  626. <dict>
  627. <key>fontStyle</key>
  628. <string>bold italic</string>
  629. </dict>
  630. </dict>
  631. <dict>
  632. <key>name</key>
  633. <string>Markup - Underline</string>
  634. <key>scope</key>
  635. <string>markup.underline</string>
  636. <key>settings</key>
  637. <dict>
  638. <key>fontStyle</key>
  639. <string>underline</string>
  640. <key>foreground</key>
  641. <string>#F78C6C</string>
  642. </dict>
  643. </dict>
  644. <dict>
  645. <key>name</key>
  646. <string>Markup - Strike</string>
  647. <key>scope</key>
  648. <string>markup.strike</string>
  649. <key>settings</key>
  650. <dict>
  651. <key>fontStyle</key>
  652. <string>strike</string>
  653. <key>foreground</key>
  654. <string></string>
  655. </dict>
  656. </dict>
  657. <dict>
  658. <key>name</key>
  659. <string>Markdown - Blockquote</string>
  660. <key>scope</key>
  661. <string>markup.quote punctuation.definition.blockquote.markdown</string>
  662. <key>settings</key>
  663. <dict>
  664. <key>background</key>
  665. <string>#65737e</string>
  666. <key>foreground</key>
  667. <string>#65737e</string>
  668. </dict>
  669. </dict>
  670. <dict>
  671. <key>name</key>
  672. <string>Markup - Quote</string>
  673. <key>scope</key>
  674. <string>markup.quote</string>
  675. <key>settings</key>
  676. <dict>
  677. <key>fontStyle</key>
  678. <string>italic</string>
  679. <key>foreground</key>
  680. <string></string>
  681. </dict>
  682. </dict>
  683. <dict>
  684. <key>name</key>
  685. <string>Markdown - Link</string>
  686. <key>scope</key>
  687. <string>string.other.link.title.markdown</string>
  688. <key>settings</key>
  689. <dict>
  690. <key>foreground</key>
  691. <string>#82AAFF</string>
  692. </dict>
  693. </dict>
  694. <dict>
  695. <key>name</key>
  696. <string>Markdown - Link Description</string>
  697. <key>scope</key>
  698. <string>string.other.link.description.title.markdown</string>
  699. <key>settings</key>
  700. <dict>
  701. <key>foreground</key>
  702. <string>#C792EA</string>
  703. </dict>
  704. </dict>
  705. <dict>
  706. <key>name</key>
  707. <string>Markdown - Link Anchor</string>
  708. <key>scope</key>
  709. <string>constant.other.reference.link.markdown</string>
  710. <key>settings</key>
  711. <dict>
  712. <key>foreground</key>
  713. <string>#FFCB6B</string>
  714. </dict>
  715. </dict>
  716. <dict>
  717. <key>name</key>
  718. <string>Markup - Raw Block</string>
  719. <key>scope</key>
  720. <string>markup.raw.block</string>
  721. <key>settings</key>
  722. <dict>
  723. <key>foreground</key>
  724. <string>#C792EA</string>
  725. </dict>
  726. </dict>
  727. <dict>
  728. <key>name</key>
  729. <string>Markdown - Raw Block Fenced</string>
  730. <key>scope</key>
  731. <string>markup.raw.block.fenced.markdown</string>
  732. <key>settings</key>
  733. <dict>
  734. <key>background</key>
  735. <string>#00000050</string>
  736. </dict>
  737. </dict>
  738. <dict>
  739. <key>name</key>
  740. <string>Markdown - Fenced Bode Block</string>
  741. <key>scope</key>
  742. <string>punctuation.definition.fenced.markdown</string>
  743. <key>settings</key>
  744. <dict>
  745. <key>background</key>
  746. <string>#00000050</string>
  747. </dict>
  748. </dict>
  749. <dict>
  750. <key>name</key>
  751. <string>Markdown - Fenced Bode Block Variable</string>
  752. <key>scope</key>
  753. <string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string>
  754. <key>settings</key>
  755. <dict>
  756. <key>foreground</key>
  757. <string>#eeffffff</string>
  758. </dict>
  759. </dict>
  760. <dict>
  761. <key>name</key>
  762. <string>Markdown - Fenced Language</string>
  763. <key>scope</key>
  764. <string>variable.language.fenced.markdown</string>
  765. <key>settings</key>
  766. <dict>
  767. <key>fontStyle</key>
  768. <string></string>
  769. <key>foreground</key>
  770. <string>#65737e</string>
  771. </dict>
  772. </dict>
  773. <dict>
  774. <key>name</key>
  775. <string>Markdown - Punctuation Definition</string>
  776. <key>scope</key>
  777. <string>text.html.markdown punctuation.definition</string>
  778. <key>settings</key>
  779. <dict>
  780. <key>foreground</key>
  781. <string>#4A4A4A</string>
  782. </dict>
  783. </dict>
  784. <dict>
  785. <key>name</key>
  786. <string>Markdown HTML - Punctuation Definition</string>
  787. <key>scope</key>
  788. <string>text.html.markdown meta.disable-markdown punctuation.definition</string>
  789. <key>settings</key>
  790. <dict>
  791. <key>foreground</key>
  792. <string>#89DDFF</string>
  793. </dict>
  794. </dict>
  795. <dict>
  796. <key>name</key>
  797. <string>Markdown - Separator</string>
  798. <key>scope</key>
  799. <string>meta.separator</string>
  800. <key>settings</key>
  801. <dict>
  802. <key>background</key>
  803. <string>#00000050</string>
  804. <key>fontStyle</key>
  805. <string>bold</string>
  806. <key>foreground</key>
  807. <string>#65737e</string>
  808. </dict>
  809. </dict>
  810. <dict>
  811. <key>name</key>
  812. <string>Markup - Table</string>
  813. <key>scope</key>
  814. <string>markup.table</string>
  815. <key>settings</key>
  816. <dict>
  817. <key>background</key>
  818. <string></string>
  819. <key>foreground</key>
  820. <string>#eeffffff</string>
  821. </dict>
  822. </dict>
  823. <dict>
  824. <key>name</key>
  825. <string>AceJump Label - Blue</string>
  826. <key>scope</key>
  827. <string>acejump.label.blue</string>
  828. <key>settings</key>
  829. <dict>
  830. <key>background</key>
  831. <string>#82AAFF</string>
  832. <key>foreground</key>
  833. <string>#ffffff</string>
  834. </dict>
  835. </dict>
  836. <dict>
  837. <key>name</key>
  838. <string>AceJump Label - Green</string>
  839. <key>scope</key>
  840. <string>acejump.label.green</string>
  841. <key>settings</key>
  842. <dict>
  843. <key>background</key>
  844. <string>#C3E88D</string>
  845. <key>foreground</key>
  846. <string>#ffffff</string>
  847. </dict>
  848. </dict>
  849. <dict>
  850. <key>name</key>
  851. <string>AceJump Label - Orange</string>
  852. <key>scope</key>
  853. <string>acejump.label.orange</string>
  854. <key>settings</key>
  855. <dict>
  856. <key>background</key>
  857. <string>#F78C6C</string>
  858. <key>foreground</key>
  859. <string>#ffffff</string>
  860. </dict>
  861. </dict>
  862. <dict>
  863. <key>name</key>
  864. <string>AceJump Label - Purple</string>
  865. <key>scope</key>
  866. <string>acejump.label.purple</string>
  867. <key>settings</key>
  868. <dict>
  869. <key>background</key>
  870. <string>#C792EA</string>
  871. <key>foreground</key>
  872. <string>#ffffff</string>
  873. </dict>
  874. </dict>
  875. <dict>
  876. <key>name</key>
  877. <string>SublimeLinter Warning</string>
  878. <key>scope</key>
  879. <string>sublimelinter.mark.warning</string>
  880. <key>settings</key>
  881. <dict>
  882. <key>foreground</key>
  883. <string>#FFCB6B</string>
  884. </dict>
  885. </dict>
  886. <dict>
  887. <key>name</key>
  888. <string>SublimeLinter Gutter Mark</string>
  889. <key>scope</key>
  890. <string>sublimelinter.gutter-mark</string>
  891. <key>settings</key>
  892. <dict>
  893. <key>foreground</key>
  894. <string>#ffffff</string>
  895. </dict>
  896. </dict>
  897. <dict>
  898. <key>name</key>
  899. <string>SublimeLinter Error</string>
  900. <key>scope</key>
  901. <string>sublimelinter.mark.error</string>
  902. <key>settings</key>
  903. <dict>
  904. <key>foreground</key>
  905. <string>#FF5370</string>
  906. </dict>
  907. </dict>
  908. <dict>
  909. <key>name</key>
  910. <string>SublimeLinter Annotation</string>
  911. <key>scope</key>
  912. <string>sublimelinter.annotations</string>
  913. <key>settings</key>
  914. <dict>
  915. <key>background</key>
  916. <string>#C17E70</string>
  917. </dict>
  918. </dict>
  919. <dict>
  920. <key>name</key>
  921. <string>GitGutter Ignored</string>
  922. <key>scope</key>
  923. <string>markup.ignored.git_gutter</string>
  924. <key>settings</key>
  925. <dict>
  926. <key>foreground</key>
  927. <string>#65737e</string>
  928. </dict>
  929. </dict>
  930. <dict>
  931. <key>name</key>
  932. <string>GitGutter Untracked</string>
  933. <key>scope</key>
  934. <string>markup.untracked.git_gutter</string>
  935. <key>settings</key>
  936. <dict>
  937. <key>foreground</key>
  938. <string>#65737e</string>
  939. </dict>
  940. </dict>
  941. <dict>
  942. <key>name</key>
  943. <string>GitGutter Inserted</string>
  944. <key>scope</key>
  945. <string>markup.inserted.git_gutter</string>
  946. <key>settings</key>
  947. <dict>
  948. <key>foreground</key>
  949. <string>#C3E88D</string>
  950. </dict>
  951. </dict>
  952. <dict>
  953. <key>name</key>
  954. <string>GitGutter Changed</string>
  955. <key>scope</key>
  956. <string>markup.changed.git_gutter</string>
  957. <key>settings</key>
  958. <dict>
  959. <key>foreground</key>
  960. <string>#FFCB6B</string>
  961. </dict>
  962. </dict>
  963. <dict>
  964. <key>name</key>
  965. <string>GitGutter Deleted</string>
  966. <key>scope</key>
  967. <string>markup.deleted.git_gutter</string>
  968. <key>settings</key>
  969. <dict>
  970. <key>foreground</key>
  971. <string>#FF5370</string>
  972. </dict>
  973. </dict>
  974. <dict>
  975. <key>name</key>
  976. <string>Bracket Curly</string>
  977. <key>scope</key>
  978. <string>brackethighlighter.default</string>
  979. <key>settings</key>
  980. <dict>
  981. <key>foreground</key>
  982. <string>#B2CCD6</string>
  983. </dict>
  984. </dict>
  985. <dict>
  986. <key>name</key>
  987. <string>Bracket Quote</string>
  988. <key>scope</key>
  989. <string>brackethighlighter.quote</string>
  990. <key>settings</key>
  991. <dict>
  992. <key>foreground</key>
  993. <string>#C3E88D</string>
  994. </dict>
  995. </dict>
  996. <dict>
  997. <key>name</key>
  998. <string>Bracket Unmatched</string>
  999. <key>scope</key>
  1000. <string>brackethighlighter.unmatched</string>
  1001. <key>settings</key>
  1002. <dict>
  1003. <key>foreground</key>
  1004. <string>#FF5370</string>
  1005. </dict>
  1006. </dict>
  1007. </array>
  1008. <key>uuid</key>
  1009. <string>4F44C0F5-1F8D-4C52-8BAB-F0951904C1EC</string>
  1010. </dict>
  1011. </plist>