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.

133 line
2.7KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "657b83",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "2aa198",
  12. "token": "string"
  13. },
  14. {
  15. "foreground": "d30102",
  16. "token": "string.regexp"
  17. },
  18. {
  19. "foreground": "d33682",
  20. "token": "constant.numeric"
  21. },
  22. {
  23. "foreground": "268bd2",
  24. "token": "variable.language"
  25. },
  26. {
  27. "foreground": "268bd2",
  28. "token": "variable.other"
  29. },
  30. {
  31. "foreground": "859900",
  32. "token": "keyword"
  33. },
  34. {
  35. "foreground": "93a1a1",
  36. "fontStyle": "bold",
  37. "token": "storage"
  38. },
  39. {
  40. "foreground": "cb4b16",
  41. "token": "entity.name.class"
  42. },
  43. {
  44. "foreground": "cb4b16",
  45. "token": "entity.name.type.class"
  46. },
  47. {
  48. "foreground": "268bd2",
  49. "token": "entity.name.function"
  50. },
  51. {
  52. "foreground": "859900",
  53. "token": "punctuation.definition.variable"
  54. },
  55. {
  56. "foreground": "d30102",
  57. "token": "punctuation.section.embedded.begin"
  58. },
  59. {
  60. "foreground": "d30102",
  61. "token": "punctuation.section.embedded.end"
  62. },
  63. {
  64. "foreground": "b58900",
  65. "token": "constant.language"
  66. },
  67. {
  68. "foreground": "b58900",
  69. "token": "meta.preprocessor"
  70. },
  71. {
  72. "foreground": "cb4b16",
  73. "token": "support.function.construct"
  74. },
  75. {
  76. "foreground": "cb4b16",
  77. "token": "keyword.other.new"
  78. },
  79. {
  80. "foreground": "cb4b16",
  81. "token": "constant.character"
  82. },
  83. {
  84. "foreground": "cb4b16",
  85. "token": "constant.other"
  86. },
  87. {
  88. "foreground": "6c71c4",
  89. "token": "entity.other.inherited-class"
  90. },
  91. {
  92. "foreground": "268bd2",
  93. "fontStyle": "bold",
  94. "token": "entity.name.tag"
  95. },
  96. {
  97. "foreground": "657b83",
  98. "token": "punctuation.definition.tag"
  99. },
  100. {
  101. "foreground": "93a1a1",
  102. "token": "entity.other.attribute-name"
  103. },
  104. {
  105. "foreground": "268bd2",
  106. "token": "support.function"
  107. },
  108. {
  109. "foreground": "d30102",
  110. "token": "punctuation.separator.continuation"
  111. },
  112. {
  113. "foreground": "859900",
  114. "token": "support.type"
  115. },
  116. {
  117. "foreground": "859900",
  118. "token": "support.class"
  119. },
  120. {
  121. "foreground": "cb4b16",
  122. "token": "support.type.exception"
  123. }
  124. ],
  125. "colors": {
  126. "editor.foreground": "#93A1A1",
  127. "editor.background": "#002B36",
  128. "editor.selectionBackground": "#073642",
  129. "editor.lineHighlightBackground": "#073642",
  130. "editorCursor.foreground": "#D30102",
  131. "editorWhitespace.foreground": "#93A1A1"
  132. }
  133. }