Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

273 Zeilen
5.8KB

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