No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

71 líneas
1.4KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "919191",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "00a33f",
  11. "token": "string"
  12. },
  13. {
  14. "foreground": "a535ae",
  15. "token": "constant.language"
  16. },
  17. {
  18. "foreground": "ff5600",
  19. "token": "keyword"
  20. },
  21. {
  22. "foreground": "ff5600",
  23. "token": "storage"
  24. },
  25. {
  26. "foreground": "21439c",
  27. "token": "entity.name.type"
  28. },
  29. {
  30. "foreground": "21439c",
  31. "token": "entity.name.function"
  32. },
  33. {
  34. "foreground": "a535ae",
  35. "token": "support.function"
  36. },
  37. {
  38. "foreground": "a535ae",
  39. "token": "support.constant"
  40. },
  41. {
  42. "foreground": "a535ae",
  43. "token": "support.type"
  44. },
  45. {
  46. "foreground": "a535ae",
  47. "token": "support.class"
  48. },
  49. {
  50. "foreground": "a535ae",
  51. "token": "support.variable"
  52. },
  53. {
  54. "foreground": "ffffff",
  55. "background": "990000",
  56. "token": "invalid"
  57. },
  58. {
  59. "foreground": "990000",
  60. "token": "constant.other.placeholder.py"
  61. }
  62. ],
  63. "colors": {
  64. "editor.foreground": "#000000",
  65. "editor.background": "#FFFFFF",
  66. "editor.selectionBackground": "#BAD6FD",
  67. "editor.lineHighlightBackground": "#000000",
  68. "editorCursor.foreground": "#000000",
  69. "editorWhitespace.foreground": "#BFBFBF"
  70. }
  71. }