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.

253 lines
6.4KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <!-- Generated by: TmTheme-Editor -->
  4. <!-- ============================================ -->
  5. <!-- app: http://tmtheme-editor.herokuapp.com -->
  6. <!-- code: https://github.com/aziz/tmTheme-Editor -->
  7. <plist version="1.0">
  8. <dict>
  9. <key>comment</key>
  10. <string>http:&#x2f;&#x2f;chriskempson.com</string>
  11. <key>name</key>
  12. <string>Tomorrow</string>
  13. <key>settings</key>
  14. <array>
  15. <dict>
  16. <key>settings</key>
  17. <dict>
  18. <key>background</key>
  19. <string>#FFFFFF</string>
  20. <key>caret</key>
  21. <string>#AEAFAD</string>
  22. <key>foreground</key>
  23. <string>#4D4D4C</string>
  24. <key>invisibles</key>
  25. <string>#D1D1D1</string>
  26. <key>lineHighlight</key>
  27. <string>#EFEFEF</string>
  28. <key>selection</key>
  29. <string>#D6D6D6</string>
  30. </dict>
  31. </dict>
  32. <dict>
  33. <key>name</key>
  34. <string>Comment</string>
  35. <key>scope</key>
  36. <string>comment, string.quoted.double.block.python</string>
  37. <key>settings</key>
  38. <dict>
  39. <key>foreground</key>
  40. <string>#999999</string>
  41. </dict>
  42. </dict>
  43. <dict>
  44. <key>name</key>
  45. <string>Foreground</string>
  46. <key>scope</key>
  47. <string>keyword.operator.class, constant.other, source.php.embedded.line</string>
  48. <key>settings</key>
  49. <dict>
  50. <key>fontStyle</key>
  51. <string></string>
  52. <key>foreground</key>
  53. <string>#666969</string>
  54. </dict>
  55. </dict>
  56. <dict>
  57. <key>name</key>
  58. <string>Variable, String Link, Regular Expression, Tag Name</string>
  59. <key>scope</key>
  60. <string>variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag</string>
  61. <key>settings</key>
  62. <dict>
  63. <key>foreground</key>
  64. <string>#C82829</string>
  65. </dict>
  66. </dict>
  67. <dict>
  68. <key>name</key>
  69. <string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
  70. <key>scope</key>
  71. <string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit</string>
  72. <key>settings</key>
  73. <dict>
  74. <key>fontStyle</key>
  75. <string></string>
  76. <key>foreground</key>
  77. <string>#F5871F</string>
  78. </dict>
  79. </dict>
  80. <dict>
  81. <key>name</key>
  82. <string>Class, Support</string>
  83. <key>scope</key>
  84. <string>entity.name.class, entity.name.type.class, support.type, support.class</string>
  85. <key>settings</key>
  86. <dict>
  87. <key>fontStyle</key>
  88. <string></string>
  89. <key>foreground</key>
  90. <string>#C99E00</string>
  91. </dict>
  92. </dict>
  93. <dict>
  94. <key>name</key>
  95. <string>String, Symbols, Inherited Class, Markup Heading</string>
  96. <key>scope</key>
  97. <string>string, constant.other.symbol, entity.other.inherited-class, markup.heading</string>
  98. <key>settings</key>
  99. <dict>
  100. <key>fontStyle</key>
  101. <string></string>
  102. <key>foreground</key>
  103. <string>#718C00</string>
  104. </dict>
  105. </dict>
  106. <dict>
  107. <key>name</key>
  108. <string>Operator, Misc</string>
  109. <key>scope</key>
  110. <string>keyword.operator, constant.other.color</string>
  111. <key>settings</key>
  112. <dict>
  113. <key>foreground</key>
  114. <string>#3E999F</string>
  115. </dict>
  116. </dict>
  117. <dict>
  118. <key>name</key>
  119. <string>Function, Special Method, Block Level</string>
  120. <key>scope</key>
  121. <string>entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level</string>
  122. <key>settings</key>
  123. <dict>
  124. <key>fontStyle</key>
  125. <string></string>
  126. <key>foreground</key>
  127. <string>#4271AE</string>
  128. </dict>
  129. </dict>
  130. <dict>
  131. <key>name</key>
  132. <string>Keyword, Storage</string>
  133. <key>scope</key>
  134. <string>keyword, storage, storage.type</string>
  135. <key>settings</key>
  136. <dict>
  137. <key>fontStyle</key>
  138. <string></string>
  139. <key>foreground</key>
  140. <string>#8959A8</string>
  141. </dict>
  142. </dict>
  143. <dict>
  144. <key>name</key>
  145. <string>Invalid</string>
  146. <key>scope</key>
  147. <string>invalid</string>
  148. <key>settings</key>
  149. <dict>
  150. <key>background</key>
  151. <string>#C82829</string>
  152. <key>fontStyle</key>
  153. <string></string>
  154. <key>foreground</key>
  155. <string>#FFFFFF</string>
  156. </dict>
  157. </dict>
  158. <dict>
  159. <key>name</key>
  160. <string>Separator</string>
  161. <key>scope</key>
  162. <string>meta.separator</string>
  163. <key>settings</key>
  164. <dict>
  165. <key>background</key>
  166. <string>#4271AE</string>
  167. <key>foreground</key>
  168. <string>#FFFFFF</string>
  169. </dict>
  170. </dict>
  171. <dict>
  172. <key>name</key>
  173. <string>Deprecated</string>
  174. <key>scope</key>
  175. <string>invalid.deprecated</string>
  176. <key>settings</key>
  177. <dict>
  178. <key>background</key>
  179. <string>#8959A8</string>
  180. <key>fontStyle</key>
  181. <string></string>
  182. <key>foreground</key>
  183. <string>#FFFFFF</string>
  184. </dict>
  185. </dict>
  186. <dict>
  187. <key>name</key>
  188. <string>Diff foreground</string>
  189. <key>scope</key>
  190. <string>markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file</string>
  191. <key>settings</key>
  192. <dict>
  193. <key>foreground</key>
  194. <string>#FFFFFF</string>
  195. </dict>
  196. </dict>
  197. <dict>
  198. <key>name</key>
  199. <string>Diff insertion</string>
  200. <key>scope</key>
  201. <string>markup.inserted.diff, meta.diff.header.to-file</string>
  202. <key>settings</key>
  203. <dict>
  204. <key>background</key>
  205. <string>#718c00</string>
  206. </dict>
  207. </dict>
  208. <dict>
  209. <key>name</key>
  210. <string>Diff deletion</string>
  211. <key>scope</key>
  212. <string>markup.deleted.diff, meta.diff.header.from-file</string>
  213. <key>settings</key>
  214. <dict>
  215. <key>background</key>
  216. <string>#c82829</string>
  217. </dict>
  218. </dict>
  219. <dict>
  220. <key>name</key>
  221. <string>Diff header</string>
  222. <key>scope</key>
  223. <string>meta.diff.header.from-file, meta.diff.header.to-file</string>
  224. <key>settings</key>
  225. <dict>
  226. <key>foreground</key>
  227. <string>#FFFFFF</string>
  228. <key>background</key>
  229. <string>#4271ae</string>
  230. </dict>
  231. </dict>
  232. <dict>
  233. <key>name</key>
  234. <string>Diff range</string>
  235. <key>scope</key>
  236. <string>meta.diff.range</string>
  237. <key>settings</key>
  238. <dict>
  239. <key>fontStyle</key>
  240. <string>italic</string>
  241. <key>foreground</key>
  242. <string>#3e999f</string>
  243. </dict>
  244. </dict>
  245. </array>
  246. <key>uuid</key>
  247. <string>82CCD69C-F1B1-4529-B39E-780F91F07604</string>
  248. <key>colorSpaceName</key>
  249. <string>sRGB</string>
  250. <key>semanticClass</key>
  251. <string>theme.light.tomorrow</string>
  252. </dict>
  253. </plist>