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

198 lines
4.0KB

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