No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

228 líneas
4.7KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "666c68",
  7. "background": "151c19",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "c23b00",
  12. "token": "storage"
  13. },
  14. {
  15. "foreground": "c23b00",
  16. "token": "support.type"
  17. },
  18. {
  19. "foreground": "ffffff",
  20. "background": "151c19",
  21. "token": "string.unquoted.embedded"
  22. },
  23. {
  24. "foreground": "ffffff",
  25. "background": "151c19",
  26. "token": "text source"
  27. },
  28. {
  29. "foreground": "ffffff",
  30. "background": "151c19",
  31. "token": "string.unquoted"
  32. },
  33. {
  34. "foreground": "e94700",
  35. "background": "1a0700",
  36. "token": "constant.character.escaped"
  37. },
  38. {
  39. "foreground": "e94700",
  40. "background": "1a0700",
  41. "token": "string source - string.unquoted.embedded"
  42. },
  43. {
  44. "foreground": "e94700",
  45. "background": "1a0700",
  46. "token": "string string source"
  47. },
  48. {
  49. "foreground": "c23800",
  50. "background": "1a0700",
  51. "token": "string - string source"
  52. },
  53. {
  54. "foreground": "c23800",
  55. "background": "1a0700",
  56. "token": "string source string"
  57. },
  58. {
  59. "foreground": "c23800",
  60. "background": "1a0700",
  61. "token": "meta.scope.heredoc"
  62. },
  63. {
  64. "foreground": "e98800",
  65. "token": "constant.numeric"
  66. },
  67. {
  68. "foreground": "648bd2",
  69. "token": "variable.language"
  70. },
  71. {
  72. "foreground": "648bd2",
  73. "token": "variable.other"
  74. },
  75. {
  76. "foreground": "e98800",
  77. "token": "constant"
  78. },
  79. {
  80. "foreground": "a8b3ab",
  81. "background": "161d1a",
  82. "token": "other.preprocessor"
  83. },
  84. {
  85. "foreground": "a8b3ab",
  86. "background": "161d1a",
  87. "token": "entity.name.preprocessor"
  88. },
  89. {
  90. "foreground": "a8b3ab",
  91. "token": "entity.name.function"
  92. },
  93. {
  94. "foreground": "a8b3ab",
  95. "token": "keyword.operator"
  96. },
  97. {
  98. "foreground": "a8b3ab",
  99. "token": "keyword.other.name-of-parameter"
  100. },
  101. {
  102. "foreground": "9a2f00",
  103. "token": "entity.name.class"
  104. },
  105. {
  106. "foreground": "648bd2",
  107. "token": "variable.parameter"
  108. },
  109. {
  110. "foreground": "666c68",
  111. "token": "storage.type.method"
  112. },
  113. {
  114. "foreground": "a39e64",
  115. "token": "keyword"
  116. },
  117. {
  118. "foreground": "a39e64",
  119. "token": "storage.type.function.php"
  120. },
  121. {
  122. "foreground": "ffffff",
  123. "background": "990000",
  124. "token": "invalid"
  125. },
  126. {
  127. "foreground": "000000",
  128. "background": "ffd0d0",
  129. "token": "invalid.trailing-whitespace"
  130. },
  131. {
  132. "foreground": "588e60",
  133. "token": "support.function"
  134. },
  135. {
  136. "foreground": "5778b6",
  137. "token": "support.class"
  138. },
  139. {
  140. "foreground": "5778b6",
  141. "token": "support.type"
  142. },
  143. {
  144. "foreground": "5778b6",
  145. "token": "entity.name"
  146. },
  147. {
  148. "foreground": "c87500",
  149. "token": "support.constant"
  150. },
  151. {
  152. "foreground": "5879b7",
  153. "token": "support.other.variable"
  154. },
  155. {
  156. "foreground": "68685b",
  157. "token": "declaration.xml-processing"
  158. },
  159. {
  160. "foreground": "888888",
  161. "token": "declaration.doctype"
  162. },
  163. {
  164. "foreground": "888888",
  165. "token": "declaration.doctype.DTD"
  166. },
  167. {
  168. "foreground": "a65eff",
  169. "token": "declaration.tag"
  170. },
  171. {
  172. "foreground": "a65eff",
  173. "token": "entity.name.tag"
  174. },
  175. {
  176. "foreground": "909993",
  177. "token": "entity.other.attribute-name"
  178. },
  179. {
  180. "foreground": "909993",
  181. "token": "punctuation"
  182. },
  183. {
  184. "foreground": "7642b7",
  185. "token": "entity.other.inherited-class"
  186. },
  187. {
  188. "foreground": "ffffff",
  189. "background": "000000",
  190. "token": "meta.scope.changed-files.svn"
  191. },
  192. {
  193. "foreground": "ffffff",
  194. "background": "000000",
  195. "token": "markup.inserted.svn"
  196. },
  197. {
  198. "foreground": "ffffff",
  199. "background": "000000",
  200. "token": "markup.changed.svn"
  201. },
  202. {
  203. "foreground": "ffffff",
  204. "background": "000000",
  205. "token": "markup.deleted.svn"
  206. },
  207. {
  208. "background": "78807b",
  209. "token": "meta.section"
  210. },
  211. {
  212. "background": "78807b",
  213. "token": "meta.section meta.section"
  214. },
  215. {
  216. "background": "78807b",
  217. "token": "meta.section meta.section meta.section"
  218. }
  219. ],
  220. "colors": {
  221. "editor.foreground": "#FFFFFF",
  222. "editor.background": "#222C28",
  223. "editor.selectionBackground": "#919994",
  224. "editor.lineHighlightBackground": "#0C0D0C",
  225. "editorCursor.foreground": "#FFFFFF",
  226. "editorWhitespace.foreground": "#666C68"
  227. }
  228. }