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

129 lines
2.8KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "aeaeae",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "d8fa3c",
  11. "token": "constant"
  12. },
  13. {
  14. "foreground": "ff6400",
  15. "token": "entity"
  16. },
  17. {
  18. "foreground": "fbde2d",
  19. "token": "keyword"
  20. },
  21. {
  22. "foreground": "fbde2d",
  23. "token": "storage"
  24. },
  25. {
  26. "foreground": "61ce3c",
  27. "token": "string"
  28. },
  29. {
  30. "foreground": "61ce3c",
  31. "token": "meta.verbatim"
  32. },
  33. {
  34. "foreground": "8da6ce",
  35. "token": "support"
  36. },
  37. {
  38. "foreground": "ab2a1d",
  39. "fontStyle": "italic",
  40. "token": "invalid.deprecated"
  41. },
  42. {
  43. "foreground": "f8f8f8",
  44. "background": "9d1e15",
  45. "token": "invalid.illegal"
  46. },
  47. {
  48. "foreground": "ff6400",
  49. "fontStyle": "italic",
  50. "token": "entity.other.inherited-class"
  51. },
  52. {
  53. "foreground": "ff6400",
  54. "token": "string constant.other.placeholder"
  55. },
  56. {
  57. "foreground": "becde6",
  58. "token": "meta.function-call.py"
  59. },
  60. {
  61. "foreground": "7f90aa",
  62. "token": "meta.tag"
  63. },
  64. {
  65. "foreground": "7f90aa",
  66. "token": "meta.tag entity"
  67. },
  68. {
  69. "foreground": "ffffff",
  70. "token": "entity.name.section"
  71. },
  72. {
  73. "foreground": "d5e0f3",
  74. "token": "keyword.type.variant"
  75. },
  76. {
  77. "foreground": "f8f8f8",
  78. "token": "source.ocaml keyword.operator.symbol"
  79. },
  80. {
  81. "foreground": "8da6ce",
  82. "token": "source.ocaml keyword.operator.symbol.infix"
  83. },
  84. {
  85. "foreground": "8da6ce",
  86. "token": "source.ocaml keyword.operator.symbol.prefix"
  87. },
  88. {
  89. "fontStyle": "underline",
  90. "token": "source.ocaml keyword.operator.symbol.infix.floating-point"
  91. },
  92. {
  93. "fontStyle": "underline",
  94. "token": "source.ocaml keyword.operator.symbol.prefix.floating-point"
  95. },
  96. {
  97. "fontStyle": "underline",
  98. "token": "source.ocaml constant.numeric.floating-point"
  99. },
  100. {
  101. "background": "ffffff",
  102. "token": "text.tex.latex meta.function.environment"
  103. },
  104. {
  105. "background": "7a96fa",
  106. "token": "text.tex.latex meta.function.environment meta.function.environment"
  107. },
  108. {
  109. "foreground": "fbde2d",
  110. "token": "text.tex.latex support.function"
  111. },
  112. {
  113. "foreground": "ffffff",
  114. "token": "source.plist string.unquoted"
  115. },
  116. {
  117. "foreground": "ffffff",
  118. "token": "source.plist keyword.operator"
  119. }
  120. ],
  121. "colors": {
  122. "editor.foreground": "#F8F8F8",
  123. "editor.background": "#0C1021",
  124. "editor.selectionBackground": "#253B76",
  125. "editor.lineHighlightBackground": "#FFFFFF",
  126. "editorCursor.foreground": "#FFFFFF",
  127. "editorWhitespace.foreground": "#FFFFFF"
  128. }
  129. }