monokailight.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. /* Background */ .highlight-bg { color: #272822; background-color: #fafafa }
  2. /* PreWrapper */ .highlight-chroma { color: #272822; background-color: #fafafa; }
  3. /* Error */ .highlight-chroma .highlight-err { color: #960050; background-color: #1e0010 }
  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: #e1e1e1 }
  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: #00a8c8 }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #00a8c8 }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #00a8c8 }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #f92672 }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #00a8c8 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #00a8c8 }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #00a8c8 }
  17. /* Name */ .highlight-chroma .highlight-n { color: #111111 }
  18. /* NameAttribute */ .highlight-chroma .highlight-na { color: #75af00 }
  19. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #111111 }
  20. /* NameBuiltinPseudo */ .highlight-chroma .highlight-bp { color: #111111 }
  21. /* NameClass */ .highlight-chroma .highlight-nc { color: #75af00 }
  22. /* NameConstant */ .highlight-chroma .highlight-no { color: #00a8c8 }
  23. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #75af00 }
  24. /* NameEntity */ .highlight-chroma .highlight-ni { color: #111111 }
  25. /* NameException */ .highlight-chroma .highlight-ne { color: #75af00 }
  26. /* NameFunction */ .highlight-chroma .highlight-nf { color: #75af00 }
  27. /* NameFunctionMagic */ .highlight-chroma .highlight-fm { color: #111111 }
  28. /* NameLabel */ .highlight-chroma .highlight-nl { color: #111111 }
  29. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #111111 }
  30. /* NameOther */ .highlight-chroma .highlight-nx { color: #75af00 }
  31. /* NameProperty */ .highlight-chroma .highlight-py { color: #111111 }
  32. /* NameTag */ .highlight-chroma .highlight-nt { color: #f92672 }
  33. /* NameVariable */ .highlight-chroma .highlight-nv { color: #111111 }
  34. /* NameVariableClass */ .highlight-chroma .highlight-vc { color: #111111 }
  35. /* NameVariableGlobal */ .highlight-chroma .highlight-vg { color: #111111 }
  36. /* NameVariableInstance */ .highlight-chroma .highlight-vi { color: #111111 }
  37. /* NameVariableMagic */ .highlight-chroma .highlight-vm { color: #111111 }
  38. /* Literal */ .highlight-chroma .highlight-l { color: #ae81ff }
  39. /* LiteralDate */ .highlight-chroma .highlight-ld { color: #d88200 }
  40. /* LiteralString */ .highlight-chroma .highlight-s { color: #d88200 }
  41. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #d88200 }
  42. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #d88200 }
  43. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #d88200 }
  44. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #d88200 }
  45. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #d88200 }
  46. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #d88200 }
  47. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #8045ff }
  48. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #d88200 }
  49. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #d88200 }
  50. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #d88200 }
  51. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #d88200 }
  52. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #d88200 }
  53. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #d88200 }
  54. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #ae81ff }
  55. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #ae81ff }
  56. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #ae81ff }
  57. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #ae81ff }
  58. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #ae81ff }
  59. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #ae81ff }
  60. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #ae81ff }
  61. /* Operator */ .highlight-chroma .highlight-o { color: #f92672 }
  62. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #f92672 }
  63. /* Punctuation */ .highlight-chroma .highlight-p { color: #111111 }
  64. /* Comment */ .highlight-chroma .highlight-c { color: #75715e }
  65. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #75715e }
  66. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #75715e }
  67. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #75715e }
  68. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #75715e }
  69. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #75715e }
  70. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #75715e }
  71. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  72. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  73. /*
  74. Gruvbox style (light) (c) Pavel Pertsev (original style at https://github.com/morhetz/gruvbox)
  75. */
  76. .hljs {
  77. display: block;
  78. overflow-x: auto;
  79. padding: 0.5em;
  80. background: #fbf1c7;
  81. }
  82. .hljs,
  83. .hljs-subst {
  84. color: #3c3836;
  85. }
  86. /* Gruvbox Red */
  87. .hljs-deletion,
  88. .hljs-formula,
  89. .hljs-keyword,
  90. .hljs-link,
  91. .hljs-selector-tag {
  92. color: #9d0006;
  93. }
  94. /* Gruvbox Blue */
  95. .hljs-built_in,
  96. .hljs-emphasis,
  97. .hljs-name,
  98. .hljs-quote,
  99. .hljs-strong,
  100. .hljs-title,
  101. .hljs-variable {
  102. color: #076678;
  103. }
  104. /* Gruvbox Yellow */
  105. .hljs-attr,
  106. .hljs-params,
  107. .hljs-template-tag,
  108. .hljs-type {
  109. color: #b57614;
  110. }
  111. /* Gruvbox Purple */
  112. .hljs-builtin-name,
  113. .hljs-doctag,
  114. .hljs-literal,
  115. .hljs-number {
  116. color: #8f3f71;
  117. }
  118. /* Gruvbox Orange */
  119. .hljs-code,
  120. .hljs-meta,
  121. .hljs-regexp,
  122. .hljs-selector-id,
  123. .hljs-template-variable {
  124. color: #af3a03;
  125. }
  126. /* Gruvbox Green */
  127. .hljs-addition,
  128. .hljs-meta-string,
  129. .hljs-section,
  130. .hljs-selector-attr,
  131. .hljs-selector-class,
  132. .hljs-string,
  133. .hljs-symbol {
  134. color: #79740e;
  135. }
  136. /* Gruvbox Aqua */
  137. .hljs-attribute,
  138. .hljs-bullet,
  139. .hljs-class,
  140. .hljs-function,
  141. .hljs-function .hljs-keyword,
  142. .hljs-meta-keyword,
  143. .hljs-selector-pseudo,
  144. .hljs-tag {
  145. color: #427b58;
  146. }
  147. /* Gruvbox Gray */
  148. .hljs-comment {
  149. color: #928374;
  150. }
  151. /* Gruvbox Purple */
  152. .hljs-link_label,
  153. .hljs-literal,
  154. .hljs-number {
  155. color: #8f3f71;
  156. }
  157. .hljs-comment,
  158. .hljs-emphasis {
  159. font-style: italic;
  160. }
  161. .hljs-section,
  162. .hljs-strong,
  163. .hljs-tag {
  164. font-weight: bold;
  165. }