選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

177 行
3.4KB

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