Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

246 lines
5.1KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "d27518",
  7. "token": "constant"
  8. },
  9. {
  10. "foreground": "a89100",
  11. "token": "entity"
  12. },
  13. {
  14. "foreground": "ba6912",
  15. "token": "entity.other"
  16. },
  17. {
  18. "foreground": "949c8b",
  19. "token": "keyword"
  20. },
  21. {
  22. "foreground": "ffee80",
  23. "token": "storage"
  24. },
  25. {
  26. "foreground": "c7a4a1",
  27. "token": "string -string.unquoted.old-plist -string.unquoted.heredoc"
  28. },
  29. {
  30. "foreground": "c7a4a1",
  31. "token": "string.unquoted.heredoc string"
  32. },
  33. {
  34. "foreground": "706d5b",
  35. "fontStyle": "italic",
  36. "token": "comment"
  37. },
  38. {
  39. "foreground": "9fc28a",
  40. "token": "support"
  41. },
  42. {
  43. "foreground": "d1a796",
  44. "token": "variable"
  45. },
  46. {
  47. "foreground": "ff80e1",
  48. "token": "variable.language"
  49. },
  50. {
  51. "foreground": "ffee80",
  52. "token": "meta.function-call"
  53. },
  54. {
  55. "foreground": "f8f8f8",
  56. "background": "a41300",
  57. "token": "invalid"
  58. },
  59. {
  60. "foreground": "d9d59f",
  61. "background": "24231d",
  62. "token": "text source"
  63. },
  64. {
  65. "foreground": "d9d59f",
  66. "background": "24231d",
  67. "token": "string.unquoted.heredoc"
  68. },
  69. {
  70. "foreground": "d9d59f",
  71. "background": "24231d",
  72. "token": "source source"
  73. },
  74. {
  75. "foreground": "7efcff",
  76. "token": "entity.other.inherited-class"
  77. },
  78. {
  79. "foreground": "439740",
  80. "token": "string.quoted source"
  81. },
  82. {
  83. "foreground": "60db5d",
  84. "token": "string constant"
  85. },
  86. {
  87. "foreground": "7dffc0",
  88. "token": "string.regexp"
  89. },
  90. {
  91. "foreground": "b8b960",
  92. "token": "string variable"
  93. },
  94. {
  95. "foreground": "85873a",
  96. "token": "support.function"
  97. },
  98. {
  99. "foreground": "c27e66",
  100. "token": "support.constant"
  101. },
  102. {
  103. "foreground": "ff1e00",
  104. "token": "support.class.exception"
  105. },
  106. {
  107. "foreground": "8996a8",
  108. "token": "meta.preprocessor.c"
  109. },
  110. {
  111. "foreground": "afc4db",
  112. "token": "meta.preprocessor.c keyword"
  113. },
  114. {
  115. "foreground": "73817d",
  116. "token": "meta.sgml.html meta.doctype"
  117. },
  118. {
  119. "foreground": "73817d",
  120. "token": "meta.sgml.html meta.doctype entity"
  121. },
  122. {
  123. "foreground": "73817d",
  124. "token": "meta.sgml.html meta.doctype string"
  125. },
  126. {
  127. "foreground": "73817d",
  128. "token": "meta.xml-processing"
  129. },
  130. {
  131. "foreground": "73817d",
  132. "token": "meta.xml-processing entity"
  133. },
  134. {
  135. "foreground": "73817d",
  136. "token": "meta.xml-processing string"
  137. },
  138. {
  139. "foreground": "babd9c",
  140. "token": "meta.tag"
  141. },
  142. {
  143. "foreground": "babd9c",
  144. "token": "meta.tag entity"
  145. },
  146. {
  147. "foreground": "99a190",
  148. "token": "meta.selector.css entity.name.tag"
  149. },
  150. {
  151. "foreground": "cc8844",
  152. "token": "meta.selector.css entity.other.attribute-name.id"
  153. },
  154. {
  155. "foreground": "cfb958",
  156. "token": "meta.selector.css entity.other.attribute-name.class"
  157. },
  158. {
  159. "foreground": "e0ddad",
  160. "token": "support.type.property-name.css"
  161. },
  162. {
  163. "foreground": "aeb14b",
  164. "token": "meta.property-group support.constant.property-value.css"
  165. },
  166. {
  167. "foreground": "aeb14b",
  168. "token": "meta.property-value support.constant.property-value.css"
  169. },
  170. {
  171. "foreground": "ffb010",
  172. "token": "meta.preprocessor.at-rule keyword.control.at-rule"
  173. },
  174. {
  175. "foreground": "999179",
  176. "token": "meta.property-value support.constant.named-color.css"
  177. },
  178. {
  179. "foreground": "999179",
  180. "token": "meta.property-value constant"
  181. },
  182. {
  183. "foreground": "eb939a",
  184. "token": "meta.constructor.argument.css"
  185. },
  186. {
  187. "foreground": "f8f8f8",
  188. "background": "000e1a",
  189. "token": "meta.diff"
  190. },
  191. {
  192. "foreground": "f8f8f8",
  193. "background": "000e1a",
  194. "token": "meta.diff.header"
  195. },
  196. {
  197. "foreground": "f8f8f8",
  198. "background": "800f00",
  199. "token": "markup.deleted"
  200. },
  201. {
  202. "foreground": "f8f8f8",
  203. "background": "806f00",
  204. "token": "markup.changed"
  205. },
  206. {
  207. "foreground": "f8f8f8",
  208. "background": "228000",
  209. "token": "markup.inserted"
  210. },
  211. {
  212. "background": "8fddf6",
  213. "token": "markup.raw"
  214. },
  215. {
  216. "background": "005baa",
  217. "token": "markup.quote"
  218. },
  219. {
  220. "background": "0f0040",
  221. "token": "markup.list"
  222. },
  223. {
  224. "foreground": "9d80ff",
  225. "fontStyle": "bold",
  226. "token": "markup.bold"
  227. },
  228. {
  229. "foreground": "80ffbb",
  230. "fontStyle": "italic",
  231. "token": "markup.italic"
  232. },
  233. {
  234. "fontStyle": "bold",
  235. "token": "markup.heading"
  236. }
  237. ],
  238. "colors": {
  239. "editor.foreground": "#FCFFE0",
  240. "editor.background": "#0B0A09",
  241. "editor.selectionBackground": "#AA00FF",
  242. "editor.lineHighlightBackground": "#38403D",
  243. "editorCursor.foreground": "#FF9900",
  244. "editorWhitespace.foreground": "#FFB16F"
  245. }
  246. }