solarized-light.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* Background */ .highlight-bg { color: #586e75; background-color: #eee8d5 }
  2. /* PreWrapper */ .highlight-chroma { color: #586e75; background-color: #eee8d5; }
  3. /* LineTableTD */ .highlight-chroma .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
  4. /* LineTable */ .highlight-chroma .highlight-lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
  5. /* LineHighlight */ .highlight-chroma .highlight-hl { background-color: #d6d0bf }
  6. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  7. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  8. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  9. /* Keyword */ .highlight-chroma .highlight-k { color: #859900 }
  10. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #859900; font-weight: bold }
  11. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #859900 }
  12. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #dc322f; font-weight: bold }
  13. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #859900 }
  14. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #859900 }
  15. /* KeywordType */ .highlight-chroma .highlight-kt { color: #859900; font-weight: bold }
  16. /* Name */ .highlight-chroma .highlight-n { color: #268bd2 }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #268bd2 }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #cb4b16 }
  19. /* NameBuiltinPseudo */ .highlight-chroma .highlight-bp { color: #268bd2 }
  20. /* NameClass */ .highlight-chroma .highlight-nc { color: #cb4b16 }
  21. /* NameConstant */ .highlight-chroma .highlight-no { color: #268bd2 }
  22. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #268bd2 }
  23. /* NameEntity */ .highlight-chroma .highlight-ni { color: #268bd2 }
  24. /* NameException */ .highlight-chroma .highlight-ne { color: #268bd2 }
  25. /* NameFunction */ .highlight-chroma .highlight-nf { color: #268bd2 }
  26. /* NameFunctionMagic */ .highlight-chroma .highlight-fm { color: #268bd2 }
  27. /* NameLabel */ .highlight-chroma .highlight-nl { color: #268bd2 }
  28. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #268bd2 }
  29. /* NameOther */ .highlight-chroma .highlight-nx { color: #268bd2 }
  30. /* NameProperty */ .highlight-chroma .highlight-py { color: #268bd2 }
  31. /* NameTag */ .highlight-chroma .highlight-nt { color: #268bd2; font-weight: bold }
  32. /* NameVariable */ .highlight-chroma .highlight-nv { color: #268bd2 }
  33. /* NameVariableClass */ .highlight-chroma .highlight-vc { color: #268bd2 }
  34. /* NameVariableGlobal */ .highlight-chroma .highlight-vg { color: #268bd2 }
  35. /* NameVariableInstance */ .highlight-chroma .highlight-vi { color: #268bd2 }
  36. /* NameVariableMagic */ .highlight-chroma .highlight-vm { color: #268bd2 }
  37. /* Literal */ .highlight-chroma .highlight-l { color: #2aa198 }
  38. /* LiteralDate */ .highlight-chroma .highlight-ld { color: #2aa198 }
  39. /* LiteralString */ .highlight-chroma .highlight-s { color: #2aa198 }
  40. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #2aa198 }
  41. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #2aa198 }
  42. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #2aa198 }
  43. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #2aa198 }
  44. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #2aa198 }
  45. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #2aa198 }
  46. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #2aa198 }
  47. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #2aa198 }
  48. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #2aa198 }
  49. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #2aa198 }
  50. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #2aa198 }
  51. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #2aa198 }
  52. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #2aa198 }
  53. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #2aa198; font-weight: bold }
  54. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #2aa198; font-weight: bold }
  55. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #2aa198; font-weight: bold }
  56. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #2aa198; font-weight: bold }
  57. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #2aa198; font-weight: bold }
  58. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #2aa198; font-weight: bold }
  59. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #2aa198; font-weight: bold }
  60. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #859900 }
  61. /* Comment */ .highlight-chroma .highlight-c { color: #93a1a1; font-style: italic }
  62. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #93a1a1; font-style: italic }
  63. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #93a1a1; font-style: italic }
  64. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #93a1a1; font-style: italic }
  65. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #93a1a1; font-style: italic }
  66. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #93a1a1; font-style: italic }
  67. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #93a1a1; font-style: italic }
  68. /* Generic */ .highlight-chroma .highlight-g { color: #d33682 }
  69. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #d33682 }
  70. /* GenericEmph */ .highlight-chroma .highlight-ge { color: #d33682 }
  71. /* GenericError */ .highlight-chroma .highlight-gr { color: #d33682 }
  72. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #d33682 }
  73. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #d33682 }
  74. /* GenericOutput */ .highlight-chroma .highlight-go { color: #d33682 }
  75. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #d33682 }
  76. /* GenericStrong */ .highlight-chroma .highlight-gs { color: #d33682 }
  77. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #d33682 }
  78. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #d33682 }
  79. /* GenericUnderline */ .highlight-chroma .highlight-gl { color: #d33682 }
  80. /*
  81. Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
  82. */
  83. .hljs {
  84. display: block;
  85. overflow-x: auto;
  86. padding: 0.5em;
  87. background: #fdf6e3;
  88. color: #657b83;
  89. }
  90. .hljs-comment,
  91. .hljs-quote {
  92. color: #93a1a1;
  93. }
  94. /* Solarized Green */
  95. .hljs-keyword,
  96. .hljs-selector-tag,
  97. .hljs-addition {
  98. color: #859900;
  99. }
  100. /* Solarized Cyan */
  101. .hljs-number,
  102. .hljs-string,
  103. .hljs-meta .hljs-meta-string,
  104. .hljs-literal,
  105. .hljs-doctag,
  106. .hljs-regexp {
  107. color: #2aa198;
  108. }
  109. /* Solarized Blue */
  110. .hljs-title,
  111. .hljs-section,
  112. .hljs-name,
  113. .hljs-selector-id,
  114. .hljs-selector-class {
  115. color: #268bd2;
  116. }
  117. /* Solarized Yellow */
  118. .hljs-attribute,
  119. .hljs-attr,
  120. .hljs-variable,
  121. .hljs-template-variable,
  122. .hljs-class .hljs-title,
  123. .hljs-type {
  124. color: #b58900;
  125. }
  126. /* Solarized Orange */
  127. .hljs-symbol,
  128. .hljs-bullet,
  129. .hljs-subst,
  130. .hljs-meta,
  131. .hljs-meta .hljs-keyword,
  132. .hljs-selector-attr,
  133. .hljs-selector-pseudo,
  134. .hljs-link {
  135. color: #cb4b16;
  136. }
  137. /* Solarized Red */
  138. .hljs-built_in,
  139. .hljs-deletion {
  140. color: #dc322f;
  141. }
  142. .hljs-formula {
  143. background: #eee8d5;
  144. }
  145. .hljs-emphasis {
  146. font-style: italic;
  147. }
  148. .hljs-strong {
  149. font-weight: bold;
  150. }