xcode.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /* Background */ .highlight-bg { background-color: #ffffff }
  2. /* PreWrapper */ .highlight-chroma { background-color: #ffffff; }
  3. /* Error */ .highlight-chroma .highlight-err { color: #000000 }
  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: #e5e5e5 }
  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: #a90d91 }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #a90d91 }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #a90d91 }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #a90d91 }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #a90d91 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #a90d91 }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #a90d91 }
  17. /* Name */ .highlight-chroma .highlight-n { color: #000000 }
  18. /* NameAttribute */ .highlight-chroma .highlight-na { color: #836c28 }
  19. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #a90d91 }
  20. /* NameBuiltinPseudo */ .highlight-chroma .highlight-bp { color: #5b269a }
  21. /* NameClass */ .highlight-chroma .highlight-nc { color: #3f6e75 }
  22. /* NameConstant */ .highlight-chroma .highlight-no { color: #000000 }
  23. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #000000 }
  24. /* NameEntity */ .highlight-chroma .highlight-ni { color: #000000 }
  25. /* NameException */ .highlight-chroma .highlight-ne { color: #000000 }
  26. /* NameFunction */ .highlight-chroma .highlight-nf { color: #000000 }
  27. /* NameFunctionMagic */ .highlight-chroma .highlight-fm { color: #000000 }
  28. /* NameLabel */ .highlight-chroma .highlight-nl { color: #000000 }
  29. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #000000 }
  30. /* NameOther */ .highlight-chroma .highlight-nx { color: #000000 }
  31. /* NameProperty */ .highlight-chroma .highlight-py { color: #000000 }
  32. /* NameTag */ .highlight-chroma .highlight-nt { color: #000000 }
  33. /* NameVariable */ .highlight-chroma .highlight-nv { color: #000000 }
  34. /* NameVariableClass */ .highlight-chroma .highlight-vc { color: #000000 }
  35. /* NameVariableGlobal */ .highlight-chroma .highlight-vg { color: #000000 }
  36. /* NameVariableInstance */ .highlight-chroma .highlight-vi { color: #000000 }
  37. /* NameVariableMagic */ .highlight-chroma .highlight-vm { color: #000000 }
  38. /* Literal */ .highlight-chroma .highlight-l { color: #1c01ce }
  39. /* LiteralDate */ .highlight-chroma .highlight-ld { color: #1c01ce }
  40. /* LiteralString */ .highlight-chroma .highlight-s { color: #c41a16 }
  41. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #c41a16 }
  42. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #c41a16 }
  43. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #2300ce }
  44. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #c41a16 }
  45. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #c41a16 }
  46. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #c41a16 }
  47. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #c41a16 }
  48. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #c41a16 }
  49. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #c41a16 }
  50. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #c41a16 }
  51. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #c41a16 }
  52. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #c41a16 }
  53. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #c41a16 }
  54. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #1c01ce }
  55. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #1c01ce }
  56. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #1c01ce }
  57. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #1c01ce }
  58. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #1c01ce }
  59. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #1c01ce }
  60. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #1c01ce }
  61. /* Operator */ .highlight-chroma .highlight-o { color: #000000 }
  62. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #000000 }
  63. /* Comment */ .highlight-chroma .highlight-c { color: #177500 }
  64. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #177500 }
  65. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #177500 }
  66. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #177500 }
  67. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #177500 }
  68. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #633820 }
  69. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #633820 }
  70. /*
  71. XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
  72. */
  73. .hljs {
  74. display: block;
  75. overflow-x: auto;
  76. padding: 0.5em;
  77. background: #fff;
  78. color: black;
  79. }
  80. /* Gray DOCTYPE selectors like WebKit */
  81. .xml .hljs-meta {
  82. color: #c0c0c0;
  83. }
  84. .hljs-comment,
  85. .hljs-quote {
  86. color: #007400;
  87. }
  88. .hljs-tag,
  89. .hljs-attribute,
  90. .hljs-keyword,
  91. .hljs-selector-tag,
  92. .hljs-literal,
  93. .hljs-name {
  94. color: #aa0d91;
  95. }
  96. .hljs-variable,
  97. .hljs-template-variable {
  98. color: #3F6E74;
  99. }
  100. .hljs-code,
  101. .hljs-string,
  102. .hljs-meta-string {
  103. color: #c41a16;
  104. }
  105. .hljs-regexp,
  106. .hljs-link {
  107. color: #0E0EFF;
  108. }
  109. .hljs-title,
  110. .hljs-symbol,
  111. .hljs-bullet,
  112. .hljs-number {
  113. color: #1c00cf;
  114. }
  115. .hljs-section,
  116. .hljs-meta {
  117. color: #643820;
  118. }
  119. .hljs-class .hljs-title,
  120. .hljs-type,
  121. .hljs-built_in,
  122. .hljs-builtin-name,
  123. .hljs-params {
  124. color: #5c2699;
  125. }
  126. .hljs-attr {
  127. color: #836C28;
  128. }
  129. .hljs-subst {
  130. color: #000;
  131. }
  132. .hljs-formula {
  133. background-color: #eee;
  134. font-style: italic;
  135. }
  136. .hljs-addition {
  137. background-color: #baeeba;
  138. }
  139. .hljs-deletion {
  140. background-color: #ffc8bd;
  141. }
  142. .hljs-selector-id,
  143. .hljs-selector-class {
  144. color: #9b703f;
  145. }
  146. .hljs-doctag,
  147. .hljs-strong {
  148. font-weight: bold;
  149. }
  150. .hljs-emphasis {
  151. font-style: italic;
  152. }