Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

140 Zeilen
2.9KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "75715e",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "e6db74",
  11. "token": "string"
  12. },
  13. {
  14. "foreground": "ae81ff",
  15. "token": "constant.numeric"
  16. },
  17. {
  18. "foreground": "ae81ff",
  19. "token": "constant.language"
  20. },
  21. {
  22. "foreground": "ae81ff",
  23. "token": "constant.character"
  24. },
  25. {
  26. "foreground": "ae81ff",
  27. "token": "constant.other"
  28. },
  29. {
  30. "foreground": "f92672",
  31. "token": "keyword"
  32. },
  33. {
  34. "foreground": "f92672",
  35. "token": "storage"
  36. },
  37. {
  38. "foreground": "66d9ef",
  39. "fontStyle": "italic",
  40. "token": "storage.type"
  41. },
  42. {
  43. "foreground": "a6e22e",
  44. "fontStyle": "underline",
  45. "token": "entity.name.class"
  46. },
  47. {
  48. "foreground": "a6e22e",
  49. "fontStyle": "italic underline",
  50. "token": "entity.other.inherited-class"
  51. },
  52. {
  53. "foreground": "a6e22e",
  54. "token": "entity.name.function"
  55. },
  56. {
  57. "foreground": "fd971f",
  58. "fontStyle": "italic",
  59. "token": "variable.parameter"
  60. },
  61. {
  62. "foreground": "f92672",
  63. "token": "entity.name.tag"
  64. },
  65. {
  66. "foreground": "a6e22e",
  67. "token": "entity.other.attribute-name"
  68. },
  69. {
  70. "foreground": "66d9ef",
  71. "token": "support.function"
  72. },
  73. {
  74. "foreground": "66d9ef",
  75. "token": "support.constant"
  76. },
  77. {
  78. "foreground": "66d9ef",
  79. "fontStyle": "italic",
  80. "token": "support.type"
  81. },
  82. {
  83. "foreground": "66d9ef",
  84. "fontStyle": "italic",
  85. "token": "support.class"
  86. },
  87. {
  88. "foreground": "f8f8f0",
  89. "background": "f92672",
  90. "token": "invalid"
  91. },
  92. {
  93. "foreground": "f8f8f0",
  94. "background": "ae81ff",
  95. "token": "invalid.deprecated"
  96. },
  97. {
  98. "foreground": "cfcfc2",
  99. "token": "meta.structure.dictionary.json string.quoted.double.json"
  100. },
  101. {
  102. "foreground": "75715e",
  103. "token": "meta.diff"
  104. },
  105. {
  106. "foreground": "75715e",
  107. "token": "meta.diff.header"
  108. },
  109. {
  110. "foreground": "f92672",
  111. "token": "markup.deleted"
  112. },
  113. {
  114. "foreground": "a6e22e",
  115. "token": "markup.inserted"
  116. },
  117. {
  118. "foreground": "e6db74",
  119. "token": "markup.changed"
  120. },
  121. {
  122. "foreground": "ae81ff",
  123. "token": "constant.numeric.line-number.find-in-files - match"
  124. },
  125. {
  126. "foreground": "e6db74",
  127. "token": "entity.name.filename.find-in-files"
  128. }
  129. ],
  130. "colors": {
  131. "editor.foreground": "#F8F8F2",
  132. "editor.background": "#272822",
  133. "editor.selectionBackground": "#49483E",
  134. "editor.lineHighlightBackground": "#3E3D32",
  135. "editorCursor.foreground": "#F8F8F0",
  136. "editorWhitespace.foreground": "#3B3A32",
  137. "editorIndentGuide.activeBackground": "#9D550F",
  138. "editor.selectionHighlightBorder": "#222218"
  139. }
  140. }