您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

308 行
6.5KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "aeaeae",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "3387cc",
  12. "token": "constant"
  13. },
  14. {
  15. "foreground": "89bdff",
  16. "token": "entity"
  17. },
  18. {
  19. "foreground": "e28964",
  20. "token": "keyword"
  21. },
  22. {
  23. "foreground": "99cf50",
  24. "token": "storage"
  25. },
  26. {
  27. "foreground": "65b042",
  28. "token": "string"
  29. },
  30. {
  31. "foreground": "9b859d",
  32. "token": "support"
  33. },
  34. {
  35. "foreground": "3e87e3",
  36. "token": "variable"
  37. },
  38. {
  39. "foreground": "fd5ff1",
  40. "fontStyle": "italic underline",
  41. "token": "invalid.deprecated"
  42. },
  43. {
  44. "foreground": "fd5ff1",
  45. "background": "562d56",
  46. "token": "invalid.illegal"
  47. },
  48. {
  49. "background": "b1b3ba",
  50. "token": "text source"
  51. },
  52. {
  53. "foreground": "9b5c2e",
  54. "fontStyle": "italic",
  55. "token": "entity.other.inherited-class"
  56. },
  57. {
  58. "foreground": "daefa3",
  59. "token": "string.quoted source"
  60. },
  61. {
  62. "foreground": "ddf2a4",
  63. "token": "string constant"
  64. },
  65. {
  66. "foreground": "e9c062",
  67. "token": "string.regexp"
  68. },
  69. {
  70. "foreground": "cf7d34",
  71. "token": "string.regexp constant.character.escape"
  72. },
  73. {
  74. "foreground": "cf7d34",
  75. "token": "string.regexp source.ruby.embedded"
  76. },
  77. {
  78. "foreground": "cf7d34",
  79. "token": "string.regexp string.regexp.arbitrary-repitition"
  80. },
  81. {
  82. "foreground": "8a9a95",
  83. "token": "string variable"
  84. },
  85. {
  86. "foreground": "dad085",
  87. "token": "support.function"
  88. },
  89. {
  90. "foreground": "cf6a4c",
  91. "token": "support.constant"
  92. },
  93. {
  94. "foreground": "8996a8",
  95. "token": "meta.preprocessor.c"
  96. },
  97. {
  98. "foreground": "afc4db",
  99. "token": "meta.preprocessor.c keyword"
  100. },
  101. {
  102. "fontStyle": "underline",
  103. "token": "entity.name.type"
  104. },
  105. {
  106. "foreground": "676767",
  107. "fontStyle": "italic",
  108. "token": "meta.cast"
  109. },
  110. {
  111. "foreground": "494949",
  112. "token": "meta.sgml.html meta.doctype"
  113. },
  114. {
  115. "foreground": "494949",
  116. "token": "meta.sgml.html meta.doctype entity"
  117. },
  118. {
  119. "foreground": "494949",
  120. "token": "meta.sgml.html meta.doctype string"
  121. },
  122. {
  123. "foreground": "494949",
  124. "token": "meta.xml-processing"
  125. },
  126. {
  127. "foreground": "494949",
  128. "token": "meta.xml-processing entity"
  129. },
  130. {
  131. "foreground": "494949",
  132. "token": "meta.xml-processing string"
  133. },
  134. {
  135. "foreground": "89bdff",
  136. "token": "meta.tag"
  137. },
  138. {
  139. "foreground": "89bdff",
  140. "token": "meta.tag entity"
  141. },
  142. {
  143. "foreground": "e0c589",
  144. "token": "source entity.name.tag"
  145. },
  146. {
  147. "foreground": "e0c589",
  148. "token": "source entity.other.attribute-name"
  149. },
  150. {
  151. "foreground": "e0c589",
  152. "token": "meta.tag.inline"
  153. },
  154. {
  155. "foreground": "e0c589",
  156. "token": "meta.tag.inline entity"
  157. },
  158. {
  159. "foreground": "e18964",
  160. "token": "entity.name.tag.namespace"
  161. },
  162. {
  163. "foreground": "e18964",
  164. "token": "entity.other.attribute-name.namespace"
  165. },
  166. {
  167. "foreground": "cda869",
  168. "token": "meta.selector.css entity.name.tag"
  169. },
  170. {
  171. "foreground": "8f9d6a",
  172. "token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class"
  173. },
  174. {
  175. "foreground": "8b98ab",
  176. "token": "meta.selector.css entity.other.attribute-name.id"
  177. },
  178. {
  179. "foreground": "9b703f",
  180. "token": "meta.selector.css entity.other.attribute-name.class"
  181. },
  182. {
  183. "foreground": "c5af75",
  184. "token": "support.type.property-name.css"
  185. },
  186. {
  187. "foreground": "f9ee98",
  188. "token": "meta.property-group support.constant.property-value.css"
  189. },
  190. {
  191. "foreground": "f9ee98",
  192. "token": "meta.property-value support.constant.property-value.css"
  193. },
  194. {
  195. "foreground": "8693a5",
  196. "token": "meta.preprocessor.at-rule keyword.control.at-rule"
  197. },
  198. {
  199. "foreground": "dd7b3b",
  200. "token": "meta.property-value support.constant.named-color.css"
  201. },
  202. {
  203. "foreground": "dd7b3b",
  204. "token": "meta.property-value constant"
  205. },
  206. {
  207. "foreground": "8f9d6a",
  208. "token": "meta.constructor.argument.css"
  209. },
  210. {
  211. "foreground": "f8f8f8",
  212. "background": "0e2231",
  213. "fontStyle": "italic",
  214. "token": "meta.diff"
  215. },
  216. {
  217. "foreground": "f8f8f8",
  218. "background": "0e2231",
  219. "fontStyle": "italic",
  220. "token": "meta.diff.header"
  221. },
  222. {
  223. "foreground": "f8f8f8",
  224. "background": "420e09",
  225. "token": "markup.deleted"
  226. },
  227. {
  228. "foreground": "f8f8f8",
  229. "background": "4a410d",
  230. "token": "markup.changed"
  231. },
  232. {
  233. "foreground": "f8f8f8",
  234. "background": "253b22",
  235. "token": "markup.inserted"
  236. },
  237. {
  238. "foreground": "e9c062",
  239. "fontStyle": "italic",
  240. "token": "markup.italic"
  241. },
  242. {
  243. "foreground": "e9c062",
  244. "fontStyle": "bold",
  245. "token": "markup.bold"
  246. },
  247. {
  248. "foreground": "e18964",
  249. "fontStyle": "underline",
  250. "token": "markup.underline"
  251. },
  252. {
  253. "foreground": "e1d4b9",
  254. "background": "fee09c",
  255. "fontStyle": "italic",
  256. "token": "markup.quote"
  257. },
  258. {
  259. "foreground": "fedcc5",
  260. "background": "632d04",
  261. "token": "markup.heading"
  262. },
  263. {
  264. "foreground": "fedcc5",
  265. "background": "632d04",
  266. "token": "markup.heading entity"
  267. },
  268. {
  269. "foreground": "e1d4b9",
  270. "token": "markup.list"
  271. },
  272. {
  273. "foreground": "578bb3",
  274. "background": "b1b3ba",
  275. "token": "markup.raw"
  276. },
  277. {
  278. "foreground": "f67b37",
  279. "fontStyle": "italic",
  280. "token": "markup comment"
  281. },
  282. {
  283. "foreground": "60a633",
  284. "background": "242424",
  285. "token": "meta.separator"
  286. },
  287. {
  288. "background": "eeeeee",
  289. "token": "meta.line.entry.logfile"
  290. },
  291. {
  292. "background": "eeeeee",
  293. "token": "meta.line.exit.logfile"
  294. },
  295. {
  296. "background": "751012",
  297. "token": "meta.line.error.logfile"
  298. }
  299. ],
  300. "colors": {
  301. "editor.foreground": "#F8F8F8",
  302. "editor.background": "#000000",
  303. "editor.selectionBackground": "#DDF0FF",
  304. "editor.lineHighlightBackground": "#FFFFFF",
  305. "editorCursor.foreground": "#A7A7A7",
  306. "editorWhitespace.foreground": "#CAE2FB"
  307. }
  308. }