Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

116 lines
2.3KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "009933",
  7. "token": "string"
  8. },
  9. {
  10. "foreground": "0066ff",
  11. "token": "constant.numeric"
  12. },
  13. {
  14. "foreground": "ff0080",
  15. "token": "string.regexp"
  16. },
  17. {
  18. "foreground": "0000ff",
  19. "token": "keyword"
  20. },
  21. {
  22. "foreground": "9700cc",
  23. "token": "constant.language"
  24. },
  25. {
  26. "foreground": "990000",
  27. "token": "support.class.exception"
  28. },
  29. {
  30. "foreground": "ff8000",
  31. "token": "entity.name.function"
  32. },
  33. {
  34. "fontStyle": "bold underline",
  35. "token": "entity.name.type"
  36. },
  37. {
  38. "fontStyle": "italic",
  39. "token": "variable.parameter"
  40. },
  41. {
  42. "foreground": "0066ff",
  43. "fontStyle": "italic",
  44. "token": "comment"
  45. },
  46. {
  47. "foreground": "ff0000",
  48. "background": "e71a11",
  49. "token": "invalid"
  50. },
  51. {
  52. "background": "e71a11",
  53. "token": "invalid.deprecated.trailing-whitespace"
  54. },
  55. {
  56. "foreground": "000000",
  57. "background": "fafafa",
  58. "token": "text source"
  59. },
  60. {
  61. "foreground": "0033cc",
  62. "token": "meta.tag"
  63. },
  64. {
  65. "foreground": "0033cc",
  66. "token": "declaration.tag"
  67. },
  68. {
  69. "foreground": "6782d3",
  70. "token": "constant"
  71. },
  72. {
  73. "foreground": "6782d3",
  74. "token": "support.constant"
  75. },
  76. {
  77. "foreground": "3333ff",
  78. "fontStyle": "bold",
  79. "token": "support"
  80. },
  81. {
  82. "fontStyle": "bold",
  83. "token": "storage"
  84. },
  85. {
  86. "fontStyle": "bold underline",
  87. "token": "entity.name.section"
  88. },
  89. {
  90. "foreground": "000000",
  91. "fontStyle": "bold",
  92. "token": "entity.name.function.frame"
  93. },
  94. {
  95. "foreground": "333333",
  96. "token": "meta.tag.preprocessor.xml"
  97. },
  98. {
  99. "foreground": "3366cc",
  100. "fontStyle": "italic",
  101. "token": "entity.other.attribute-name"
  102. },
  103. {
  104. "fontStyle": "bold",
  105. "token": "entity.name.tag"
  106. }
  107. ],
  108. "colors": {
  109. "editor.foreground": "#000000",
  110. "editor.background": "#EEEEEE",
  111. "editor.selectionBackground": "#BAD6FD",
  112. "editor.lineHighlightBackground": "#000000",
  113. "editorCursor.foreground": "#000000",
  114. "editorWhitespace.foreground": "#B3B3B3"
  115. }
  116. }