Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

222 lines
4.5KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "0066ff",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "0000ff",
  12. "fontStyle": "bold",
  13. "token": "keyword"
  14. },
  15. {
  16. "foreground": "0000ff",
  17. "fontStyle": "bold",
  18. "token": "storage"
  19. },
  20. {
  21. "foreground": "0000cd",
  22. "token": "constant.numeric"
  23. },
  24. {
  25. "foreground": "c5060b",
  26. "fontStyle": "bold",
  27. "token": "constant"
  28. },
  29. {
  30. "foreground": "585cf6",
  31. "fontStyle": "bold",
  32. "token": "constant.language"
  33. },
  34. {
  35. "foreground": "318495",
  36. "token": "variable.language"
  37. },
  38. {
  39. "foreground": "318495",
  40. "token": "variable.other"
  41. },
  42. {
  43. "foreground": "036a07",
  44. "token": "string"
  45. },
  46. {
  47. "foreground": "26b31a",
  48. "token": "constant.character.escape"
  49. },
  50. {
  51. "foreground": "26b31a",
  52. "token": "string source"
  53. },
  54. {
  55. "foreground": "1a921c",
  56. "token": "meta.preprocessor"
  57. },
  58. {
  59. "foreground": "0c450d",
  60. "fontStyle": "bold",
  61. "token": "keyword.control.import"
  62. },
  63. {
  64. "foreground": "0000a2",
  65. "fontStyle": "bold",
  66. "token": "entity.name.function"
  67. },
  68. {
  69. "foreground": "0000a2",
  70. "fontStyle": "bold",
  71. "token": "support.function.any-method"
  72. },
  73. {
  74. "fontStyle": "underline",
  75. "token": "entity.name.type"
  76. },
  77. {
  78. "fontStyle": "italic",
  79. "token": "entity.other.inherited-class"
  80. },
  81. {
  82. "fontStyle": "italic",
  83. "token": "variable.parameter"
  84. },
  85. {
  86. "foreground": "70727e",
  87. "token": "storage.type.method"
  88. },
  89. {
  90. "fontStyle": "italic",
  91. "token": "meta.section entity.name.section"
  92. },
  93. {
  94. "fontStyle": "italic",
  95. "token": "declaration.section entity.name.section"
  96. },
  97. {
  98. "foreground": "3c4c72",
  99. "fontStyle": "bold",
  100. "token": "support.function"
  101. },
  102. {
  103. "foreground": "6d79de",
  104. "fontStyle": "bold",
  105. "token": "support.class"
  106. },
  107. {
  108. "foreground": "6d79de",
  109. "fontStyle": "bold",
  110. "token": "support.type"
  111. },
  112. {
  113. "foreground": "06960e",
  114. "fontStyle": "bold",
  115. "token": "support.constant"
  116. },
  117. {
  118. "foreground": "21439c",
  119. "fontStyle": "bold",
  120. "token": "support.variable"
  121. },
  122. {
  123. "foreground": "687687",
  124. "token": "keyword.operator.js"
  125. },
  126. {
  127. "foreground": "ffffff",
  128. "background": "990000",
  129. "token": "invalid"
  130. },
  131. {
  132. "background": "ffd0d0",
  133. "token": "invalid.deprecated.trailing-whitespace"
  134. },
  135. {
  136. "background": "000000",
  137. "token": "text source"
  138. },
  139. {
  140. "background": "000000",
  141. "token": "string.unquoted"
  142. },
  143. {
  144. "background": "000000",
  145. "token": "text source string.unquoted"
  146. },
  147. {
  148. "background": "000000",
  149. "token": "text source text source"
  150. },
  151. {
  152. "foreground": "68685b",
  153. "token": "meta.tag.preprocessor.xml"
  154. },
  155. {
  156. "foreground": "888888",
  157. "token": "meta.tag.sgml.doctype"
  158. },
  159. {
  160. "foreground": "888888",
  161. "token": "meta.tag.sgml.doctype entity"
  162. },
  163. {
  164. "foreground": "888888",
  165. "token": "meta.tag.sgml.doctype string"
  166. },
  167. {
  168. "foreground": "888888",
  169. "token": "meta.tag.preprocessor.xml"
  170. },
  171. {
  172. "foreground": "888888",
  173. "token": "meta.tag.preprocessor.xml entity"
  174. },
  175. {
  176. "foreground": "888888",
  177. "token": "meta.tag.preprocessor.xml string"
  178. },
  179. {
  180. "fontStyle": "italic",
  181. "token": "string.quoted.docinfo.doctype.DTD"
  182. },
  183. {
  184. "foreground": "1c02ff",
  185. "token": "meta.tag"
  186. },
  187. {
  188. "foreground": "1c02ff",
  189. "token": "declaration.tag"
  190. },
  191. {
  192. "fontStyle": "bold",
  193. "token": "entity.name.tag"
  194. },
  195. {
  196. "fontStyle": "italic",
  197. "token": "entity.other.attribute-name"
  198. },
  199. {
  200. "foreground": "0c07ff",
  201. "fontStyle": "bold",
  202. "token": "markup.heading"
  203. },
  204. {
  205. "foreground": "000000",
  206. "fontStyle": "italic",
  207. "token": "markup.quote"
  208. },
  209. {
  210. "foreground": "b90690",
  211. "token": "markup.list"
  212. }
  213. ],
  214. "colors": {
  215. "editor.foreground": "#000000",
  216. "editor.background": "#FFFFFF",
  217. "editor.selectionBackground": "#4D97FF",
  218. "editor.lineHighlightBackground": "#000000",
  219. "editorCursor.foreground": "#000000",
  220. "editorWhitespace.foreground": "#BFBFBF"
  221. }
  222. }