You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 satır
3.0KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "8d2e75",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "ffffff",
  12. "background": "ff0000",
  13. "token": "string"
  14. },
  15. {
  16. "foreground": "ffffff",
  17. "token": "constant.numeric"
  18. },
  19. {
  20. "foreground": "ffa995",
  21. "fontStyle": "bold",
  22. "token": "constant.language"
  23. },
  24. {
  25. "foreground": "ffa995",
  26. "background": "0000ff",
  27. "token": "constant.character"
  28. },
  29. {
  30. "foreground": "ffa995",
  31. "background": "0000ff",
  32. "token": "constant.other"
  33. },
  34. {
  35. "foreground": "ffa995",
  36. "token": "variable.language"
  37. },
  38. {
  39. "foreground": "ffa995",
  40. "token": "variable.other"
  41. },
  42. {
  43. "fontStyle": "bold",
  44. "token": "keyword"
  45. },
  46. {
  47. "foreground": "3a68a3",
  48. "fontStyle": "bold",
  49. "token": "storage"
  50. },
  51. {
  52. "fontStyle": "underline",
  53. "token": "entity.name.type"
  54. },
  55. {
  56. "fontStyle": "italic",
  57. "token": "entity.other.inherited-class"
  58. },
  59. {
  60. "foreground": "ffa995",
  61. "token": "entity.name.function"
  62. },
  63. {
  64. "fontStyle": "italic",
  65. "token": "variable.parameter"
  66. },
  67. {
  68. "foreground": "0000ff",
  69. "fontStyle": "bold",
  70. "token": "entity.name"
  71. },
  72. {
  73. "foreground": "3a68a3",
  74. "fontStyle": "italic",
  75. "token": "entity.other.attribute-name"
  76. },
  77. {
  78. "foreground": "e5b3ff",
  79. "token": "support.function"
  80. },
  81. {
  82. "foreground": "000000",
  83. "token": "support.function.any-method"
  84. },
  85. {
  86. "fontStyle": "italic",
  87. "token": "support.function.any-method - punctuation"
  88. },
  89. {
  90. "foreground": "ffffff",
  91. "token": "support.constant"
  92. },
  93. {
  94. "foreground": "ffa995",
  95. "token": "support.type"
  96. },
  97. {
  98. "foreground": "ffa995",
  99. "token": "support.class"
  100. },
  101. {
  102. "foreground": "3a68a3",
  103. "token": "support.variable"
  104. },
  105. {
  106. "foreground": "ffffff",
  107. "background": "797979",
  108. "token": "invalid"
  109. },
  110. {
  111. "foreground": "ffa995",
  112. "background": "969696",
  113. "fontStyle": "italic",
  114. "token": "string.quoted.other.lt-gt.include"
  115. },
  116. {
  117. "foreground": "ffa995",
  118. "background": "969696",
  119. "token": "string.quoted.double.include"
  120. },
  121. {
  122. "foreground": "4d4e60",
  123. "token": "markup.list"
  124. },
  125. {
  126. "foreground": "ffffff",
  127. "background": "0000ff",
  128. "token": "markup.raw"
  129. },
  130. {
  131. "foreground": "00f0c9",
  132. "token": "markup.quote"
  133. },
  134. {
  135. "foreground": "4c457e",
  136. "token": "markup.quote markup.quote"
  137. },
  138. {
  139. "background": "8a9ecb",
  140. "token": "text.html source"
  141. }
  142. ],
  143. "colors": {
  144. "editor.foreground": "#000000",
  145. "editor.background": "#969696",
  146. "editor.selectionBackground": "#B1B1B1",
  147. "editor.lineHighlightBackground": "#000000",
  148. "editorCursor.foreground": "#FFFFFF",
  149. "editorWhitespace.foreground": "#FF38FF"
  150. }
  151. }