monokai.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* Background */ .highlight-bg { color: #f8f8f2; background-color: #272822 }
  2. /* PreWrapper */ .highlight-chroma { color: #f8f8f2; background-color: #272822; }
  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: #3c3d38 }
  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: #66d9ef }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #66d9ef }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #66d9ef }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #f92672 }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #66d9ef }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #66d9ef }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #66d9ef }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #a6e22e }
  18. /* NameClass */ .highlight-chroma .highlight-nc { color: #a6e22e }
  19. /* NameConstant */ .highlight-chroma .highlight-no { color: #66d9ef }
  20. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #a6e22e }
  21. /* NameException */ .highlight-chroma .highlight-ne { color: #a6e22e }
  22. /* NameFunction */ .highlight-chroma .highlight-nf { color: #a6e22e }
  23. /* NameOther */ .highlight-chroma .highlight-nx { color: #a6e22e }
  24. /* NameTag */ .highlight-chroma .highlight-nt { color: #f92672 }
  25. /* Literal */ .highlight-chroma .highlight-l { color: #ae81ff }
  26. /* LiteralDate */ .highlight-chroma .highlight-ld { color: #e6db74 }
  27. /* LiteralString */ .highlight-chroma .highlight-s { color: #e6db74 }
  28. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #e6db74 }
  29. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #e6db74 }
  30. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #e6db74 }
  31. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #e6db74 }
  32. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #e6db74 }
  33. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #e6db74 }
  34. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #ae81ff }
  35. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #e6db74 }
  36. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #e6db74 }
  37. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #e6db74 }
  38. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #e6db74 }
  39. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #e6db74 }
  40. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #e6db74 }
  41. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #ae81ff }
  42. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #ae81ff }
  43. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #ae81ff }
  44. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #ae81ff }
  45. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #ae81ff }
  46. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #ae81ff }
  47. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #ae81ff }
  48. /* Operator */ .highlight-chroma .highlight-o { color: #f92672 }
  49. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #f92672 }
  50. /* Comment */ .highlight-chroma .highlight-c { color: #75715e }
  51. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #75715e }
  52. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #75715e }
  53. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #75715e }
  54. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #75715e }
  55. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #75715e }
  56. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #75715e }
  57. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #f92672 }
  58. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  59. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #a6e22e }
  60. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  61. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #75715e }
  62. /*
  63. Monokai style - ported by Luigi Maselli - http://grigio.org
  64. */
  65. .hljs {
  66. display: block;
  67. overflow-x: auto;
  68. padding: 0.5em;
  69. background: #272822; color: #ddd;
  70. }
  71. .hljs-tag,
  72. .hljs-keyword,
  73. .hljs-selector-tag,
  74. .hljs-literal,
  75. .hljs-strong,
  76. .hljs-name {
  77. color: #f92672;
  78. }
  79. .hljs-code {
  80. color: #66d9ef;
  81. }
  82. .hljs-class .hljs-title {
  83. color: white;
  84. }
  85. .hljs-attribute,
  86. .hljs-symbol,
  87. .hljs-regexp,
  88. .hljs-link {
  89. color: #bf79db;
  90. }
  91. .hljs-string,
  92. .hljs-bullet,
  93. .hljs-subst,
  94. .hljs-title,
  95. .hljs-section,
  96. .hljs-emphasis,
  97. .hljs-type,
  98. .hljs-built_in,
  99. .hljs-builtin-name,
  100. .hljs-selector-attr,
  101. .hljs-selector-pseudo,
  102. .hljs-addition,
  103. .hljs-variable,
  104. .hljs-template-tag,
  105. .hljs-template-variable {
  106. color: #a6e22e;
  107. }
  108. .hljs-comment,
  109. .hljs-quote,
  110. .hljs-deletion,
  111. .hljs-meta {
  112. color: #75715e;
  113. }
  114. .hljs-keyword,
  115. .hljs-selector-tag,
  116. .hljs-literal,
  117. .hljs-doctag,
  118. .hljs-title,
  119. .hljs-section,
  120. .hljs-type,
  121. .hljs-selector-id {
  122. font-weight: bold;
  123. }