您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

70 行
1.4KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "473c45",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "805978",
  11. "token": "string"
  12. },
  13. {
  14. "foreground": "a8885a",
  15. "token": "constant"
  16. },
  17. {
  18. "foreground": "596380",
  19. "token": "variable.parameter"
  20. },
  21. {
  22. "foreground": "596380",
  23. "token": "variable.other"
  24. },
  25. {
  26. "foreground": "728059",
  27. "token": "keyword - keyword.operator"
  28. },
  29. {
  30. "foreground": "728059",
  31. "token": "keyword.operator.logical"
  32. },
  33. {
  34. "foreground": "9ebf60",
  35. "token": "storage"
  36. },
  37. {
  38. "foreground": "6078bf",
  39. "token": "entity"
  40. },
  41. {
  42. "fontStyle": "italic",
  43. "token": "entity.other.inherited-class"
  44. },
  45. {
  46. "foreground": "8a4b66",
  47. "token": "support"
  48. },
  49. {
  50. "foreground": "893062",
  51. "token": "support.type.exception"
  52. },
  53. {
  54. "background": "5f0047",
  55. "token": "invalid"
  56. },
  57. {
  58. "background": "371d28",
  59. "token": "meta.function.section"
  60. }
  61. ],
  62. "colors": {
  63. "editor.foreground": "#DDE6CF",
  64. "editor.background": "#0D0D0D",
  65. "editor.selectionBackground": "#40002F",
  66. "editor.lineHighlightBackground": "#000000",
  67. "editorCursor.foreground": "#7F005D",
  68. "editorWhitespace.foreground": "#BFBFBF"
  69. }
  70. }