No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

118 líneas
2.4KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "bcc8ba",
  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": "af956f",
  23. "token": "keyword"
  24. },
  25. {
  26. "foreground": "af956f",
  27. "token": "support.constant.property-value"
  28. },
  29. {
  30. "foreground": "af956f",
  31. "token": "constant.other.color"
  32. },
  33. {
  34. "foreground": "96dc5f",
  35. "token": "keyword.other.unit"
  36. },
  37. {
  38. "foreground": "484848",
  39. "token": "keyword.operator"
  40. },
  41. {
  42. "foreground": "c52727",
  43. "token": "storage"
  44. },
  45. {
  46. "foreground": "858585",
  47. "token": "entity.other.inherited-class"
  48. },
  49. {
  50. "foreground": "606060",
  51. "token": "entity.name.tag"
  52. },
  53. {
  54. "foreground": "bf78cc",
  55. "token": "constant.character.entity"
  56. },
  57. {
  58. "foreground": "bf78cc",
  59. "token": "support.class.js"
  60. },
  61. {
  62. "foreground": "606060",
  63. "token": "entity.other.attribute-name"
  64. },
  65. {
  66. "foreground": "c52727",
  67. "token": "meta.selector.css"
  68. },
  69. {
  70. "foreground": "c52727",
  71. "token": "entity.name.tag.css"
  72. },
  73. {
  74. "foreground": "c52727",
  75. "token": "entity.other.attribute-name.id.css"
  76. },
  77. {
  78. "foreground": "c52727",
  79. "token": "entity.other.attribute-name.class.css"
  80. },
  81. {
  82. "foreground": "484848",
  83. "token": "meta.property-name.css"
  84. },
  85. {
  86. "foreground": "c52727",
  87. "token": "support.function"
  88. },
  89. {
  90. "background": "ff002a",
  91. "token": "invalid"
  92. },
  93. {
  94. "foreground": "c52727",
  95. "token": "punctuation.section.embedded"
  96. },
  97. {
  98. "foreground": "606060",
  99. "token": "punctuation.definition.tag"
  100. },
  101. {
  102. "foreground": "bf78cc",
  103. "token": "constant.other.color.rgb-value.css"
  104. },
  105. {
  106. "foreground": "bf78cc",
  107. "token": "support.constant.property-value.css"
  108. }
  109. ],
  110. "colors": {
  111. "editor.foreground": "#000000",
  112. "editor.background": "#FFFFFF",
  113. "editor.selectionBackground": "#BDD5FC",
  114. "editor.lineHighlightBackground": "#FFFBD1",
  115. "editorCursor.foreground": "#000000",
  116. "editorWhitespace.foreground": "#BFBFBF"
  117. }
  118. }