Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

173 linhas
3.6KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "5a525f",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "811f24",
  12. "fontStyle": "bold",
  13. "token": "constant"
  14. },
  15. {
  16. "foreground": "bf4f24",
  17. "token": "entity"
  18. },
  19. {
  20. "foreground": "794938",
  21. "token": "keyword"
  22. },
  23. {
  24. "foreground": "a71d5d",
  25. "fontStyle": "italic",
  26. "token": "storage"
  27. },
  28. {
  29. "foreground": "0b6125",
  30. "token": "string | punctuation.definition.string"
  31. },
  32. {
  33. "foreground": "691c97",
  34. "token": "support"
  35. },
  36. {
  37. "foreground": "234a97",
  38. "token": "variable"
  39. },
  40. {
  41. "foreground": "794938",
  42. "token": "punctuation.separator"
  43. },
  44. {
  45. "foreground": "b52a1d",
  46. "fontStyle": "bold italic underline",
  47. "token": "invalid.deprecated"
  48. },
  49. {
  50. "foreground": "f8f8f8",
  51. "background": "b52a1d",
  52. "fontStyle": "italic underline",
  53. "token": "invalid.illegal"
  54. },
  55. {
  56. "foreground": "080808",
  57. "background": "6f8bba",
  58. "token": "string source"
  59. },
  60. {
  61. "foreground": "696969",
  62. "fontStyle": "bold",
  63. "token": "string constant"
  64. },
  65. {
  66. "foreground": "234a97",
  67. "token": "string variable"
  68. },
  69. {
  70. "foreground": "cf5628",
  71. "token": "string.regexp"
  72. },
  73. {
  74. "foreground": "cf5628",
  75. "fontStyle": "bold italic",
  76. "token": "string.regexp.character-class"
  77. },
  78. {
  79. "foreground": "cf5628",
  80. "fontStyle": "bold italic",
  81. "token": "string.regexp constant.character.escaped"
  82. },
  83. {
  84. "foreground": "cf5628",
  85. "fontStyle": "bold italic",
  86. "token": "string.regexp source.ruby.embedded"
  87. },
  88. {
  89. "foreground": "cf5628",
  90. "fontStyle": "bold italic",
  91. "token": "string.regexp string.regexp.arbitrary-repitition"
  92. },
  93. {
  94. "foreground": "811f24",
  95. "fontStyle": "bold",
  96. "token": "string.regexp constant.character.escape"
  97. },
  98. {
  99. "background": "6f8bba",
  100. "token": "text source"
  101. },
  102. {
  103. "foreground": "693a17",
  104. "token": "support.function"
  105. },
  106. {
  107. "foreground": "b4371f",
  108. "token": "support.constant"
  109. },
  110. {
  111. "foreground": "234a97",
  112. "token": "support.variable"
  113. },
  114. {
  115. "foreground": "693a17",
  116. "token": "markup.list"
  117. },
  118. {
  119. "foreground": "19356d",
  120. "fontStyle": "bold",
  121. "token": "markup.heading | markup.heading entity.name"
  122. },
  123. {
  124. "foreground": "0b6125",
  125. "background": "bbbbbb",
  126. "fontStyle": "italic",
  127. "token": "markup.quote"
  128. },
  129. {
  130. "foreground": "080808",
  131. "fontStyle": "italic",
  132. "token": "markup.italic"
  133. },
  134. {
  135. "foreground": "080808",
  136. "fontStyle": "bold",
  137. "token": "markup.bold"
  138. },
  139. {
  140. "foreground": "080808",
  141. "fontStyle": "underline",
  142. "token": "markup.underline"
  143. },
  144. {
  145. "foreground": "234a97",
  146. "fontStyle": "italic underline",
  147. "token": "markup.link"
  148. },
  149. {
  150. "foreground": "234a97",
  151. "background": "bbbbbb",
  152. "token": "markup.raw"
  153. },
  154. {
  155. "foreground": "59140e",
  156. "token": "markup.deleted"
  157. },
  158. {
  159. "foreground": "19356d",
  160. "background": "dcdcdc",
  161. "fontStyle": "bold",
  162. "token": "meta.separator"
  163. }
  164. ],
  165. "colors": {
  166. "editor.foreground": "#080808",
  167. "editor.background": "#F9F9F9",
  168. "editor.selectionBackground": "#275FFF",
  169. "editor.lineHighlightBackground": "#2463B4",
  170. "editorCursor.foreground": "#000000",
  171. "editorWhitespace.foreground": "#4B4B7E"
  172. }
  173. }