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.

150 rindas
3.0KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "background": "e2e9ff",
  7. "token": "text.html source.active4d"
  8. },
  9. {
  10. "foreground": "000000",
  11. "token": "text.xml"
  12. },
  13. {
  14. "foreground": "af82d4",
  15. "token": "comment.line"
  16. },
  17. {
  18. "foreground": "af82d4",
  19. "token": "comment.block"
  20. },
  21. {
  22. "foreground": "666666",
  23. "token": "string"
  24. },
  25. {
  26. "foreground": "66ccff",
  27. "fontStyle": "bold",
  28. "token": "string.interpolated variable"
  29. },
  30. {
  31. "foreground": "a8017e",
  32. "token": "constant.numeric"
  33. },
  34. {
  35. "foreground": "66ccff",
  36. "fontStyle": "bold",
  37. "token": "constant.other.date"
  38. },
  39. {
  40. "foreground": "66ccff",
  41. "fontStyle": "bold",
  42. "token": "constant.other.time"
  43. },
  44. {
  45. "foreground": "a535ae",
  46. "token": "constant.language"
  47. },
  48. {
  49. "foreground": "6392ff",
  50. "fontStyle": "bold",
  51. "token": "variable.other.local"
  52. },
  53. {
  54. "foreground": "0053ff",
  55. "fontStyle": "bold",
  56. "token": "variable"
  57. },
  58. {
  59. "foreground": "6988ae",
  60. "token": "variable.other.table-field"
  61. },
  62. {
  63. "foreground": "006699",
  64. "fontStyle": "bold",
  65. "token": "keyword"
  66. },
  67. {
  68. "foreground": "ff5600",
  69. "token": "storage"
  70. },
  71. {
  72. "foreground": "21439c",
  73. "token": "entity.name.type"
  74. },
  75. {
  76. "foreground": "21439c",
  77. "token": "entity.name.function"
  78. },
  79. {
  80. "foreground": "7a7a7a",
  81. "token": "meta.tag"
  82. },
  83. {
  84. "foreground": "016cff",
  85. "token": "entity.name.tag"
  86. },
  87. {
  88. "foreground": "963dff",
  89. "token": "entity.other.attribute-name"
  90. },
  91. {
  92. "foreground": "45ae34",
  93. "fontStyle": "bold",
  94. "token": "support.function"
  95. },
  96. {
  97. "foreground": "b7734c",
  98. "token": "support.constant"
  99. },
  100. {
  101. "foreground": "a535ae",
  102. "token": "support.type"
  103. },
  104. {
  105. "foreground": "a535ae",
  106. "token": "support.class"
  107. },
  108. {
  109. "foreground": "a535ae",
  110. "token": "support.variable"
  111. },
  112. {
  113. "foreground": "ffffff",
  114. "background": "990000",
  115. "token": "invalid"
  116. },
  117. {
  118. "foreground": "ffffff",
  119. "background": "656565",
  120. "token": "meta.diff"
  121. },
  122. {
  123. "foreground": "ffffff",
  124. "background": "1b63ff",
  125. "token": "meta.diff.range"
  126. },
  127. {
  128. "foreground": "000000",
  129. "background": "ff7880",
  130. "token": "markup.deleted.diff"
  131. },
  132. {
  133. "foreground": "000000",
  134. "background": "98ff9a",
  135. "token": "markup.inserted.diff"
  136. },
  137. {
  138. "foreground": "5e5e5e",
  139. "token": "source.diff"
  140. }
  141. ],
  142. "colors": {
  143. "editor.foreground": "#3B3B3B",
  144. "editor.background": "#FFFFFF",
  145. "editor.selectionBackground": "#BAD6FD",
  146. "editor.lineHighlightBackground": "#000000",
  147. "editorCursor.foreground": "#000000",
  148. "editorWhitespace.foreground": "#BFBFBF"
  149. }
  150. }