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.

132 satır
2.6KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "ac4bb8",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "foreground": "ffffff",
  12. "background": "fe3838",
  13. "token": "invalid.deprecated"
  14. },
  15. {
  16. "foreground": "fc803a",
  17. "token": "keyword"
  18. },
  19. {
  20. "foreground": "fc803a",
  21. "token": "storage"
  22. },
  23. {
  24. "foreground": "c984cd",
  25. "token": "entity.other.inherited-class"
  26. },
  27. {
  28. "foreground": "7fc578",
  29. "token": "constant.numeric"
  30. },
  31. {
  32. "foreground": "68c1d8",
  33. "token": "constant"
  34. },
  35. {
  36. "foreground": "e1c582",
  37. "token": "constant.language"
  38. },
  39. {
  40. "foreground": "8ec65f",
  41. "token": "string"
  42. },
  43. {
  44. "foreground": "8ec65f",
  45. "token": "constant.library"
  46. },
  47. {
  48. "foreground": "68c1d8",
  49. "token": "support.type"
  50. },
  51. {
  52. "foreground": "8ec65f",
  53. "token": "support.constant"
  54. },
  55. {
  56. "foreground": "fc803a",
  57. "token": "meta.tag"
  58. },
  59. {
  60. "foreground": "fc803a",
  61. "token": "declaration.tag"
  62. },
  63. {
  64. "foreground": "fc803a",
  65. "token": "entity.name.tag"
  66. },
  67. {
  68. "foreground": "ac4bb8",
  69. "fontStyle": "italic",
  70. "token": "meta"
  71. },
  72. {
  73. "foreground": "eaf1a3",
  74. "token": "entity.other.attribute-name"
  75. },
  76. {
  77. "foreground": "ffffff",
  78. "background": "fe3838",
  79. "token": "invalid"
  80. },
  81. {
  82. "foreground": "b3e5b4",
  83. "token": "constant.character.escaped"
  84. },
  85. {
  86. "foreground": "b3e5b4",
  87. "token": "constant.character.escape"
  88. },
  89. {
  90. "foreground": "b3e5b4",
  91. "token": "string source"
  92. },
  93. {
  94. "foreground": "b3e5b4",
  95. "token": "string source.ruby"
  96. },
  97. {
  98. "foreground": "e6e1dc",
  99. "background": "6fc58b",
  100. "token": "markup.inserted"
  101. },
  102. {
  103. "foreground": "e6e1dc",
  104. "background": "ac3735",
  105. "token": "markup.deleted"
  106. },
  107. {
  108. "background": "5a9ee1",
  109. "token": "meta.diff.header"
  110. },
  111. {
  112. "background": "5a9ee1",
  113. "token": "meta.separator.diff"
  114. },
  115. {
  116. "background": "5a9ee1",
  117. "token": "meta.diff.index"
  118. },
  119. {
  120. "background": "5a9ee1",
  121. "token": "meta.diff.range"
  122. }
  123. ],
  124. "colors": {
  125. "editor.foreground": "#E6E1DC",
  126. "editor.background": "#1C1C1C",
  127. "editor.selectionBackground": "#494949",
  128. "editor.lineHighlightBackground": "#333435",
  129. "editorCursor.foreground": "#FFFFFF",
  130. "editorWhitespace.foreground": "#404040"
  131. }
  132. }