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

90 lines
1.8KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "ffffff",
  7. "background": "434242",
  8. "token": "text"
  9. },
  10. {
  11. "foreground": "ffffff",
  12. "background": "000000",
  13. "token": "source"
  14. },
  15. {
  16. "foreground": "9933cc",
  17. "token": "comment"
  18. },
  19. {
  20. "foreground": "3387cc",
  21. "token": "constant"
  22. },
  23. {
  24. "foreground": "cc7833",
  25. "token": "keyword"
  26. },
  27. {
  28. "foreground": "d0d0ff",
  29. "token": "meta.preprocessor.c"
  30. },
  31. {
  32. "fontStyle": "italic",
  33. "token": "variable.parameter"
  34. },
  35. {
  36. "foreground": "ffffff",
  37. "background": "9b9b9b",
  38. "token": "source comment.block"
  39. },
  40. {
  41. "foreground": "66cc33",
  42. "token": "string"
  43. },
  44. {
  45. "foreground": "aaaaaa",
  46. "token": "string constant.character.escape"
  47. },
  48. {
  49. "foreground": "000000",
  50. "background": "cccc33",
  51. "token": "string.interpolated"
  52. },
  53. {
  54. "foreground": "cccc33",
  55. "token": "string.regexp"
  56. },
  57. {
  58. "foreground": "cccc33",
  59. "token": "string.literal"
  60. },
  61. {
  62. "foreground": "555555",
  63. "token": "string.interpolated constant.character.escape"
  64. },
  65. {
  66. "fontStyle": "underline",
  67. "token": "entity.name.type"
  68. },
  69. {
  70. "fontStyle": "italic underline",
  71. "token": "entity.other.inherited-class"
  72. },
  73. {
  74. "fontStyle": "underline",
  75. "token": "entity.name.tag"
  76. },
  77. {
  78. "foreground": "c83730",
  79. "token": "support.function"
  80. }
  81. ],
  82. "colors": {
  83. "editor.foreground": "#FFFFFF",
  84. "editor.background": "#000000",
  85. "editor.selectionBackground": "#73597E",
  86. "editor.lineHighlightBackground": "#333300",
  87. "editorCursor.foreground": "#FFFFFF",
  88. "editorWhitespace.foreground": "#404040"
  89. }
  90. }