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.

141 lines
2.8KB

  1. {
  2. "base": "vs-dark",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "ffffff",
  7. "token": "text"
  8. },
  9. {
  10. "foreground": "cdcdcd",
  11. "background": "282828",
  12. "token": "source"
  13. },
  14. {
  15. "foreground": "bc9458",
  16. "fontStyle": "italic",
  17. "token": "comment"
  18. },
  19. {
  20. "foreground": "ffe5bb",
  21. "token": "meta.tag"
  22. },
  23. {
  24. "foreground": "ffe5bb",
  25. "token": "declaration.tag"
  26. },
  27. {
  28. "foreground": "ffe5bb",
  29. "token": "meta.doctype"
  30. },
  31. {
  32. "foreground": "ffc66d",
  33. "token": "entity.name"
  34. },
  35. {
  36. "foreground": "fff980",
  37. "token": "source.ruby entity.name"
  38. },
  39. {
  40. "foreground": "b7dff8",
  41. "token": "variable.other"
  42. },
  43. {
  44. "foreground": "cccc33",
  45. "token": "support.class.ruby"
  46. },
  47. {
  48. "foreground": "6c99bb",
  49. "token": "constant"
  50. },
  51. {
  52. "foreground": "6c99bb",
  53. "token": "support.constant"
  54. },
  55. {
  56. "foreground": "cc7833",
  57. "token": "keyword"
  58. },
  59. {
  60. "foreground": "d0d0ff",
  61. "token": "other.preprocessor.c"
  62. },
  63. {
  64. "fontStyle": "italic",
  65. "token": "variable.parameter"
  66. },
  67. {
  68. "foreground": "ffffff",
  69. "background": "575757",
  70. "token": "source comment.block"
  71. },
  72. {
  73. "foreground": "a5c261",
  74. "token": "string"
  75. },
  76. {
  77. "foreground": "aaaaaa",
  78. "token": "string constant.character.escape"
  79. },
  80. {
  81. "foreground": "000000",
  82. "background": "cccc33",
  83. "token": "string.interpolated"
  84. },
  85. {
  86. "foreground": "cccc33",
  87. "token": "string.regexp"
  88. },
  89. {
  90. "foreground": "cccc33",
  91. "token": "string.literal"
  92. },
  93. {
  94. "foreground": "787878",
  95. "token": "string.interpolated constant.character.escape"
  96. },
  97. {
  98. "fontStyle": "underline",
  99. "token": "entity.name.class"
  100. },
  101. {
  102. "fontStyle": "italic underline",
  103. "token": "entity.other.inherited-class"
  104. },
  105. {
  106. "foreground": "b83426",
  107. "token": "support.function"
  108. },
  109. {
  110. "foreground": "6ea533",
  111. "token": "markup.list.unnumbered.textile"
  112. },
  113. {
  114. "foreground": "6ea533",
  115. "token": "markup.list.numbered.textile"
  116. },
  117. {
  118. "foreground": "c2c2c2",
  119. "fontStyle": "bold",
  120. "token": "markup.bold.textile"
  121. },
  122. {
  123. "foreground": "ffffff",
  124. "background": "ff0000",
  125. "token": "invalid"
  126. },
  127. {
  128. "foreground": "323232",
  129. "background": "fff980",
  130. "token": "collab.user1"
  131. }
  132. ],
  133. "colors": {
  134. "editor.foreground": "#FFFFFF",
  135. "editor.background": "#323232",
  136. "editor.selectionBackground": "#5A647E",
  137. "editor.lineHighlightBackground": "#353637",
  138. "editorCursor.foreground": "#91FF00",
  139. "editorWhitespace.foreground": "#404040"
  140. }
  141. }