solarized-dark256.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* Background */ .highlight-bg { color: #8a8a8a; background-color: #1c1c1c }
  2. /* PreWrapper */ .highlight-chroma { color: #8a8a8a; background-color: #1c1c1c; }
  3. /* Other */ .highlight-chroma .highlight-x { color: #d75f00 }
  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: #323232 }
  7. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #454545 }
  8. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #454545 }
  9. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  10. /* Keyword */ .highlight-chroma .highlight-k { color: #5f8700 }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #d75f00 }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #0087ff }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #d75f00 }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #5f8700 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #0087ff }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #af0000 }
  17. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #0087ff }
  18. /* NameBuiltinPseudo */ .highlight-chroma .highlight-bp { color: #0087ff }
  19. /* NameClass */ .highlight-chroma .highlight-nc { color: #0087ff }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #d75f00 }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #0087ff }
  22. /* NameEntity */ .highlight-chroma .highlight-ni { color: #d75f00 }
  23. /* NameException */ .highlight-chroma .highlight-ne { color: #af8700 }
  24. /* NameFunction */ .highlight-chroma .highlight-nf { color: #0087ff }
  25. /* NameTag */ .highlight-chroma .highlight-nt { color: #0087ff }
  26. /* NameVariable */ .highlight-chroma .highlight-nv { color: #0087ff }
  27. /* LiteralString */ .highlight-chroma .highlight-s { color: #00afaf }
  28. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #00afaf }
  29. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #4e4e4e }
  30. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #00afaf }
  31. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #00afaf }
  32. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #00afaf }
  33. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #00afaf }
  34. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #af0000 }
  35. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #00afaf }
  36. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #00afaf }
  37. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #00afaf }
  38. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #af0000 }
  39. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #00afaf }
  40. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #00afaf }
  41. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #00afaf }
  42. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #00afaf }
  43. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #00afaf }
  44. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #00afaf }
  45. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #00afaf }
  46. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #00afaf }
  47. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #00afaf }
  48. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #5f8700 }
  49. /* Comment */ .highlight-chroma .highlight-c { color: #4e4e4e }
  50. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #4e4e4e }
  51. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #4e4e4e }
  52. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #4e4e4e }
  53. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #5f8700 }
  54. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #5f8700 }
  55. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #5f8700 }
  56. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #af0000 }
  57. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  58. /* GenericError */ .highlight-chroma .highlight-gr { color: #af0000; font-weight: bold }
  59. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #d75f00 }
  60. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #5f8700 }
  61. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  62. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #0087ff }
  63. /* Base16 Atelier Cave Dark - Theme */
  64. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
  65. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  66. /* Atelier-Cave Comment */
  67. .hljs-comment,
  68. .hljs-quote {
  69. color: #7e7887;
  70. }
  71. /* Atelier-Cave Red */
  72. .hljs-variable,
  73. .hljs-template-variable,
  74. .hljs-attribute,
  75. .hljs-regexp,
  76. .hljs-link,
  77. .hljs-tag,
  78. .hljs-name,
  79. .hljs-selector-id,
  80. .hljs-selector-class {
  81. color: #be4678;
  82. }
  83. /* Atelier-Cave Orange */
  84. .hljs-number,
  85. .hljs-meta,
  86. .hljs-built_in,
  87. .hljs-builtin-name,
  88. .hljs-literal,
  89. .hljs-type,
  90. .hljs-params {
  91. color: #aa573c;
  92. }
  93. /* Atelier-Cave Green */
  94. .hljs-string,
  95. .hljs-symbol,
  96. .hljs-bullet {
  97. color: #2a9292;
  98. }
  99. /* Atelier-Cave Blue */
  100. .hljs-title,
  101. .hljs-section {
  102. color: #576ddb;
  103. }
  104. /* Atelier-Cave Purple */
  105. .hljs-keyword,
  106. .hljs-selector-tag {
  107. color: #955ae7;
  108. }
  109. .hljs-deletion,
  110. .hljs-addition {
  111. color: #19171c;
  112. display: inline-block;
  113. width: 100%;
  114. }
  115. .hljs-deletion {
  116. background-color: #be4678;
  117. }
  118. .hljs-addition {
  119. background-color: #2a9292;
  120. }
  121. .hljs {
  122. display: block;
  123. overflow-x: auto;
  124. background: #19171c;
  125. color: #8b8792;
  126. padding: 0.5em;
  127. }
  128. .hljs-emphasis {
  129. font-style: italic;
  130. }
  131. .hljs-strong {
  132. font-weight: bold;
  133. }