Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

304 lines
7.0KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "000000",
  7. "token": "text"
  8. },
  9. {
  10. "foreground": "ee000b",
  11. "token": "constant.numeric - source.css"
  12. },
  13. {
  14. "foreground": "9a9a9a",
  15. "token": "comment"
  16. },
  17. {
  18. "foreground": "00359e",
  19. "token": "text.html meta.tag"
  20. },
  21. {
  22. "foreground": "001eff",
  23. "token": "text.html.basic meta.tag string.quoted - source"
  24. },
  25. {
  26. "foreground": "000000",
  27. "fontStyle": "bold",
  28. "token": "text.html.basic constant.character.entity.html"
  29. },
  30. {
  31. "foreground": "106800",
  32. "token": "text.html meta.tag.a - string"
  33. },
  34. {
  35. "foreground": "6d232e",
  36. "token": "text.html meta.tag.img - string"
  37. },
  38. {
  39. "foreground": "ff9700",
  40. "token": "text.html meta.tag.form - string"
  41. },
  42. {
  43. "foreground": "009079",
  44. "token": "text.html meta.tag.table - string"
  45. },
  46. {
  47. "foreground": "842b44",
  48. "token": "source.js.embedded.html punctuation.definition.tag - source.php"
  49. },
  50. {
  51. "foreground": "842b44",
  52. "token": "source.js.embedded.html entity.name.tag.script"
  53. },
  54. {
  55. "foreground": "842b44",
  56. "token": "source.js.embedded entity.other.attribute-name - source.js string"
  57. },
  58. {
  59. "foreground": "9a9a9a",
  60. "token": "source.js comment - source.php"
  61. },
  62. {
  63. "foreground": "000000",
  64. "token": "source.js meta.function - source.php"
  65. },
  66. {
  67. "foreground": "24c696",
  68. "token": "source.js meta.class - source.php"
  69. },
  70. {
  71. "foreground": "24c696",
  72. "token": "source.js support.function - source.php"
  73. },
  74. {
  75. "foreground": "0035ff",
  76. "token": "source.js string - source.php"
  77. },
  78. {
  79. "foreground": "0035ff",
  80. "token": "source.js keyword.operator"
  81. },
  82. {
  83. "foreground": "7e00b7",
  84. "token": "source.js support.class"
  85. },
  86. {
  87. "foreground": "000000",
  88. "fontStyle": "bold",
  89. "token": "source.js storage"
  90. },
  91. {
  92. "foreground": "05208c",
  93. "fontStyle": "bold",
  94. "token": "source.js storage - storage.type.function - source.php"
  95. },
  96. {
  97. "foreground": "05208c",
  98. "fontStyle": "bold",
  99. "token": "source.js constant - source.php"
  100. },
  101. {
  102. "foreground": "05208c",
  103. "fontStyle": "bold",
  104. "token": "source.js keyword - source.php"
  105. },
  106. {
  107. "foreground": "05208c",
  108. "fontStyle": "bold",
  109. "token": "source.js variable.language"
  110. },
  111. {
  112. "foreground": "05208c",
  113. "fontStyle": "bold",
  114. "token": "source.js meta.brace"
  115. },
  116. {
  117. "foreground": "05208c",
  118. "fontStyle": "bold",
  119. "token": "source.js punctuation.definition.parameters.begin"
  120. },
  121. {
  122. "foreground": "05208c",
  123. "fontStyle": "bold",
  124. "token": "source.js punctuation.definition.parameters.end"
  125. },
  126. {
  127. "foreground": "106800",
  128. "token": "source.js string.regexp"
  129. },
  130. {
  131. "foreground": "106800",
  132. "token": "source.js string.regexp constant"
  133. },
  134. {
  135. "foreground": "8d00b7",
  136. "token": "source.css.embedded.html punctuation.definition.tag"
  137. },
  138. {
  139. "foreground": "8d00b7",
  140. "token": "source.css.embedded.html entity.name.tag.style"
  141. },
  142. {
  143. "foreground": "8d00b7",
  144. "token": "source.css.embedded entity.other.attribute-name - meta.selector"
  145. },
  146. {
  147. "foreground": "009c7f",
  148. "fontStyle": "bold",
  149. "token": "source.css meta.at-rule.import.css"
  150. },
  151. {
  152. "foreground": "ee000b",
  153. "fontStyle": "bold",
  154. "token": "source.css keyword.other.important"
  155. },
  156. {
  157. "foreground": "430303",
  158. "fontStyle": "bold",
  159. "token": "source.css meta.at-rule.media"
  160. },
  161. {
  162. "foreground": "106800",
  163. "token": "source.css string"
  164. },
  165. {
  166. "foreground": "da29ff",
  167. "token": "source.css meta.selector"
  168. },
  169. {
  170. "foreground": "da29ff",
  171. "token": "source.css meta.property-list"
  172. },
  173. {
  174. "foreground": "da29ff",
  175. "token": "source.css meta.at-rule"
  176. },
  177. {
  178. "foreground": "da29ff",
  179. "fontStyle": "bold",
  180. "token": "source.css punctuation.separator - source.php"
  181. },
  182. {
  183. "foreground": "da29ff",
  184. "fontStyle": "bold",
  185. "token": "source.css punctuation.terminator - source.php"
  186. },
  187. {
  188. "foreground": "05208c",
  189. "token": "source.css meta.property-name"
  190. },
  191. {
  192. "foreground": "0035ff",
  193. "token": "source.css meta.property-value"
  194. },
  195. {
  196. "foreground": "ee000b",
  197. "fontStyle": "bold",
  198. "token": "source.php punctuation.section.embedded.begin"
  199. },
  200. {
  201. "foreground": "ee000b",
  202. "fontStyle": "bold",
  203. "token": "source.php punctuation.section.embedded.end"
  204. },
  205. {
  206. "foreground": "000000",
  207. "token": "source.php - punctuation.section"
  208. },
  209. {
  210. "foreground": "000000",
  211. "token": "source.php variable"
  212. },
  213. {
  214. "foreground": "000000",
  215. "token": "source.php meta.function.arguments"
  216. },
  217. {
  218. "foreground": "05208c",
  219. "token": "source.php punctuation - string - variable - meta.function"
  220. },
  221. {
  222. "foreground": "24bf96",
  223. "token": "source.php storage.type"
  224. },
  225. {
  226. "foreground": "009714",
  227. "token": "source.php keyword - comment"
  228. },
  229. {
  230. "foreground": "009714",
  231. "token": "source.php storage.type.class"
  232. },
  233. {
  234. "foreground": "009714",
  235. "token": "source.php storage.type.interface"
  236. },
  237. {
  238. "foreground": "009714",
  239. "token": "source.php storage.modifier"
  240. },
  241. {
  242. "foreground": "009714",
  243. "token": "source.php constant.language"
  244. },
  245. {
  246. "foreground": "0035ff",
  247. "token": "source.php support"
  248. },
  249. {
  250. "foreground": "0035ff",
  251. "token": "source.php storage"
  252. },
  253. {
  254. "foreground": "0035ff",
  255. "token": "source.php keyword.operator"
  256. },
  257. {
  258. "foreground": "0035ff",
  259. "token": "source.php storage.type.function"
  260. },
  261. {
  262. "foreground": "0092f2",
  263. "token": "source.php variable.other.global"
  264. },
  265. {
  266. "foreground": "551d02",
  267. "token": "source.php support.constant"
  268. },
  269. {
  270. "foreground": "551d02",
  271. "token": "source.php constant.language.php"
  272. },
  273. {
  274. "foreground": "e20000",
  275. "token": "source.php string"
  276. },
  277. {
  278. "foreground": "e20000",
  279. "token": "source.php string keyword.operator"
  280. },
  281. {
  282. "foreground": "ff6200",
  283. "token": "source.php string.quoted.double variable"
  284. },
  285. {
  286. "foreground": "ff9404",
  287. "token": "source.php comment"
  288. },
  289. {
  290. "foreground": "ee000b",
  291. "background": "efff8a",
  292. "fontStyle": "bold",
  293. "token": "invalid"
  294. }
  295. ],
  296. "colors": {
  297. "editor.foreground": "#000000",
  298. "editor.background": "#FFFFFF",
  299. "editor.selectionBackground": "#5EA0FF",
  300. "editor.lineHighlightBackground": "#000000",
  301. "editorCursor.foreground": "#000000",
  302. "editorWhitespace.foreground": "#BFBFBF"
  303. }
  304. }