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

166 lines
3.6KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "940494",
  7. "background": "444494",
  8. "token": "punctuation.definition.list"
  9. },
  10. {
  11. "foreground": "404f50",
  12. "background": "5f0fff",
  13. "fontStyle": "italic",
  14. "token": "comment"
  15. },
  16. {
  17. "foreground": "5a5f9b",
  18. "background": "aaafdb",
  19. "token": "string"
  20. },
  21. {
  22. "foreground": "4f827b",
  23. "background": "77c2bb",
  24. "token": "constant.numeric"
  25. },
  26. {
  27. "foreground": "025f69",
  28. "background": "7f2299",
  29. "token": "constant.character"
  30. },
  31. {
  32. "foreground": "025f69",
  33. "background": "7f2299",
  34. "token": "constant.other"
  35. },
  36. {
  37. "foreground": "7d7e52",
  38. "background": "bdbe82",
  39. "token": "constant.language"
  40. },
  41. {
  42. "foreground": "7b5d8f",
  43. "background": "9b9ffd",
  44. "fontStyle": "bold",
  45. "token": "storage.modifier"
  46. },
  47. {
  48. "foreground": "7b5cbf",
  49. "background": "8b5ddf",
  50. "fontStyle": "bold",
  51. "token": "storage"
  52. },
  53. {
  54. "foreground": "025f49",
  55. "background": "22ff49",
  56. "token": "entity.name.function"
  57. },
  58. {
  59. "foreground": "9d7e62",
  60. "background": "bdbe82",
  61. "token": "support.function"
  62. },
  63. {
  64. "foreground": "939469",
  65. "background": "e3e4a9",
  66. "token": "entity.name.function.misc"
  67. },
  68. {
  69. "foreground": "856f63",
  70. "background": "a5df93",
  71. "token": "entity.name.function.predicate"
  72. },
  73. {
  74. "foreground": "af938c",
  75. "background": "dfb3ac",
  76. "token": "entity.name.function.io"
  77. },
  78. {
  79. "foreground": "7bafad",
  80. "background": "bbdfdd",
  81. "token": "variable.other.external-symbol"
  82. },
  83. {
  84. "foreground": "316fcf",
  85. "background": "3aafff",
  86. "token": "variable.language"
  87. },
  88. {
  89. "foreground": "316fcf",
  90. "background": "3aafff",
  91. "token": "variable.other"
  92. },
  93. {
  94. "foreground": "33969f",
  95. "background": "05d6f9",
  96. "fontStyle": "italic",
  97. "token": "variable.parameter"
  98. },
  99. {
  100. "foreground": "674aa8",
  101. "background": "a3aad8",
  102. "token": "keyword"
  103. },
  104. {
  105. "foreground": "b9986f",
  106. "background": "b998df",
  107. "fontStyle": "bold",
  108. "token": "entity.name.class"
  109. },
  110. {
  111. "foreground": "22af9d",
  112. "background": "b998df",
  113. "token": "entity.name.structure"
  114. },
  115. {
  116. "foreground": "af47a9",
  117. "background": "af77a9",
  118. "token": "entity.name.type"
  119. },
  120. {
  121. "foreground": "cc4357",
  122. "background": "ffddff",
  123. "token": "entity.name.class"
  124. },
  125. {
  126. "foreground": "cc4357",
  127. "background": "ffddff",
  128. "token": "entity.name.type.class"
  129. },
  130. {
  131. "foreground": "ef6aa7",
  132. "background": "ef6aa7",
  133. "token": "support.class"
  134. },
  135. {
  136. "foreground": "dfdfd5",
  137. "background": "cc1b27",
  138. "token": "invalid"
  139. },
  140. {
  141. "foreground": "13499f",
  142. "background": "0099ff",
  143. "fontStyle": "italic",
  144. "token": "string source"
  145. },
  146. {
  147. "foreground": "3976a2",
  148. "background": "49a6d2",
  149. "token": "entity.name.tag"
  150. },
  151. {
  152. "foreground": "4946c2",
  153. "background": "4986c2",
  154. "token": "entity.other.attribute-name"
  155. }
  156. ],
  157. "colors": {
  158. "editor.foreground": "#0f0009",
  159. "editor.background": "#f3f2f3",
  160. "editor.selectionBackground": "#6405D0",
  161. "editor.lineHighlightBackground": "#ffffff",
  162. "editorCursor.foreground": "#100011",
  163. "editorWhitespace.foreground": "#000000",
  164. "editor.selectionHighlightBorder": "#8425f0"
  165. }
  166. }