You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

283 lines
6.0KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "a6c6ff",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "a6c6ff",
  11. "token": "comment.block"
  12. },
  13. {
  14. "foreground": "66a968",
  15. "token": "string"
  16. },
  17. {
  18. "foreground": "cccccc",
  19. "token": "constant.numeric"
  20. },
  21. {
  22. "foreground": "757ad8",
  23. "token": "keyword"
  24. },
  25. {
  26. "foreground": "2f006e",
  27. "token": "meta.preprocessor"
  28. },
  29. {
  30. "fontStyle": "bold",
  31. "token": "keyword.control.import"
  32. },
  33. {
  34. "foreground": "aeb2f8",
  35. "token": "support.function"
  36. },
  37. {
  38. "foreground": "0000ff",
  39. "token": "declaration.function function-result"
  40. },
  41. {
  42. "fontStyle": "bold",
  43. "token": "declaration.function function-name"
  44. },
  45. {
  46. "fontStyle": "bold",
  47. "token": "declaration.function argument-name"
  48. },
  49. {
  50. "foreground": "0000ff",
  51. "token": "declaration.function function-arg-type"
  52. },
  53. {
  54. "fontStyle": "italic",
  55. "token": "declaration.function function-argument"
  56. },
  57. {
  58. "fontStyle": "underline",
  59. "token": "declaration.class class-name"
  60. },
  61. {
  62. "fontStyle": "italic underline",
  63. "token": "declaration.class class-inheritance"
  64. },
  65. {
  66. "foreground": "f8f8f8",
  67. "background": "562d56",
  68. "fontStyle": "bold",
  69. "token": "invalid"
  70. },
  71. {
  72. "foreground": "f8f8f8",
  73. "background": "562d56",
  74. "fontStyle": "bold",
  75. "token": "invalid.illegal"
  76. },
  77. {
  78. "foreground": "d2a8a1",
  79. "fontStyle": "italic, underline",
  80. "token": "invalid.deprecated"
  81. },
  82. {
  83. "background": "ffd0d0",
  84. "fontStyle": "bold",
  85. "token": "invalid.deprecated.trailing-whitespace"
  86. },
  87. {
  88. "fontStyle": "italic",
  89. "token": "declaration.section section-name"
  90. },
  91. {
  92. "foreground": "c10006",
  93. "token": "string.interpolation"
  94. },
  95. {
  96. "foreground": "e9c062",
  97. "token": "string.regexp"
  98. },
  99. {
  100. "foreground": "bebf55",
  101. "token": "variable"
  102. },
  103. {
  104. "foreground": "c1c144",
  105. "token": "variable.language"
  106. },
  107. {
  108. "foreground": "4fb7c5",
  109. "token": "constant"
  110. },
  111. {
  112. "foreground": "afa472",
  113. "token": "constant.character"
  114. },
  115. {
  116. "foreground": "de8e30",
  117. "fontStyle": "bold",
  118. "token": "constant.language"
  119. },
  120. {
  121. "fontStyle": "underline",
  122. "token": "embedded"
  123. },
  124. {
  125. "foreground": "858ef4",
  126. "token": "keyword.markup.element-name"
  127. },
  128. {
  129. "foreground": "9b456f",
  130. "token": "keyword.markup.attribute-name"
  131. },
  132. {
  133. "foreground": "9b456f",
  134. "token": "meta.attribute-with-value"
  135. },
  136. {
  137. "foreground": "c82255",
  138. "fontStyle": "bold",
  139. "token": "keyword.exception"
  140. },
  141. {
  142. "foreground": "797878",
  143. "token": "keyword.operator"
  144. },
  145. {
  146. "foreground": "6969fa",
  147. "fontStyle": "bold",
  148. "token": "keyword.control"
  149. },
  150. {
  151. "foreground": "68685b",
  152. "token": "meta.tag.preprocessor.xml"
  153. },
  154. {
  155. "foreground": "494949",
  156. "token": "meta.tag.sgml.doctype"
  157. },
  158. {
  159. "fontStyle": "italic",
  160. "token": "string.quoted.docinfo.doctype.DTD"
  161. },
  162. {
  163. "foreground": "909090",
  164. "token": "comment.other.server-side-include.xhtml"
  165. },
  166. {
  167. "foreground": "909090",
  168. "token": "comment.other.server-side-include.html"
  169. },
  170. {
  171. "foreground": "858ef4",
  172. "token": "text.html declaration.tag"
  173. },
  174. {
  175. "foreground": "858ef4",
  176. "token": "text.html meta.tag"
  177. },
  178. {
  179. "foreground": "858ef4",
  180. "token": "text.html entity.name.tag.xhtml"
  181. },
  182. {
  183. "foreground": "9b456f",
  184. "token": "keyword.markup.attribute-name"
  185. },
  186. {
  187. "foreground": "777777",
  188. "token": "keyword.other.phpdoc.php"
  189. },
  190. {
  191. "foreground": "c82255",
  192. "token": "keyword.other.include.php"
  193. },
  194. {
  195. "foreground": "de8e20",
  196. "fontStyle": "bold",
  197. "token": "support.constant.core.php"
  198. },
  199. {
  200. "foreground": "de8e10",
  201. "fontStyle": "bold",
  202. "token": "support.constant.std.php"
  203. },
  204. {
  205. "foreground": "b72e1d",
  206. "token": "variable.other.global.php"
  207. },
  208. {
  209. "foreground": "00ff00",
  210. "token": "variable.other.global.safer.php"
  211. },
  212. {
  213. "foreground": "bfa36d",
  214. "token": "string.quoted.single.php"
  215. },
  216. {
  217. "foreground": "6969fa",
  218. "token": "keyword.storage.php"
  219. },
  220. {
  221. "foreground": "ad9361",
  222. "token": "string.quoted.double.php"
  223. },
  224. {
  225. "foreground": "ec9e00",
  226. "token": "entity.other.attribute-name.id.css"
  227. },
  228. {
  229. "foreground": "b8cd06",
  230. "fontStyle": "bold",
  231. "token": "entity.name.tag.css"
  232. },
  233. {
  234. "foreground": "edca06",
  235. "token": "entity.other.attribute-name.class.css"
  236. },
  237. {
  238. "foreground": "2e759c",
  239. "token": "entity.other.attribute-name.pseudo-class.css"
  240. },
  241. {
  242. "foreground": "ffffff",
  243. "background": "ff0000",
  244. "token": "invalid.bad-comma.css"
  245. },
  246. {
  247. "foreground": "9b2e4d",
  248. "token": "support.constant.property-value.css"
  249. },
  250. {
  251. "foreground": "e1c96b",
  252. "token": "support.type.property-name.css"
  253. },
  254. {
  255. "foreground": "666633",
  256. "token": "constant.other.rgb-value.css"
  257. },
  258. {
  259. "foreground": "666633",
  260. "token": "support.constant.font-name.css"
  261. },
  262. {
  263. "foreground": "7171f3",
  264. "token": "support.constant.tm-language-def"
  265. },
  266. {
  267. "foreground": "7171f3",
  268. "token": "support.constant.name.tm-language-def"
  269. },
  270. {
  271. "foreground": "6969fa",
  272. "token": "keyword.other.unit.css"
  273. }
  274. ],
  275. "colors": {
  276. "editor.foreground": "#8F938F",
  277. "editor.background": "#2C2828",
  278. "editor.selectionBackground": "#DDF0FF",
  279. "editor.lineHighlightBackground": "#FFFFFF",
  280. "editorCursor.foreground": "#A7A7A7",
  281. "editorWhitespace.foreground": "#FFFFFF"
  282. }
  283. }