rainbow_dash.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. /* Background */ .highlight-bg { color: #4d4d4d; background-color: #ffffff }
  2. /* PreWrapper */ .highlight-chroma { color: #4d4d4d; background-color: #ffffff; }
  3. /* Error */ .highlight-chroma .highlight-err { color: #ffffff; background-color: #cc0000 }
  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: #e5e5e5 }
  7. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  8. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  9. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  10. /* Keyword */ .highlight-chroma .highlight-k { color: #2c5dcd; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #2c5dcd; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #2c5dcd; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #2c5dcd; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #2c5dcd }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #2c5dcd; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #5918bb; font-weight: bold }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #2c5dcd; font-style: italic }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #5918bb; font-weight: bold }
  19. /* NameClass */ .highlight-chroma .highlight-nc { text-decoration: underline }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #318495 }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #ff8000; font-weight: bold }
  22. /* NameEntity */ .highlight-chroma .highlight-ni { color: #5918bb; font-weight: bold }
  23. /* NameException */ .highlight-chroma .highlight-ne { color: #5918bb; font-weight: bold }
  24. /* NameFunction */ .highlight-chroma .highlight-nf { color: #ff8000; font-weight: bold }
  25. /* NameTag */ .highlight-chroma .highlight-nt { color: #2c5dcd; font-weight: bold }
  26. /* LiteralString */ .highlight-chroma .highlight-s { color: #00cc66 }
  27. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #00cc66 }
  28. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #00cc66 }
  29. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #00cc66 }
  30. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #00cc66 }
  31. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #00cc66; font-style: italic }
  32. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #00cc66 }
  33. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #c5060b; font-weight: bold }
  34. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #00cc66 }
  35. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #00cc66 }
  36. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #318495 }
  37. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #00cc66 }
  38. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #00cc66 }
  39. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #c5060b; font-weight: bold }
  40. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #5918bb; font-weight: bold }
  41. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #5918bb; font-weight: bold }
  42. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #5918bb; font-weight: bold }
  43. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #5918bb; font-weight: bold }
  44. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #5918bb; font-weight: bold }
  45. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #5918bb; font-weight: bold }
  46. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #5918bb; font-weight: bold }
  47. /* Operator */ .highlight-chroma .highlight-o { color: #2c5dcd }
  48. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #2c5dcd; font-weight: bold }
  49. /* Comment */ .highlight-chroma .highlight-c { color: #0080ff; font-style: italic }
  50. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #0080ff; font-style: italic }
  51. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #0080ff; font-style: italic }
  52. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #0080ff; font-style: italic }
  53. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #0080ff; font-weight: bold; font-style: italic }
  54. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #0080ff }
  55. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #0080ff }
  56. /* GenericDeleted */ .highlight-chroma .highlight-gd { background-color: #ffcccc }
  57. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  58. /* GenericError */ .highlight-chroma .highlight-gr { color: #ff0000 }
  59. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #2c5dcd; font-weight: bold }
  60. /* GenericInserted */ .highlight-chroma .highlight-gi { background-color: #ccffcc }
  61. /* GenericOutput */ .highlight-chroma .highlight-go { color: #aaaaaa }
  62. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #2c5dcd; font-weight: bold }
  63. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  64. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #2c5dcd; font-weight: bold }
  65. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #c5060b }
  66. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  67. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #cbcbcb }
  68. /*
  69. Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
  70. */
  71. .hljs {
  72. display: block;
  73. overflow-x: auto;
  74. padding: 0.5em;
  75. color: #000;
  76. background: #fff;
  77. }
  78. .hljs-subst,
  79. .hljs-title {
  80. font-weight: normal;
  81. color: #000;
  82. }
  83. .hljs-comment,
  84. .hljs-quote {
  85. color: #808080;
  86. font-style: italic;
  87. }
  88. .hljs-meta {
  89. color: #808000;
  90. }
  91. .hljs-tag {
  92. background: #efefef;
  93. }
  94. .hljs-section,
  95. .hljs-name,
  96. .hljs-literal,
  97. .hljs-keyword,
  98. .hljs-selector-tag,
  99. .hljs-type,
  100. .hljs-selector-id,
  101. .hljs-selector-class {
  102. font-weight: bold;
  103. color: #000080;
  104. }
  105. .hljs-attribute,
  106. .hljs-number,
  107. .hljs-regexp,
  108. .hljs-link {
  109. font-weight: bold;
  110. color: #0000ff;
  111. }
  112. .hljs-number,
  113. .hljs-regexp,
  114. .hljs-link {
  115. font-weight: normal;
  116. }
  117. .hljs-string {
  118. color: #008000;
  119. font-weight: bold;
  120. }
  121. .hljs-symbol,
  122. .hljs-bullet,
  123. .hljs-formula {
  124. color: #000;
  125. background: #d0eded;
  126. font-style: italic;
  127. }
  128. .hljs-doctag {
  129. text-decoration: underline;
  130. }
  131. .hljs-variable,
  132. .hljs-template-variable {
  133. color: #660e7a;
  134. }
  135. .hljs-addition {
  136. background: #baeeba;
  137. }
  138. .hljs-deletion {
  139. background: #ffc8bd;
  140. }
  141. .hljs-emphasis {
  142. font-style: italic;
  143. }
  144. .hljs-strong {
  145. font-weight: bold;
  146. }