Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

180 lines
3.6KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "0066ff",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "43a8ed",
  12. "fontStyle": "bold",
  13. "token": "keyword"
  14. },
  15. {
  16. "foreground": "43a8ed",
  17. "fontStyle": "bold",
  18. "token": "storage"
  19. },
  20. {
  21. "foreground": "44aa43",
  22. "token": "constant.numeric"
  23. },
  24. {
  25. "foreground": "c5656b",
  26. "fontStyle": "bold",
  27. "token": "constant"
  28. },
  29. {
  30. "foreground": "585cf6",
  31. "fontStyle": "bold",
  32. "token": "constant.language"
  33. },
  34. {
  35. "foreground": "318495",
  36. "token": "variable.language"
  37. },
  38. {
  39. "foreground": "318495",
  40. "token": "variable.other"
  41. },
  42. {
  43. "foreground": "049b0a",
  44. "token": "string"
  45. },
  46. {
  47. "foreground": "2fe420",
  48. "token": "constant.character.escape"
  49. },
  50. {
  51. "foreground": "2fe420",
  52. "token": "string source"
  53. },
  54. {
  55. "foreground": "1a921c",
  56. "token": "meta.preprocessor"
  57. },
  58. {
  59. "foreground": "9aff87",
  60. "fontStyle": "bold",
  61. "token": "keyword.control.import"
  62. },
  63. {
  64. "foreground": "ff9358",
  65. "fontStyle": "bold",
  66. "token": "entity.name.function"
  67. },
  68. {
  69. "foreground": "ff9358",
  70. "fontStyle": "bold",
  71. "token": "keyword.other.name-of-parameter.objc"
  72. },
  73. {
  74. "fontStyle": "underline",
  75. "token": "entity.name.type"
  76. },
  77. {
  78. "fontStyle": "italic",
  79. "token": "entity.other.inherited-class"
  80. },
  81. {
  82. "fontStyle": "italic",
  83. "token": "variable.parameter"
  84. },
  85. {
  86. "foreground": "8b8e9c",
  87. "token": "storage.type.method"
  88. },
  89. {
  90. "fontStyle": "italic",
  91. "token": "meta.section entity.name.section"
  92. },
  93. {
  94. "fontStyle": "italic",
  95. "token": "declaration.section entity.name.section"
  96. },
  97. {
  98. "foreground": "7290d9",
  99. "fontStyle": "bold",
  100. "token": "support.function"
  101. },
  102. {
  103. "foreground": "6d79de",
  104. "fontStyle": "bold",
  105. "token": "support.class"
  106. },
  107. {
  108. "foreground": "6d79de",
  109. "fontStyle": "bold",
  110. "token": "support.type"
  111. },
  112. {
  113. "foreground": "00af0e",
  114. "fontStyle": "bold",
  115. "token": "support.constant"
  116. },
  117. {
  118. "foreground": "2f5fe0",
  119. "fontStyle": "bold",
  120. "token": "support.variable"
  121. },
  122. {
  123. "foreground": "687687",
  124. "token": "keyword.operator.js"
  125. },
  126. {
  127. "foreground": "ffffff",
  128. "background": "990000",
  129. "token": "invalid"
  130. },
  131. {
  132. "background": "ffd0d0",
  133. "token": "invalid.deprecated.trailing-whitespace"
  134. },
  135. {
  136. "background": "f5aa77",
  137. "token": "text source"
  138. },
  139. {
  140. "background": "f5aa77",
  141. "token": "string.unquoted"
  142. },
  143. {
  144. "foreground": "8f7e65",
  145. "token": "meta.tag.preprocessor.xml"
  146. },
  147. {
  148. "foreground": "888888",
  149. "token": "meta.tag.sgml.doctype"
  150. },
  151. {
  152. "fontStyle": "italic",
  153. "token": "string.quoted.docinfo.doctype.DTD"
  154. },
  155. {
  156. "foreground": "43a8ed",
  157. "token": "meta.tag"
  158. },
  159. {
  160. "foreground": "43a8ed",
  161. "token": "declaration.tag"
  162. },
  163. {
  164. "fontStyle": "bold",
  165. "token": "entity.name.tag"
  166. },
  167. {
  168. "fontStyle": "italic",
  169. "token": "entity.other.attribute-name"
  170. }
  171. ],
  172. "colors": {
  173. "editor.foreground": "#BDAE9D",
  174. "editor.background": "#2A211C",
  175. "editor.selectionBackground": "#C3DCFF",
  176. "editor.lineHighlightBackground": "#3A312C",
  177. "editorCursor.foreground": "#889AFF",
  178. "editorWhitespace.foreground": "#BFBFBF"
  179. }
  180. }