You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.1KB

  1. {
  2. "base": "vs",
  3. "inherit": true,
  4. "rules": [
  5. {
  6. "foreground": "c41a16",
  7. "token": "string"
  8. },
  9. {
  10. "foreground": "1c00cf",
  11. "token": "constant.numeric"
  12. },
  13. {
  14. "foreground": "aa0d91",
  15. "token": "keyword"
  16. },
  17. {
  18. "foreground": "000000",
  19. "token": "keyword.operator"
  20. },
  21. {
  22. "foreground": "aa0d91",
  23. "token": "constant.language"
  24. },
  25. {
  26. "foreground": "990000",
  27. "token": "support.class.exception"
  28. },
  29. {
  30. "foreground": "000000",
  31. "token": "entity.name.function"
  32. },
  33. {
  34. "fontStyle": "bold underline",
  35. "token": "entity.name.type"
  36. },
  37. {
  38. "fontStyle": "italic",
  39. "token": "variable.parameter"
  40. },
  41. {
  42. "foreground": "007400",
  43. "token": "comment"
  44. },
  45. {
  46. "foreground": "ff0000",
  47. "token": "invalid"
  48. },
  49. {
  50. "background": "e71a11",
  51. "token": "invalid.deprecated.trailing-whitespace"
  52. },
  53. {
  54. "foreground": "000000",
  55. "background": "fafafa",
  56. "token": "text source"
  57. },
  58. {
  59. "foreground": "aa0d91",
  60. "token": "meta.tag"
  61. },
  62. {
  63. "foreground": "aa0d91",
  64. "token": "declaration.tag"
  65. },
  66. {
  67. "foreground": "000000",
  68. "fontStyle": "bold",
  69. "token": "support"
  70. },
  71. {
  72. "foreground": "aa0d91",
  73. "token": "storage"
  74. },
  75. {
  76. "fontStyle": "bold underline",
  77. "token": "entity.name.section"
  78. },
  79. {
  80. "foreground": "000000",
  81. "fontStyle": "bold",
  82. "token": "entity.name.function.frame"
  83. },
  84. {
  85. "foreground": "333333",
  86. "token": "meta.tag.preprocessor.xml"
  87. },
  88. {
  89. "foreground": "994500",
  90. "fontStyle": "italic",
  91. "token": "entity.other.attribute-name"
  92. },
  93. {
  94. "foreground": "881280",
  95. "token": "entity.name.tag"
  96. }
  97. ],
  98. "colors": {
  99. "editor.foreground": "#000000",
  100. "editor.background": "#FFFFFF",
  101. "editor.selectionBackground": "#BAD6FD",
  102. "editor.lineHighlightBackground": "#000000",
  103. "editorCursor.foreground": "#000000",
  104. "editorWhitespace.foreground": "#B3B3B3"
  105. }
  106. }