theme.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. export default {
  2. base: 'vs-dark' as const,
  3. inherit: true,
  4. rules: [
  5. {
  6. foreground: 'de935f',
  7. token: 'number',
  8. },
  9. {
  10. foreground: '969896',
  11. token: 'comment',
  12. },
  13. {
  14. foreground: 'ced1cf',
  15. token: 'keyword.operator.class',
  16. },
  17. {
  18. foreground: 'ced1cf',
  19. token: 'constant.other',
  20. },
  21. {
  22. foreground: 'ced1cf',
  23. token: 'source.php.embedded.line',
  24. },
  25. {
  26. foreground: 'cc6666',
  27. token: 'variable',
  28. },
  29. {
  30. foreground: 'cc6666',
  31. token: 'support.other.variable',
  32. },
  33. {
  34. foreground: 'cc6666',
  35. token: 'string.other.link',
  36. },
  37. {
  38. foreground: 'cc6666',
  39. token: 'string.regexp',
  40. },
  41. {
  42. foreground: 'cc6666',
  43. token: 'entity.name.tag',
  44. },
  45. {
  46. foreground: 'cc6666',
  47. token: 'entity.other.attribute-name',
  48. },
  49. {
  50. foreground: 'cc6666',
  51. token: 'meta.tag',
  52. },
  53. {
  54. foreground: 'cc6666',
  55. token: 'declaration.tag',
  56. },
  57. {
  58. foreground: 'cc6666',
  59. token: 'markup.deleted.git_gutter',
  60. },
  61. {
  62. foreground: 'de935f',
  63. token: 'constant.numeric',
  64. },
  65. {
  66. foreground: 'de935f',
  67. token: 'constant.language',
  68. },
  69. {
  70. foreground: 'de935f',
  71. token: 'support.constant',
  72. },
  73. {
  74. foreground: 'de935f',
  75. token: 'constant.character',
  76. },
  77. {
  78. foreground: 'de935f',
  79. token: 'variable.parameter',
  80. },
  81. {
  82. foreground: 'de935f',
  83. token: 'punctuation.section.embedded',
  84. },
  85. {
  86. foreground: 'de935f',
  87. token: 'keyword.other.unit',
  88. },
  89. {
  90. foreground: 'f0c674',
  91. token: 'entity.name.class',
  92. },
  93. {
  94. foreground: 'f0c674',
  95. token: 'entity.name.type.class',
  96. },
  97. {
  98. foreground: 'f0c674',
  99. token: 'support.type',
  100. },
  101. {
  102. foreground: 'f0c674',
  103. token: 'support.class',
  104. },
  105. {
  106. foreground: 'b5bd68',
  107. token: 'string',
  108. },
  109. {
  110. foreground: 'b5bd68',
  111. token: 'constant.other.symbol',
  112. },
  113. {
  114. foreground: 'b5bd68',
  115. token: 'entity.other.inherited-class',
  116. },
  117. {
  118. foreground: 'b5bd68',
  119. token: 'markup.heading',
  120. },
  121. {
  122. foreground: 'b5bd68',
  123. token: 'markup.inserted.git_gutter',
  124. },
  125. {
  126. foreground: '8abeb7',
  127. token: 'keyword.operator',
  128. },
  129. {
  130. foreground: '8abeb7',
  131. token: 'constant.other.color',
  132. },
  133. {
  134. foreground: '81a2be',
  135. token: 'entity.name.function',
  136. },
  137. {
  138. foreground: '81a2be',
  139. token: 'meta.function-call',
  140. },
  141. {
  142. foreground: '81a2be',
  143. token: 'support.function',
  144. },
  145. {
  146. foreground: '81a2be',
  147. token: 'keyword.other.special-method',
  148. },
  149. {
  150. foreground: '81a2be',
  151. token: 'meta.block-level',
  152. },
  153. {
  154. foreground: '81a2be',
  155. token: 'markup.changed.git_gutter',
  156. },
  157. {
  158. foreground: 'b294bb',
  159. token: 'keyword',
  160. },
  161. {
  162. foreground: 'b294bb',
  163. token: 'storage',
  164. },
  165. {
  166. foreground: 'b294bb',
  167. token: 'storage.type',
  168. },
  169. {
  170. foreground: 'b294bb',
  171. token: 'entity.name.tag.css',
  172. },
  173. {
  174. foreground: 'ced2cf',
  175. background: 'df5f5f',
  176. token: 'invalid',
  177. },
  178. {
  179. foreground: 'ced2cf',
  180. background: '82a3bf',
  181. token: 'meta.separator',
  182. },
  183. {
  184. foreground: 'ced2cf',
  185. background: 'b798bf',
  186. token: 'invalid.deprecated',
  187. },
  188. {
  189. foreground: 'ffffff',
  190. token: 'markup.inserted.diff',
  191. },
  192. {
  193. foreground: 'ffffff',
  194. token: 'markup.deleted.diff',
  195. },
  196. {
  197. foreground: 'ffffff',
  198. token: 'meta.diff.header.to-file',
  199. },
  200. {
  201. foreground: 'ffffff',
  202. token: 'meta.diff.header.from-file',
  203. },
  204. {
  205. foreground: '718c00',
  206. token: 'markup.inserted.diff',
  207. },
  208. {
  209. foreground: '718c00',
  210. token: 'meta.diff.header.to-file',
  211. },
  212. {
  213. foreground: 'c82829',
  214. token: 'markup.deleted.diff',
  215. },
  216. {
  217. foreground: 'c82829',
  218. token: 'meta.diff.header.from-file',
  219. },
  220. {
  221. foreground: 'ffffff',
  222. background: '4271ae',
  223. token: 'meta.diff.header.from-file',
  224. },
  225. {
  226. foreground: 'ffffff',
  227. background: '4271ae',
  228. token: 'meta.diff.header.to-file',
  229. },
  230. {
  231. foreground: '3e999f',
  232. fontStyle: 'italic',
  233. token: 'meta.diff.range',
  234. },
  235. ],
  236. colors: {
  237. 'editor.foreground': '#C5C8C6',
  238. 'editor.background': '#1D1F21',
  239. 'editor.selectionBackground': '#373B41',
  240. 'editor.lineHighlightBackground': '#282A2E',
  241. 'editorCursor.foreground': '#AEAFAD',
  242. 'editorWhitespace.foreground': '#4B4E55',
  243. },
  244. }