solarized-dark.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* Background */ .highlight-bg { color: #93a1a1; background-color: #002b36 }
  2. /* PreWrapper */ .highlight-chroma { color: #93a1a1; background-color: #002b36; }
  3. /* Other */ .highlight-chroma .highlight-x { color: #cb4b16 }
  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: #19404a }
  7. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 }
  8. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 }
  9. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  10. /* Keyword */ .highlight-chroma .highlight-k { color: #719e07 }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #cb4b16 }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #268bd2 }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #719e07 }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #719e07 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #268bd2 }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #dc322f }
  17. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #b58900 }
  18. /* NameBuiltinPseudo */ .highlight-chroma .highlight-bp { color: #268bd2 }
  19. /* NameClass */ .highlight-chroma .highlight-nc { color: #268bd2 }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #cb4b16 }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #268bd2 }
  22. /* NameEntity */ .highlight-chroma .highlight-ni { color: #cb4b16 }
  23. /* NameException */ .highlight-chroma .highlight-ne { color: #cb4b16 }
  24. /* NameFunction */ .highlight-chroma .highlight-nf { color: #268bd2 }
  25. /* NameTag */ .highlight-chroma .highlight-nt { color: #268bd2 }
  26. /* NameVariable */ .highlight-chroma .highlight-nv { color: #268bd2 }
  27. /* LiteralString */ .highlight-chroma .highlight-s { color: #2aa198 }
  28. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #2aa198 }
  29. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #586e75 }
  30. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #2aa198 }
  31. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #2aa198 }
  32. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #2aa198 }
  33. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #cb4b16 }
  34. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #2aa198 }
  35. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #2aa198 }
  36. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #dc322f }
  37. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #2aa198 }
  38. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #2aa198 }
  39. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #2aa198 }
  40. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #2aa198 }
  41. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #2aa198 }
  42. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #2aa198 }
  43. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #2aa198 }
  44. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #2aa198 }
  45. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #2aa198 }
  46. /* Operator */ .highlight-chroma .highlight-o { color: #719e07 }
  47. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #719e07 }
  48. /* Comment */ .highlight-chroma .highlight-c { color: #586e75 }
  49. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #586e75 }
  50. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #586e75 }
  51. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #586e75 }
  52. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #719e07 }
  53. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #719e07 }
  54. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #719e07 }
  55. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #dc322f }
  56. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  57. /* GenericError */ .highlight-chroma .highlight-gr { color: #dc322f; font-weight: bold }
  58. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #cb4b16 }
  59. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #719e07 }
  60. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  61. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #268bd2 }
  62. /*
  63. Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
  64. */
  65. .hljs {
  66. display: block;
  67. overflow-x: auto;
  68. padding: 0.5em;
  69. background: #002b36;
  70. color: #839496;
  71. }
  72. .hljs-comment,
  73. .hljs-quote {
  74. color: #586e75;
  75. }
  76. /* Solarized Green */
  77. .hljs-keyword,
  78. .hljs-selector-tag,
  79. .hljs-addition {
  80. color: #859900;
  81. }
  82. /* Solarized Cyan */
  83. .hljs-number,
  84. .hljs-string,
  85. .hljs-meta .hljs-meta-string,
  86. .hljs-literal,
  87. .hljs-doctag,
  88. .hljs-regexp {
  89. color: #2aa198;
  90. }
  91. /* Solarized Blue */
  92. .hljs-title,
  93. .hljs-section,
  94. .hljs-name,
  95. .hljs-selector-id,
  96. .hljs-selector-class {
  97. color: #268bd2;
  98. }
  99. /* Solarized Yellow */
  100. .hljs-attribute,
  101. .hljs-attr,
  102. .hljs-variable,
  103. .hljs-template-variable,
  104. .hljs-class .hljs-title,
  105. .hljs-type {
  106. color: #b58900;
  107. }
  108. /* Solarized Orange */
  109. .hljs-symbol,
  110. .hljs-bullet,
  111. .hljs-subst,
  112. .hljs-meta,
  113. .hljs-meta .hljs-keyword,
  114. .hljs-selector-attr,
  115. .hljs-selector-pseudo,
  116. .hljs-link {
  117. color: #cb4b16;
  118. }
  119. /* Solarized Red */
  120. .hljs-built_in,
  121. .hljs-deletion {
  122. color: #dc322f;
  123. }
  124. .hljs-formula {
  125. background: #073642;
  126. }
  127. .hljs-emphasis {
  128. font-style: italic;
  129. }
  130. .hljs-strong {
  131. font-weight: bold;
  132. }