vim.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* Background */ .highlight-bg { color: #cccccc; background-color: #000000 }
  2. /* PreWrapper */ .highlight-chroma { color: #cccccc; background-color: #000000; }
  3. /* Error */ .highlight-chroma .highlight-err { }
  4. /* LineTableTD */ .highlight-chroma .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
  5. /* LineTable */ .highlight-chroma .highlight-lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
  6. /* LineHighlight */ .highlight-chroma .highlight-hl { background-color: #191919 }
  7. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #666666 }
  8. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #666666 }
  9. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  10. /* Keyword */ .highlight-chroma .highlight-k { color: #cdcd00 }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #cdcd00 }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #00cd00 }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #cd00cd }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #cdcd00 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #cdcd00 }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #00cd00 }
  17. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #cd00cd }
  18. /* NameClass */ .highlight-chroma .highlight-nc { color: #00cdcd }
  19. /* NameException */ .highlight-chroma .highlight-ne { color: #666699; font-weight: bold }
  20. /* NameVariable */ .highlight-chroma .highlight-nv { color: #00cdcd }
  21. /* LiteralString */ .highlight-chroma .highlight-s { color: #cd0000 }
  22. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #cd0000 }
  23. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #cd0000 }
  24. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #cd0000 }
  25. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #cd0000 }
  26. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #cd0000 }
  27. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #cd0000 }
  28. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #cd0000 }
  29. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #cd0000 }
  30. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #cd0000 }
  31. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #cd0000 }
  32. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #cd0000 }
  33. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #cd0000 }
  34. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #cd0000 }
  35. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #cd00cd }
  36. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #cd00cd }
  37. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #cd00cd }
  38. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #cd00cd }
  39. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #cd00cd }
  40. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #cd00cd }
  41. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #cd00cd }
  42. /* Operator */ .highlight-chroma .highlight-o { color: #3399cc }
  43. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #cdcd00 }
  44. /* Comment */ .highlight-chroma .highlight-c { color: #000080 }
  45. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #000080 }
  46. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #000080 }
  47. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #000080 }
  48. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #cd0000; font-weight: bold }
  49. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #000080 }
  50. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #000080 }
  51. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #cd0000 }
  52. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  53. /* GenericError */ .highlight-chroma .highlight-gr { color: #ff0000 }
  54. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #000080; font-weight: bold }
  55. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #00cd00 }
  56. /* GenericOutput */ .highlight-chroma .highlight-go { color: #888888 }
  57. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #000080; font-weight: bold }
  58. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  59. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #800080; font-weight: bold }
  60. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #0044dd }
  61. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  62. /*
  63. Qt Creator dark color scheme
  64. */
  65. .hljs {
  66. display: block;
  67. overflow-x: auto;
  68. padding: 0.5em;
  69. background: #000000;
  70. }
  71. .hljs,
  72. .hljs-subst,
  73. .hljs-tag,
  74. .hljs-title {
  75. color: #aaaaaa;
  76. }
  77. .hljs-strong,
  78. .hljs-emphasis {
  79. color: #a8a8a2;
  80. }
  81. .hljs-bullet,
  82. .hljs-quote,
  83. .hljs-number,
  84. .hljs-regexp,
  85. .hljs-literal {
  86. color: #ff55ff;
  87. }
  88. .hljs-code
  89. .hljs-selector-class {
  90. color: #aaaaff;
  91. }
  92. .hljs-emphasis,
  93. .hljs-stronge,
  94. .hljs-type {
  95. font-style: italic;
  96. }
  97. .hljs-keyword,
  98. .hljs-selector-tag,
  99. .hljs-function,
  100. .hljs-section,
  101. .hljs-symbol,
  102. .hljs-name {
  103. color: #ffff55;
  104. }
  105. .hljs-attribute {
  106. color: #ff5555;
  107. }
  108. .hljs-variable,
  109. .hljs-params,
  110. .hljs-class .hljs-title {
  111. color: #8888ff;
  112. }
  113. .hljs-string,
  114. .hljs-selector-id,
  115. .hljs-selector-attr,
  116. .hljs-selector-pseudo,
  117. .hljs-type,
  118. .hljs-built_in,
  119. .hljs-builtin-name,
  120. .hljs-template-tag,
  121. .hljs-template-variable,
  122. .hljs-addition,
  123. .hljs-link {
  124. color: #ff55ff;
  125. }
  126. .hljs-comment,
  127. .hljs-meta,
  128. .hljs-deletion {
  129. color: #55ffff;
  130. }