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