Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

86 lines
1.8KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "406040",
  7. "token": "comment"
  8. },
  9. {
  10. "foreground": "c03030",
  11. "token": "string"
  12. },
  13. {
  14. "foreground": "0080a0",
  15. "token": "constant.numeric"
  16. },
  17. {
  18. "fontStyle": "underline",
  19. "token": "source.ocaml constant.numeric.floating-point"
  20. },
  21. {
  22. "foreground": "800000",
  23. "token": "constant.character"
  24. },
  25. {
  26. "foreground": "2060a0",
  27. "token": "keyword"
  28. },
  29. {
  30. "foreground": "2060a0",
  31. "token": "keyword.operator"
  32. },
  33. {
  34. "fontStyle": "underline",
  35. "token": "source.ocaml keyword.operator.symbol.prefix.floating-point"
  36. },
  37. {
  38. "fontStyle": "underline",
  39. "token": "source.ocaml keyword.operator.symbol.infix.floating-point"
  40. },
  41. {
  42. "foreground": "0080ff",
  43. "token": "entity.name.module"
  44. },
  45. {
  46. "foreground": "0080ff",
  47. "token": "support.other.module"
  48. },
  49. {
  50. "foreground": "a08000",
  51. "token": "storage.type"
  52. },
  53. {
  54. "foreground": "008080",
  55. "token": "storage"
  56. },
  57. {
  58. "foreground": "c08060",
  59. "token": "entity.name.class.variant"
  60. },
  61. {
  62. "fontStyle": "bold",
  63. "token": "keyword.other.directive"
  64. },
  65. {
  66. "foreground": "800000",
  67. "token": "entity.name.function"
  68. },
  69. {
  70. "foreground": "800080",
  71. "token": "storage.type.user-defined"
  72. },
  73. {
  74. "foreground": "8000c0",
  75. "token": "entity.name.type.class.type"
  76. }
  77. ],
  78. "colors": {
  79. "editor.foreground": "#000000",
  80. "editor.background": "#F1F1F1",
  81. "editor.selectionBackground": "#B0B0FF",
  82. "editor.lineHighlightBackground": "#000000",
  83. "editorCursor.foreground": "#000000",
  84. "editorWhitespace.foreground": "#BFBFBF"
  85. }
  86. }