Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

94 lines
2.0KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "709070",
  7. "fontStyle": "italic",
  8. "token": "comment"
  9. },
  10. {
  11. "fontStyle": "bold",
  12. "token": "keyword.other.directive"
  13. },
  14. {
  15. "fontStyle": "underline",
  16. "token": "keyword.other.directive.line-number"
  17. },
  18. {
  19. "foreground": "ff8080",
  20. "token": "constant.character"
  21. },
  22. {
  23. "foreground": "ff2020",
  24. "token": "string"
  25. },
  26. {
  27. "foreground": "22c0ff",
  28. "token": "constant.numeric"
  29. },
  30. {
  31. "fontStyle": "underline",
  32. "token": "constant.numeric.floating-point"
  33. },
  34. {
  35. "foreground": "ffffa0",
  36. "token": "keyword"
  37. },
  38. {
  39. "foreground": "ff8000",
  40. "fontStyle": "bold",
  41. "token": "entity.name.module"
  42. },
  43. {
  44. "foreground": "ff8000",
  45. "fontStyle": "bold",
  46. "token": "support.other.module"
  47. },
  48. {
  49. "foreground": "ffffa0",
  50. "token": "keyword.operator"
  51. },
  52. {
  53. "fontStyle": "underline",
  54. "token": "source.ocaml keyword.operator.symbol.infix.floating-point"
  55. },
  56. {
  57. "fontStyle": "underline",
  58. "token": "source.ocaml keyword.operator.symbol.prefix.floating-point"
  59. },
  60. {
  61. "foreground": "6080ff",
  62. "token": "storage.type"
  63. },
  64. {
  65. "foreground": "4080a0",
  66. "token": "entity.name.class.variant"
  67. },
  68. {
  69. "foreground": "f09040",
  70. "token": "entity.name.type"
  71. },
  72. {
  73. "foreground": "ffcc66",
  74. "fontStyle": "bold",
  75. "token": "entity.name.function"
  76. },
  77. {
  78. "foreground": "ffe000",
  79. "token": "storage.type.user-defined"
  80. },
  81. {
  82. "foreground": "f4a020",
  83. "token": "entity.name.type.class.type"
  84. }
  85. ],
  86. "colors": {
  87. "editor.foreground": "#DEDEDE",
  88. "editor.background": "#404040",
  89. "editor.selectionBackground": "#A0A0C0",
  90. "editor.lineHighlightBackground": "#A08040",
  91. "editorCursor.foreground": "#FFFF66",
  92. "editorWhitespace.foreground": "#A8A8A8"
  93. }
  94. }