Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

94 lines
1.8KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "008e00",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "7d4726",
  11. "token": "meta.preprocessor"
  12. },
  13. {
  14. "foreground": "7d4726",
  15. "token": "keyword.control.import"
  16. },
  17. {
  18. "foreground": "df0002",
  19. "token": "string"
  20. },
  21. {
  22. "foreground": "3a00dc",
  23. "token": "constant.numeric"
  24. },
  25. {
  26. "foreground": "c800a4",
  27. "token": "constant.language"
  28. },
  29. {
  30. "foreground": "275a5e",
  31. "token": "constant.character"
  32. },
  33. {
  34. "foreground": "275a5e",
  35. "token": "constant.other"
  36. },
  37. {
  38. "foreground": "c800a4",
  39. "token": "variable.language"
  40. },
  41. {
  42. "foreground": "c800a4",
  43. "token": "variable.other"
  44. },
  45. {
  46. "foreground": "c800a4",
  47. "token": "keyword"
  48. },
  49. {
  50. "foreground": "c900a4",
  51. "token": "storage"
  52. },
  53. {
  54. "foreground": "438288",
  55. "token": "entity.name.class"
  56. },
  57. {
  58. "foreground": "790ead",
  59. "token": "entity.name.tag"
  60. },
  61. {
  62. "foreground": "450084",
  63. "token": "entity.other.attribute-name"
  64. },
  65. {
  66. "foreground": "450084",
  67. "token": "support.function"
  68. },
  69. {
  70. "foreground": "450084",
  71. "token": "support.constant"
  72. },
  73. {
  74. "foreground": "790ead",
  75. "token": "support.type"
  76. },
  77. {
  78. "foreground": "790ead",
  79. "token": "support.class"
  80. },
  81. {
  82. "foreground": "790ead",
  83. "token": "support.other.variable"
  84. }
  85. ],
  86. "colors": {
  87. "editor.foreground": "#000000",
  88. "editor.background": "#FFFFFF",
  89. "editor.selectionBackground": "#B5D5FF",
  90. "editor.lineHighlightBackground": "#000000",
  91. "editorCursor.foreground": "#000000",
  92. "editorWhitespace.foreground": "#BFBFBF"
  93. }
  94. }