emacs.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. /* Background */ .highlight-bg { background-color: #f8f8f8 }
  2. /* PreWrapper */ .highlight-chroma { background-color: #f8f8f8; }
  3. /* Error */ .highlight-chroma .highlight-err { }
  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: #dfdfdf }
  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: #aa22ff; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #aa22ff; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #aa22ff; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #aa22ff; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #aa22ff }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #aa22ff; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #00bb00; font-weight: bold }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #bb4444 }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #aa22ff }
  19. /* NameClass */ .highlight-chroma .highlight-nc { color: #0000ff }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #880000 }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #aa22ff }
  22. /* NameEntity */ .highlight-chroma .highlight-ni { color: #999999; font-weight: bold }
  23. /* NameException */ .highlight-chroma .highlight-ne { color: #d2413a; font-weight: bold }
  24. /* NameFunction */ .highlight-chroma .highlight-nf { color: #00a000 }
  25. /* NameLabel */ .highlight-chroma .highlight-nl { color: #a0a000 }
  26. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #0000ff; font-weight: bold }
  27. /* NameTag */ .highlight-chroma .highlight-nt { color: #008000; font-weight: bold }
  28. /* NameVariable */ .highlight-chroma .highlight-nv { color: #b8860b }
  29. /* LiteralString */ .highlight-chroma .highlight-s { color: #bb4444 }
  30. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #bb4444 }
  31. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #bb4444 }
  32. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #bb4444 }
  33. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #bb4444 }
  34. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #bb4444; font-style: italic }
  35. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #bb4444 }
  36. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #bb6622; font-weight: bold }
  37. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #bb4444 }
  38. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #bb6688; font-weight: bold }
  39. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #008000 }
  40. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #bb6688 }
  41. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #bb4444 }
  42. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #b8860b }
  43. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #666666 }
  44. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #666666 }
  45. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #666666 }
  46. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #666666 }
  47. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #666666 }
  48. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #666666 }
  49. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #666666 }
  50. /* Operator */ .highlight-chroma .highlight-o { color: #666666 }
  51. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #aa22ff; font-weight: bold }
  52. /* Comment */ .highlight-chroma .highlight-c { color: #008800; font-style: italic }
  53. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #008800; font-style: italic }
  54. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #008800; font-style: italic }
  55. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #008800; font-style: italic }
  56. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #008800; font-weight: bold }
  57. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #008800 }
  58. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #008800 }
  59. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #a00000 }
  60. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  61. /* GenericError */ .highlight-chroma .highlight-gr { color: #ff0000 }
  62. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #000080; font-weight: bold }
  63. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #00a000 }
  64. /* GenericOutput */ .highlight-chroma .highlight-go { color: #888888 }
  65. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #000080; font-weight: bold }
  66. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  67. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #800080; font-weight: bold }
  68. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #0044dd }
  69. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  70. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #bbbbbb }
  71. /*
  72. Atom One Light by Daniel Gamage
  73. Original One Light Syntax theme from https://github.com/atom/one-light-syntax
  74. base: #fafafa
  75. mono-1: #383a42
  76. mono-2: #686b77
  77. mono-3: #a0a1a7
  78. hue-1: #0184bb
  79. hue-2: #4078f2
  80. hue-3: #a626a4
  81. hue-4: #50a14f
  82. hue-5: #e45649
  83. hue-5-2: #c91243
  84. hue-6: #986801
  85. hue-6-2: #c18401
  86. */
  87. .hljs {
  88. display: block;
  89. overflow-x: auto;
  90. padding: 0.5em;
  91. color: #383a42;
  92. background: #fafafa;
  93. }
  94. .hljs-comment,
  95. .hljs-quote {
  96. color: #a0a1a7;
  97. font-style: italic;
  98. }
  99. .hljs-doctag,
  100. .hljs-keyword,
  101. .hljs-formula {
  102. color: #a626a4;
  103. }
  104. .hljs-section,
  105. .hljs-name,
  106. .hljs-selector-tag,
  107. .hljs-deletion,
  108. .hljs-subst {
  109. color: #e45649;
  110. }
  111. .hljs-literal {
  112. color: #0184bb;
  113. }
  114. .hljs-string,
  115. .hljs-regexp,
  116. .hljs-addition,
  117. .hljs-attribute,
  118. .hljs-meta-string {
  119. color: #50a14f;
  120. }
  121. .hljs-built_in,
  122. .hljs-class .hljs-title {
  123. color: #c18401;
  124. }
  125. .hljs-attr,
  126. .hljs-variable,
  127. .hljs-template-variable,
  128. .hljs-type,
  129. .hljs-selector-class,
  130. .hljs-selector-attr,
  131. .hljs-selector-pseudo,
  132. .hljs-number {
  133. color: #986801;
  134. }
  135. .hljs-symbol,
  136. .hljs-bullet,
  137. .hljs-link,
  138. .hljs-meta,
  139. .hljs-selector-id,
  140. .hljs-title {
  141. color: #4078f2;
  142. }
  143. .hljs-emphasis {
  144. font-style: italic;
  145. }
  146. .hljs-strong {
  147. font-weight: bold;
  148. }
  149. .hljs-link {
  150. text-decoration: underline;
  151. }