Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

123 linhas
2.5KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "3c403b",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "5d90cd",
  11. "token": "string"
  12. },
  13. {
  14. "foreground": "46a609",
  15. "token": "constant.numeric"
  16. },
  17. {
  18. "foreground": "39946a",
  19. "token": "constant.language"
  20. },
  21. {
  22. "foreground": "927c5d",
  23. "token": "keyword"
  24. },
  25. {
  26. "foreground": "927c5d",
  27. "token": "support.constant.property-value"
  28. },
  29. {
  30. "foreground": "927c5d",
  31. "token": "constant.other.color"
  32. },
  33. {
  34. "foreground": "366f1a",
  35. "token": "keyword.other.unit"
  36. },
  37. {
  38. "foreground": "a46763",
  39. "token": "entity.other.attribute-name.html"
  40. },
  41. {
  42. "foreground": "4b4b4b",
  43. "token": "keyword.operator"
  44. },
  45. {
  46. "foreground": "e92e2e",
  47. "token": "storage"
  48. },
  49. {
  50. "foreground": "858585",
  51. "token": "entity.other.inherited-class"
  52. },
  53. {
  54. "foreground": "606060",
  55. "token": "entity.name.tag"
  56. },
  57. {
  58. "foreground": "a165ac",
  59. "token": "constant.character.entity"
  60. },
  61. {
  62. "foreground": "a165ac",
  63. "token": "support.class.js"
  64. },
  65. {
  66. "foreground": "606060",
  67. "token": "entity.other.attribute-name"
  68. },
  69. {
  70. "foreground": "e92e2e",
  71. "token": "meta.selector.css"
  72. },
  73. {
  74. "foreground": "e92e2e",
  75. "token": "entity.name.tag.css"
  76. },
  77. {
  78. "foreground": "e92e2e",
  79. "token": "entity.other.attribute-name.id.css"
  80. },
  81. {
  82. "foreground": "e92e2e",
  83. "token": "entity.other.attribute-name.class.css"
  84. },
  85. {
  86. "foreground": "616161",
  87. "token": "meta.property-name.css"
  88. },
  89. {
  90. "foreground": "e92e2e",
  91. "token": "support.function"
  92. },
  93. {
  94. "foreground": "ffffff",
  95. "background": "e92e2e",
  96. "token": "invalid"
  97. },
  98. {
  99. "foreground": "e92e2e",
  100. "token": "punctuation.section.embedded"
  101. },
  102. {
  103. "foreground": "606060",
  104. "token": "punctuation.definition.tag"
  105. },
  106. {
  107. "foreground": "a165ac",
  108. "token": "constant.other.color.rgb-value.css"
  109. },
  110. {
  111. "foreground": "a165ac",
  112. "token": "support.constant.property-value.css"
  113. }
  114. ],
  115. "colors": {
  116. "editor.foreground": "#929292",
  117. "editor.background": "#191919",
  118. "editor.selectionBackground": "#000000",
  119. "editor.lineHighlightBackground": "#D7D7D7",
  120. "editorCursor.foreground": "#7DA5DC",
  121. "editorWhitespace.foreground": "#BFBFBF"
  122. }
  123. }