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.

126 lines
2.4KB

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