Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

109 lines
2.3KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "8c868f",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "3b5bb5",
  11. "token": "constant"
  12. },
  13. {
  14. "foreground": "3b5bb5",
  15. "token": "entity"
  16. },
  17. {
  18. "foreground": "d62a28",
  19. "token": "text.tex.latex entity"
  20. },
  21. {
  22. "foreground": "ff7800",
  23. "token": "keyword"
  24. },
  25. {
  26. "foreground": "ff7800",
  27. "token": "storage"
  28. },
  29. {
  30. "foreground": "409b1c",
  31. "token": "string"
  32. },
  33. {
  34. "foreground": "409b1c",
  35. "token": "meta.verbatim"
  36. },
  37. {
  38. "foreground": "3b5bb5",
  39. "token": "support"
  40. },
  41. {
  42. "foreground": "990000",
  43. "fontStyle": "italic",
  44. "token": "invalid.deprecated"
  45. },
  46. {
  47. "foreground": "f8f8f8",
  48. "background": "9d1e15",
  49. "token": "invalid.illegal"
  50. },
  51. {
  52. "foreground": "3b5bb5",
  53. "fontStyle": "italic",
  54. "token": "entity.other.inherited-class"
  55. },
  56. {
  57. "foreground": "671ebb",
  58. "token": "string constant.other.placeholder"
  59. },
  60. {
  61. "foreground": "3e4558",
  62. "token": "meta.function-call.py"
  63. },
  64. {
  65. "foreground": "3a4a64",
  66. "token": "meta.tag"
  67. },
  68. {
  69. "foreground": "3a4a64",
  70. "token": "meta.tag entity"
  71. },
  72. {
  73. "foreground": "7f90aa",
  74. "token": "keyword.type.variant"
  75. },
  76. {
  77. "foreground": "000000",
  78. "token": "source.ocaml keyword.operator"
  79. },
  80. {
  81. "foreground": "3b5bb5",
  82. "token": "source.ocaml keyword.operator.symbol.infix"
  83. },
  84. {
  85. "foreground": "3b5bb5",
  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. "colors": {
  102. "editor.foreground": "#000000",
  103. "editor.background": "#FFFFFF",
  104. "editor.selectionBackground": "#E3FC8D",
  105. "editor.lineHighlightBackground": "#EFFCA6",
  106. "editorCursor.foreground": "#7C7C7C",
  107. "editorWhitespace.foreground": "#B6B6B6"
  108. }
  109. }