Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

202 rindas
4.2KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "ffffff",
  7. "background": "0f0f0f",
  8. "token": "text"
  9. },
  10. {
  11. "background": "000000",
  12. "token": "source.ruby.rails.embedded.html"
  13. },
  14. {
  15. "foreground": "ffffff",
  16. "background": "101010",
  17. "token": "text.html.ruby"
  18. },
  19. {
  20. "foreground": "ccff33",
  21. "background": "000000",
  22. "token": "invalid"
  23. },
  24. {
  25. "foreground": "ccff33",
  26. "background": "000000",
  27. "token": "invalid.deprecated"
  28. },
  29. {
  30. "foreground": "99cc99",
  31. "token": "constant.numeric"
  32. },
  33. {
  34. "foreground": "ffffff",
  35. "background": "000000",
  36. "token": "source"
  37. },
  38. {
  39. "foreground": "9933cc",
  40. "token": "comment"
  41. },
  42. {
  43. "foreground": "339999",
  44. "token": "constant"
  45. },
  46. {
  47. "foreground": "ff6600",
  48. "token": "keyword"
  49. },
  50. {
  51. "foreground": "edf8f9",
  52. "token": "keyword.preprocessor"
  53. },
  54. {
  55. "foreground": "ffffff",
  56. "token": "keyword.preprocessor directive"
  57. },
  58. {
  59. "foreground": "ffcc00",
  60. "token": "entity.name.function"
  61. },
  62. {
  63. "foreground": "ffcc00",
  64. "token": "storage.type.function.js"
  65. },
  66. {
  67. "fontStyle": "italic",
  68. "token": "variable.parameter"
  69. },
  70. {
  71. "foreground": "772cb7",
  72. "background": "070707",
  73. "token": "source comment.block"
  74. },
  75. {
  76. "foreground": "ffffff",
  77. "token": "variable.other"
  78. },
  79. {
  80. "foreground": "ffcc00",
  81. "token": "support.function"
  82. },
  83. {
  84. "foreground": "66ff00",
  85. "token": "string"
  86. },
  87. {
  88. "foreground": "aaaaaa",
  89. "token": "string constant.character.escape"
  90. },
  91. {
  92. "foreground": "000000",
  93. "background": "cccc33",
  94. "token": "string.interpolated"
  95. },
  96. {
  97. "foreground": "44b4cc",
  98. "token": "string.regexp"
  99. },
  100. {
  101. "foreground": "cccc33",
  102. "token": "string.literal"
  103. },
  104. {
  105. "foreground": "555555",
  106. "token": "string.interpolated constant.character.escape"
  107. },
  108. {
  109. "fontStyle": "underline",
  110. "token": "entity.name.class"
  111. },
  112. {
  113. "fontStyle": "underline",
  114. "token": "support.class.js"
  115. },
  116. {
  117. "fontStyle": "italic underline",
  118. "token": "entity.other.inherited-class"
  119. },
  120. {
  121. "foreground": "ff6600",
  122. "token": "meta.tag.inline.any.html"
  123. },
  124. {
  125. "foreground": "ff6600",
  126. "token": "meta.tag.block.any.html"
  127. },
  128. {
  129. "foreground": "99cc99",
  130. "fontStyle": "italic",
  131. "token": "entity.other.attribute-name"
  132. },
  133. {
  134. "foreground": "dde93d",
  135. "token": "keyword.other"
  136. },
  137. {
  138. "foreground": "ff6600",
  139. "token": "meta.selector.css"
  140. },
  141. {
  142. "foreground": "ff6600",
  143. "token": "entity.other.attribute-name.pseudo-class.css"
  144. },
  145. {
  146. "foreground": "ff6600",
  147. "token": "entity.name.tag.wildcard.css"
  148. },
  149. {
  150. "foreground": "ff6600",
  151. "token": "entity.other.attribute-name.id.css"
  152. },
  153. {
  154. "foreground": "ff6600",
  155. "token": "entity.other.attribute-name.class.css"
  156. },
  157. {
  158. "foreground": "999966",
  159. "token": "support.type.property-name.css"
  160. },
  161. {
  162. "foreground": "ffffff",
  163. "token": "keyword.other.unit.css"
  164. },
  165. {
  166. "foreground": "ffffff",
  167. "token": "constant.other.rgb-value.css"
  168. },
  169. {
  170. "foreground": "ffffff",
  171. "token": "constant.numeric.css"
  172. },
  173. {
  174. "foreground": "ffffff",
  175. "token": "support.function.event-handler.js"
  176. },
  177. {
  178. "foreground": "ffffff",
  179. "token": "keyword.operator.js"
  180. },
  181. {
  182. "foreground": "cccc66",
  183. "token": "keyword.control.js"
  184. },
  185. {
  186. "foreground": "ffffff",
  187. "token": "support.class.prototype.js"
  188. },
  189. {
  190. "foreground": "ff6600",
  191. "token": "object.property.function.prototype.js"
  192. }
  193. ],
  194. "colors": {
  195. "editor.foreground": "#FFFFFF",
  196. "editor.background": "#0F0F0F",
  197. "editor.selectionBackground": "#6699CC",
  198. "editor.lineHighlightBackground": "#333333",
  199. "editorCursor.foreground": "#FFFFFF",
  200. "editorWhitespace.foreground": "#404040"
  201. }
  202. }