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.

177 lines
3.4KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "999999",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "cccccc",
  11. "token": "keyword.operator.class"
  12. },
  13. {
  14. "foreground": "cccccc",
  15. "token": "constant.other"
  16. },
  17. {
  18. "foreground": "cccccc",
  19. "token": "source.php.embedded.line"
  20. },
  21. {
  22. "foreground": "f2777a",
  23. "token": "variable"
  24. },
  25. {
  26. "foreground": "f2777a",
  27. "token": "support.other.variable"
  28. },
  29. {
  30. "foreground": "f2777a",
  31. "token": "string.other.link"
  32. },
  33. {
  34. "foreground": "f2777a",
  35. "token": "entity.name.tag"
  36. },
  37. {
  38. "foreground": "f2777a",
  39. "token": "entity.other.attribute-name"
  40. },
  41. {
  42. "foreground": "f2777a",
  43. "token": "meta.tag"
  44. },
  45. {
  46. "foreground": "f2777a",
  47. "token": "declaration.tag"
  48. },
  49. {
  50. "foreground": "f99157",
  51. "token": "constant.numeric"
  52. },
  53. {
  54. "foreground": "f99157",
  55. "token": "constant.language"
  56. },
  57. {
  58. "foreground": "f99157",
  59. "token": "support.constant"
  60. },
  61. {
  62. "foreground": "f99157",
  63. "token": "constant.character"
  64. },
  65. {
  66. "foreground": "f99157",
  67. "token": "variable.parameter"
  68. },
  69. {
  70. "foreground": "f99157",
  71. "token": "punctuation.section.embedded"
  72. },
  73. {
  74. "foreground": "f99157",
  75. "token": "keyword.other.unit"
  76. },
  77. {
  78. "foreground": "ffcc66",
  79. "token": "entity.name.class"
  80. },
  81. {
  82. "foreground": "ffcc66",
  83. "token": "entity.name.type.class"
  84. },
  85. {
  86. "foreground": "ffcc66",
  87. "token": "support.type"
  88. },
  89. {
  90. "foreground": "ffcc66",
  91. "token": "support.class"
  92. },
  93. {
  94. "foreground": "99cc99",
  95. "token": "string"
  96. },
  97. {
  98. "foreground": "99cc99",
  99. "token": "constant.other.symbol"
  100. },
  101. {
  102. "foreground": "99cc99",
  103. "token": "entity.other.inherited-class"
  104. },
  105. {
  106. "foreground": "99cc99",
  107. "token": "markup.heading"
  108. },
  109. {
  110. "foreground": "66cccc",
  111. "token": "keyword.operator"
  112. },
  113. {
  114. "foreground": "66cccc",
  115. "token": "constant.other.color"
  116. },
  117. {
  118. "foreground": "6699cc",
  119. "token": "entity.name.function"
  120. },
  121. {
  122. "foreground": "6699cc",
  123. "token": "meta.function-call"
  124. },
  125. {
  126. "foreground": "6699cc",
  127. "token": "support.function"
  128. },
  129. {
  130. "foreground": "6699cc",
  131. "token": "keyword.other.special-method"
  132. },
  133. {
  134. "foreground": "6699cc",
  135. "token": "meta.block-level"
  136. },
  137. {
  138. "foreground": "cc99cc",
  139. "token": "keyword"
  140. },
  141. {
  142. "foreground": "cc99cc",
  143. "token": "storage"
  144. },
  145. {
  146. "foreground": "cc99cc",
  147. "token": "storage.type"
  148. },
  149. {
  150. "foreground": "cc99cc",
  151. "token": "entity.name.tag.css"
  152. },
  153. {
  154. "foreground": "cdcdcd",
  155. "background": "f2777a",
  156. "token": "invalid"
  157. },
  158. {
  159. "foreground": "cdcdcd",
  160. "background": "99cccc",
  161. "token": "meta.separator"
  162. },
  163. {
  164. "foreground": "cdcdcd",
  165. "background": "cc99cc",
  166. "token": "invalid.deprecated"
  167. }
  168. ],
  169. "colors": {
  170. "editor.foreground": "#CCCCCC",
  171. "editor.background": "#2D2D2D",
  172. "editor.selectionBackground": "#515151",
  173. "editor.lineHighlightBackground": "#393939",
  174. "editorCursor.foreground": "#CCCCCC",
  175. "editorWhitespace.foreground": "#6A6A6A"
  176. }
  177. }