GitHub.tmTheme 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  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>Martin Kühl</string>
  7. <key>comment</key>
  8. <string>A theme based on the GitHub code stylesheet.</string>
  9. <key>name</key>
  10. <string>GitHub</string>
  11. <key>settings</key>
  12. <array>
  13. <dict>
  14. <key>comment</key>
  15. <string>
  16. background #files .file .data background-color
  17. caret #files .file .meta color
  18. invisibles .syntax .w
  19. lineHighlight #FFFEEB #files .file .private background-color
  20. alt: #FFFFCC colour that gets added via javascript
  21. selection #B4D5FE handmade :-)
  22. alt: #FFFFCC colour that gets added via javascript
  23. #EAF2F5 #header .userbox background-color
  24. #EAEAEA #files .file background-color
  25. #DEDEDE #files .file border-color
  26. #F9EA86 Mac OS X system selection colour “Gold”
  27. </string>
  28. <key>settings</key>
  29. <dict>
  30. <key>background</key>
  31. <string>#F8F8FF</string>
  32. <key>caret</key>
  33. <string>#666666</string>
  34. <key>foreground</key>
  35. <string>#000000</string>
  36. <key>invisibles</key>
  37. <string>#BBBBBB</string>
  38. <key>lineHighlight</key>
  39. <string>#FFFEEB</string>
  40. <key>selection</key>
  41. <string>#B4D5FE</string>
  42. </dict>
  43. </dict>
  44. <dict>
  45. <key>comment</key>
  46. <string>.syntax .c, .syntax .c[ml]</string>
  47. <key>name</key>
  48. <string>Comment</string>
  49. <key>scope</key>
  50. <string>comment</string>
  51. <key>settings</key>
  52. <dict>
  53. <key>fontStyle</key>
  54. <string>italic</string>
  55. <key>foreground</key>
  56. <string>#999988</string>
  57. </dict>
  58. </dict>
  59. <dict>
  60. <key>name</key>
  61. <string>Comment.Preproc</string>
  62. <key>scope</key>
  63. <string>comment.block.preprocessor</string>
  64. <key>settings</key>
  65. <dict>
  66. <key>comment</key>
  67. <string>.syntax .cp</string>
  68. <key>fontStyle</key>
  69. <string>bold</string>
  70. <key>foreground</key>
  71. <string>#999999</string>
  72. </dict>
  73. </dict>
  74. <dict>
  75. <key>name</key>
  76. <string>Comment.Special</string>
  77. <key>scope</key>
  78. <string>comment.documentation, comment.block.documentation</string>
  79. <key>settings</key>
  80. <dict>
  81. <key>comment</key>
  82. <string>.syntax .cs</string>
  83. <key>fontStyle</key>
  84. <string>bold italic</string>
  85. <key>foreground</key>
  86. <string>#999999</string>
  87. </dict>
  88. </dict>
  89. <dict>
  90. <key>name</key>
  91. <string>Error</string>
  92. <key>scope</key>
  93. <string>invalid.illegal</string>
  94. <key>settings</key>
  95. <dict>
  96. <key>background</key>
  97. <string>#E3D2D2</string>
  98. <key>comment</key>
  99. <string>.syntax .err</string>
  100. <key>foreground</key>
  101. <string>#A61717</string>
  102. </dict>
  103. </dict>
  104. <dict>
  105. <key>comment</key>
  106. <string>.syntax .k, .syntax .k[dpr]</string>
  107. <key>name</key>
  108. <string>Keyword</string>
  109. <key>scope</key>
  110. <string>keyword, storage</string>
  111. <key>settings</key>
  112. <dict>
  113. <key>fontStyle</key>
  114. <string>bold</string>
  115. </dict>
  116. </dict>
  117. <dict>
  118. <key>comment</key>
  119. <string>.syntax .o, .syntax .ow</string>
  120. <key>name</key>
  121. <string>Operator</string>
  122. <key>scope</key>
  123. <string>keyword.operator</string>
  124. <key>settings</key>
  125. <dict>
  126. <key>fontStyle</key>
  127. <string>bold</string>
  128. </dict>
  129. </dict>
  130. <dict>
  131. <key>name</key>
  132. <string>Keyword.Constant</string>
  133. <key>scope</key>
  134. <string>constant.language, support.constant</string>
  135. <key>settings</key>
  136. <dict>
  137. <key>comment</key>
  138. <string>.style .kc</string>
  139. <key>fontStyle</key>
  140. <string>bold</string>
  141. </dict>
  142. </dict>
  143. <dict>
  144. <key>name</key>
  145. <string>Keyword.Type</string>
  146. <key>scope</key>
  147. <string>storage.type, support.type</string>
  148. <key>settings</key>
  149. <dict>
  150. <key>comment</key>
  151. <string>.style .kt</string>
  152. <key>fontStyle</key>
  153. <string>bold</string>
  154. <key>foreground</key>
  155. <string>#445588</string>
  156. </dict>
  157. </dict>
  158. <dict>
  159. <key>name</key>
  160. <string>Name.Attribute</string>
  161. <key>scope</key>
  162. <string>entity.other.attribute-name</string>
  163. <key>settings</key>
  164. <dict>
  165. <key>comment</key>
  166. <string>.style .na</string>
  167. <key>foreground</key>
  168. <string>#008080</string>
  169. </dict>
  170. </dict>
  171. <dict>
  172. <key>name</key>
  173. <string>Name.Builtin</string>
  174. <key>scope</key>
  175. <string>variable.other</string>
  176. <key>settings</key>
  177. <dict>
  178. <key>comment</key>
  179. <string>.style .nb</string>
  180. <key>foreground</key>
  181. <string>#0086B3</string>
  182. </dict>
  183. </dict>
  184. <dict>
  185. <key>name</key>
  186. <string>Name.Builtin.Pseudo</string>
  187. <key>scope</key>
  188. <string>variable.language</string>
  189. <key>settings</key>
  190. <dict>
  191. <key>comment</key>
  192. <string>.style .bp</string>
  193. <key>foreground</key>
  194. <string>#999999</string>
  195. </dict>
  196. </dict>
  197. <dict>
  198. <key>comment</key>
  199. <string>TODO: support.class is styled as Name.Constant on GitHub.</string>
  200. <key>name</key>
  201. <string>Name.Class</string>
  202. <key>scope</key>
  203. <string>entity.name.type, entity.other.inherited-class, support.class</string>
  204. <key>settings</key>
  205. <dict>
  206. <key>comment</key>
  207. <string>.style .nc</string>
  208. <key>fontStyle</key>
  209. <string>bold</string>
  210. <key>foreground</key>
  211. <string>#445588</string>
  212. </dict>
  213. </dict>
  214. <dict>
  215. <key>name</key>
  216. <string>Name.Constant</string>
  217. <key>scope</key>
  218. <string>variable.other.constant</string>
  219. <key>settings</key>
  220. <dict>
  221. <key>comment</key>
  222. <string>.style .no</string>
  223. <key>foreground</key>
  224. <string>#008080</string>
  225. </dict>
  226. </dict>
  227. <dict>
  228. <key>name</key>
  229. <string>Name.Entity</string>
  230. <key>scope</key>
  231. <string>constant.character.entity</string>
  232. <key>settings</key>
  233. <dict>
  234. <key>comment</key>
  235. <string>.style .ni</string>
  236. <key>foreground</key>
  237. <string>#800080</string>
  238. </dict>
  239. </dict>
  240. <dict>
  241. <key>name</key>
  242. <string>Name.Exception</string>
  243. <key>scope</key>
  244. <string>entity.name.exception</string>
  245. <key>settings</key>
  246. <dict>
  247. <key>comment</key>
  248. <string>.style .ne</string>
  249. <key>foreground</key>
  250. <string>#990000</string>
  251. </dict>
  252. </dict>
  253. <dict>
  254. <key>name</key>
  255. <string>Name.Function</string>
  256. <key>scope</key>
  257. <string>entity.name.function, support.function, keyword.other.name-of-parameter</string>
  258. <key>settings</key>
  259. <dict>
  260. <key>comment</key>
  261. <string>.style .nf</string>
  262. <key>foreground</key>
  263. <string>#990000</string>
  264. </dict>
  265. </dict>
  266. <dict>
  267. <key>name</key>
  268. <string>Name.Namespace</string>
  269. <key>scope</key>
  270. <string>entity.name.section</string>
  271. <key>settings</key>
  272. <dict>
  273. <key>comment</key>
  274. <string>.style .nn</string>
  275. <key>foreground</key>
  276. <string>#555555</string>
  277. </dict>
  278. </dict>
  279. <dict>
  280. <key>name</key>
  281. <string>Name.Tag</string>
  282. <key>scope</key>
  283. <string>entity.name.tag</string>
  284. <key>settings</key>
  285. <dict>
  286. <key>comment</key>
  287. <string>.style .nt</string>
  288. <key>foreground</key>
  289. <string>#000080</string>
  290. </dict>
  291. </dict>
  292. <dict>
  293. <key>name</key>
  294. <string>Name.Variable</string>
  295. <key>scope</key>
  296. <string>variable.parameter, support.variable</string>
  297. <key>settings</key>
  298. <dict>
  299. <key>comment</key>
  300. <string>.style .nv, .style .v[cgi]</string>
  301. <key>foreground</key>
  302. <string>#008080</string>
  303. </dict>
  304. </dict>
  305. <dict>
  306. <key>name</key>
  307. <string>Literal.Number</string>
  308. <key>scope</key>
  309. <string>constant.numeric, constant.other</string>
  310. <key>settings</key>
  311. <dict>
  312. <key>comment</key>
  313. <string>.style .m, .style .m[fhio], .style .il</string>
  314. <key>foreground</key>
  315. <string>#009999</string>
  316. </dict>
  317. </dict>
  318. <dict>
  319. <key>name</key>
  320. <string>Literal.String</string>
  321. <key>scope</key>
  322. <string>string - string source, constant.character</string>
  323. <key>settings</key>
  324. <dict>
  325. <key>comment</key>
  326. <string>.style .s[bcd2ehixl]</string>
  327. <key>fontStyle</key>
  328. <string></string>
  329. <key>foreground</key>
  330. <string>#DD1144</string>
  331. </dict>
  332. </dict>
  333. <dict>
  334. <key>name</key>
  335. <string>Literal.String.Regex</string>
  336. <key>scope</key>
  337. <string>string.regexp</string>
  338. <key>settings</key>
  339. <dict>
  340. <key>comment</key>
  341. <string>.style .sr</string>
  342. <key>foreground</key>
  343. <string>#009926</string>
  344. </dict>
  345. </dict>
  346. <dict>
  347. <key>name</key>
  348. <string>Literal.String.Symbol</string>
  349. <key>scope</key>
  350. <string>constant.other.symbol</string>
  351. <key>settings</key>
  352. <dict>
  353. <key>comment</key>
  354. <string>.style .ss</string>
  355. <key>foreground</key>
  356. <string>#990073</string>
  357. </dict>
  358. </dict>
  359. <dict>
  360. <key>name</key>
  361. <string>Punctuation</string>
  362. <key>scope</key>
  363. <string>punctuation</string>
  364. <key>settings</key>
  365. <dict>
  366. <key>fontStyle</key>
  367. <string>bold</string>
  368. </dict>
  369. </dict>
  370. <dict>
  371. <key>name</key>
  372. <string>Generic.Deleted</string>
  373. <key>scope</key>
  374. <string>markup.deleted</string>
  375. <key>settings</key>
  376. <dict>
  377. <key>background</key>
  378. <string>#FFDDDD</string>
  379. <key>comment</key>
  380. <string>.syntax .gd</string>
  381. <key>foreground</key>
  382. <string>#000000</string>
  383. </dict>
  384. </dict>
  385. <dict>
  386. <key>name</key>
  387. <string>Generic.Emph</string>
  388. <key>scope</key>
  389. <string>markup.italic</string>
  390. <key>settings</key>
  391. <dict>
  392. <key>comment</key>
  393. <string>.syntax .ge</string>
  394. <key>fontStyle</key>
  395. <string>italic</string>
  396. </dict>
  397. </dict>
  398. <dict>
  399. <key>name</key>
  400. <string>Generic.Error</string>
  401. <key>scope</key>
  402. <string>markup.error</string>
  403. <key>settings</key>
  404. <dict>
  405. <key>comment</key>
  406. <string>.syntax .gr</string>
  407. <key>foreground</key>
  408. <string>#AA0000</string>
  409. </dict>
  410. </dict>
  411. <dict>
  412. <key>name</key>
  413. <string>Generic.Heading</string>
  414. <key>scope</key>
  415. <string>markup.heading.1</string>
  416. <key>settings</key>
  417. <dict>
  418. <key>comment</key>
  419. <string>.syntax .gh</string>
  420. <key>foreground</key>
  421. <string>#999999</string>
  422. </dict>
  423. </dict>
  424. <dict>
  425. <key>name</key>
  426. <string>Generic.Inserted</string>
  427. <key>scope</key>
  428. <string>markup.inserted</string>
  429. <key>settings</key>
  430. <dict>
  431. <key>background</key>
  432. <string>#DDFFDD</string>
  433. <key>comment</key>
  434. <string>.syntax .gi</string>
  435. <key>foreground</key>
  436. <string>#000000</string>
  437. </dict>
  438. </dict>
  439. <dict>
  440. <key>name</key>
  441. <string>Generic.Output</string>
  442. <key>scope</key>
  443. <string>markup.output, markup.raw</string>
  444. <key>settings</key>
  445. <dict>
  446. <key>comment</key>
  447. <string>.syntax .go</string>
  448. <key>foreground</key>
  449. <string>#888888</string>
  450. </dict>
  451. </dict>
  452. <dict>
  453. <key>name</key>
  454. <string>Generic.Prompt</string>
  455. <key>scope</key>
  456. <string>markup.prompt</string>
  457. <key>settings</key>
  458. <dict>
  459. <key>comment</key>
  460. <string>.syntax .gp</string>
  461. <key>foreground</key>
  462. <string>#555555</string>
  463. </dict>
  464. </dict>
  465. <dict>
  466. <key>name</key>
  467. <string>Generic.Strong</string>
  468. <key>scope</key>
  469. <string>markup.bold</string>
  470. <key>settings</key>
  471. <dict>
  472. <key>comment</key>
  473. <string>.syntax .gs</string>
  474. <key>fontStyle</key>
  475. <string>bold</string>
  476. </dict>
  477. </dict>
  478. <dict>
  479. <key>name</key>
  480. <string>Generic.Subheading</string>
  481. <key>scope</key>
  482. <string>markup.heading</string>
  483. <key>settings</key>
  484. <dict>
  485. <key>comment</key>
  486. <string>.syntax .gu</string>
  487. <key>foreground</key>
  488. <string>#AAAAAA</string>
  489. </dict>
  490. </dict>
  491. <dict>
  492. <key>name</key>
  493. <string>Generic.Traceback</string>
  494. <key>scope</key>
  495. <string>markup.traceback</string>
  496. <key>settings</key>
  497. <dict>
  498. <key>comment</key>
  499. <string>.syntax .gt</string>
  500. <key>foreground</key>
  501. <string>#AA0000</string>
  502. </dict>
  503. </dict>
  504. <dict>
  505. <key>name</key>
  506. <string>Generic.Underline</string>
  507. <key>scope</key>
  508. <string>markup.underline</string>
  509. <key>settings</key>
  510. <dict>
  511. <key>fontStyle</key>
  512. <string>underline</string>
  513. </dict>
  514. </dict>
  515. <dict>
  516. <key>name</key>
  517. <string>Extra: Diff Range</string>
  518. <key>scope</key>
  519. <string>meta.diff.range, meta.diff.index, meta.separator</string>
  520. <key>settings</key>
  521. <dict>
  522. <key>background</key>
  523. <string>#EAF2F5</string>
  524. <key>comment</key>
  525. <string>.syntax .gc</string>
  526. <key>foreground</key>
  527. <string>#999999</string>
  528. </dict>
  529. </dict>
  530. <dict>
  531. <key>name</key>
  532. <string>Extra: Diff From</string>
  533. <key>scope</key>
  534. <string>meta.diff.header.from-file</string>
  535. <key>settings</key>
  536. <dict>
  537. <key>background</key>
  538. <string>#FFDDDD</string>
  539. <key>foreground</key>
  540. <string>#999999</string>
  541. </dict>
  542. </dict>
  543. <dict>
  544. <key>name</key>
  545. <string>Extra: Diff To</string>
  546. <key>scope</key>
  547. <string>meta.diff.header.to-file</string>
  548. <key>settings</key>
  549. <dict>
  550. <key>background</key>
  551. <string>#DDFFDD</string>
  552. <key>foreground</key>
  553. <string>#999999</string>
  554. </dict>
  555. </dict>
  556. <dict>
  557. <key>name</key>
  558. <string>Extra: Link</string>
  559. <key>scope</key>
  560. <string>meta.link</string>
  561. <key>settings</key>
  562. <dict>
  563. <key>fontStyle</key>
  564. <string></string>
  565. <key>foreground</key>
  566. <string>#4183C4</string>
  567. </dict>
  568. </dict>
  569. </array>
  570. <key>uuid</key>
  571. <string>FDD6F02A-74F7-4B6C-97F1-857D792EC90E</string>
  572. </dict>
  573. </plist>