pygments.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .highlight pre { line-height: 125%; }
  2. .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
  3. .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
  4. .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
  5. .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
  6. .highlight .hll { background-color: #ffffcc }
  7. .highlight { background: #f8f8f8; }
  8. .highlight .c { color: #8f5902; font-style: italic } /* Comment */
  9. .highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
  10. .highlight .g { color: #000000 } /* Generic */
  11. .highlight .k { color: #204a87; font-weight: bold } /* Keyword */
  12. .highlight .l { color: #000000 } /* Literal */
  13. .highlight .n { color: #000000 } /* Name */
  14. .highlight .o { color: #ce5c00; font-weight: bold } /* Operator */
  15. .highlight .x { color: #000000 } /* Other */
  16. .highlight .p { color: #000000; font-weight: bold } /* Punctuation */
  17. .highlight .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */
  18. .highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
  19. .highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
  20. .highlight .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */
  21. .highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
  22. .highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
  23. .highlight .gd { color: #a40000 } /* Generic.Deleted */
  24. .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
  25. .highlight .gr { color: #ef2929 } /* Generic.Error */
  26. .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  27. .highlight .gi { color: #00A000 } /* Generic.Inserted */
  28. .highlight .go { color: #000000; font-style: italic } /* Generic.Output */
  29. .highlight .gp { color: #8f5902 } /* Generic.Prompt */
  30. .highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */
  31. .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  32. .highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
  33. .highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
  34. .highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
  35. .highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
  36. .highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
  37. .highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
  38. .highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
  39. .highlight .ld { color: #000000 } /* Literal.Date */
  40. .highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */
  41. .highlight .s { color: #4e9a06 } /* Literal.String */
  42. .highlight .na { color: #c4a000 } /* Name.Attribute */
  43. .highlight .nb { color: #204a87 } /* Name.Builtin */
  44. .highlight .nc { color: #000000 } /* Name.Class */
  45. .highlight .no { color: #000000 } /* Name.Constant */
  46. .highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
  47. .highlight .ni { color: #ce5c00 } /* Name.Entity */
  48. .highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
  49. .highlight .nf { color: #000000 } /* Name.Function */
  50. .highlight .nl { color: #f57900 } /* Name.Label */
  51. .highlight .nn { color: #000000 } /* Name.Namespace */
  52. .highlight .nx { color: #000000 } /* Name.Other */
  53. .highlight .py { color: #000000 } /* Name.Property */
  54. .highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
  55. .highlight .nv { color: #000000 } /* Name.Variable */
  56. .highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
  57. .highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
  58. .highlight .w { color: #f8f8f8 } /* Text.Whitespace */
  59. .highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
  60. .highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
  61. .highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
  62. .highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
  63. .highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
  64. .highlight .sa { color: #4e9a06 } /* Literal.String.Affix */
  65. .highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
  66. .highlight .sc { color: #4e9a06 } /* Literal.String.Char */
  67. .highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */
  68. .highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
  69. .highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
  70. .highlight .se { color: #4e9a06 } /* Literal.String.Escape */
  71. .highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
  72. .highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
  73. .highlight .sx { color: #4e9a06 } /* Literal.String.Other */
  74. .highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
  75. .highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
  76. .highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
  77. .highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
  78. .highlight .fm { color: #000000 } /* Name.Function.Magic */
  79. .highlight .vc { color: #000000 } /* Name.Variable.Class */
  80. .highlight .vg { color: #000000 } /* Name.Variable.Global */
  81. .highlight .vi { color: #000000 } /* Name.Variable.Instance */
  82. .highlight .vm { color: #000000 } /* Name.Variable.Magic */
  83. .highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
  84. @media not print {
  85. body[data-theme="dark"] .highlight pre { line-height: 125%; }
  86. body[data-theme="dark"] .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
  87. body[data-theme="dark"] .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
  88. body[data-theme="dark"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
  89. body[data-theme="dark"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
  90. body[data-theme="dark"] .highlight .hll { background-color: #404040 }
  91. body[data-theme="dark"] .highlight { background: #202020; color: #d0d0d0 }
  92. body[data-theme="dark"] .highlight .c { color: #ababab; font-style: italic } /* Comment */
  93. body[data-theme="dark"] .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  94. body[data-theme="dark"] .highlight .esc { color: #d0d0d0 } /* Escape */
  95. body[data-theme="dark"] .highlight .g { color: #d0d0d0 } /* Generic */
  96. body[data-theme="dark"] .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */
  97. body[data-theme="dark"] .highlight .l { color: #d0d0d0 } /* Literal */
  98. body[data-theme="dark"] .highlight .n { color: #d0d0d0 } /* Name */
  99. body[data-theme="dark"] .highlight .o { color: #d0d0d0 } /* Operator */
  100. body[data-theme="dark"] .highlight .x { color: #d0d0d0 } /* Other */
  101. body[data-theme="dark"] .highlight .p { color: #d0d0d0 } /* Punctuation */
  102. body[data-theme="dark"] .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */
  103. body[data-theme="dark"] .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */
  104. body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */
  105. body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
  106. body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
  107. body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
  108. body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */
  109. body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
  110. body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */
  111. body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
  112. body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */
  113. body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */
  114. body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
  115. body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
  116. body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
  117. body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */
  118. body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
  119. body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
  120. body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */
  121. body[data-theme="dark"] .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */
  122. body[data-theme="dark"] .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */
  123. body[data-theme="dark"] .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */
  124. body[data-theme="dark"] .highlight .ld { color: #d0d0d0 } /* Literal.Date */
  125. body[data-theme="dark"] .highlight .m { color: #51b2fd } /* Literal.Number */
  126. body[data-theme="dark"] .highlight .s { color: #ed9d13 } /* Literal.String */
  127. body[data-theme="dark"] .highlight .na { color: #bbbbbb } /* Name.Attribute */
  128. body[data-theme="dark"] .highlight .nb { color: #2fbccd } /* Name.Builtin */
  129. body[data-theme="dark"] .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */
  130. body[data-theme="dark"] .highlight .no { color: #40ffff } /* Name.Constant */
  131. body[data-theme="dark"] .highlight .nd { color: #ffa500 } /* Name.Decorator */
  132. body[data-theme="dark"] .highlight .ni { color: #d0d0d0 } /* Name.Entity */
  133. body[data-theme="dark"] .highlight .ne { color: #bbbbbb } /* Name.Exception */
  134. body[data-theme="dark"] .highlight .nf { color: #71adff } /* Name.Function */
  135. body[data-theme="dark"] .highlight .nl { color: #d0d0d0 } /* Name.Label */
  136. body[data-theme="dark"] .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */
  137. body[data-theme="dark"] .highlight .nx { color: #d0d0d0 } /* Name.Other */
  138. body[data-theme="dark"] .highlight .py { color: #d0d0d0 } /* Name.Property */
  139. body[data-theme="dark"] .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */
  140. body[data-theme="dark"] .highlight .nv { color: #40ffff } /* Name.Variable */
  141. body[data-theme="dark"] .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */
  142. body[data-theme="dark"] .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */
  143. body[data-theme="dark"] .highlight .w { color: #666666 } /* Text.Whitespace */
  144. body[data-theme="dark"] .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */
  145. body[data-theme="dark"] .highlight .mf { color: #51b2fd } /* Literal.Number.Float */
  146. body[data-theme="dark"] .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */
  147. body[data-theme="dark"] .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */
  148. body[data-theme="dark"] .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */
  149. body[data-theme="dark"] .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */
  150. body[data-theme="dark"] .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */
  151. body[data-theme="dark"] .highlight .sc { color: #ed9d13 } /* Literal.String.Char */
  152. body[data-theme="dark"] .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */
  153. body[data-theme="dark"] .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */
  154. body[data-theme="dark"] .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */
  155. body[data-theme="dark"] .highlight .se { color: #ed9d13 } /* Literal.String.Escape */
  156. body[data-theme="dark"] .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */
  157. body[data-theme="dark"] .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */
  158. body[data-theme="dark"] .highlight .sx { color: #ffa500 } /* Literal.String.Other */
  159. body[data-theme="dark"] .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */
  160. body[data-theme="dark"] .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */
  161. body[data-theme="dark"] .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */
  162. body[data-theme="dark"] .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */
  163. body[data-theme="dark"] .highlight .fm { color: #71adff } /* Name.Function.Magic */
  164. body[data-theme="dark"] .highlight .vc { color: #40ffff } /* Name.Variable.Class */
  165. body[data-theme="dark"] .highlight .vg { color: #40ffff } /* Name.Variable.Global */
  166. body[data-theme="dark"] .highlight .vi { color: #40ffff } /* Name.Variable.Instance */
  167. body[data-theme="dark"] .highlight .vm { color: #40ffff } /* Name.Variable.Magic */
  168. body[data-theme="dark"] .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */
  169. @media (prefers-color-scheme: dark) {
  170. body:not([data-theme="light"]) .highlight pre { line-height: 125%; }
  171. body:not([data-theme="light"]) .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
  172. body:not([data-theme="light"]) .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
  173. body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
  174. body:not([data-theme="light"]) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
  175. body:not([data-theme="light"]) .highlight .hll { background-color: #404040 }
  176. body:not([data-theme="light"]) .highlight { background: #202020; color: #d0d0d0 }
  177. body:not([data-theme="light"]) .highlight .c { color: #ababab; font-style: italic } /* Comment */
  178. body:not([data-theme="light"]) .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  179. body:not([data-theme="light"]) .highlight .esc { color: #d0d0d0 } /* Escape */
  180. body:not([data-theme="light"]) .highlight .g { color: #d0d0d0 } /* Generic */
  181. body:not([data-theme="light"]) .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */
  182. body:not([data-theme="light"]) .highlight .l { color: #d0d0d0 } /* Literal */
  183. body:not([data-theme="light"]) .highlight .n { color: #d0d0d0 } /* Name */
  184. body:not([data-theme="light"]) .highlight .o { color: #d0d0d0 } /* Operator */
  185. body:not([data-theme="light"]) .highlight .x { color: #d0d0d0 } /* Other */
  186. body:not([data-theme="light"]) .highlight .p { color: #d0d0d0 } /* Punctuation */
  187. body:not([data-theme="light"]) .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */
  188. body:not([data-theme="light"]) .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */
  189. body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */
  190. body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
  191. body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
  192. body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
  193. body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */
  194. body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
  195. body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */
  196. body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
  197. body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */
  198. body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */
  199. body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
  200. body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
  201. body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
  202. body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */
  203. body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
  204. body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
  205. body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */
  206. body:not([data-theme="light"]) .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */
  207. body:not([data-theme="light"]) .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */
  208. body:not([data-theme="light"]) .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */
  209. body:not([data-theme="light"]) .highlight .ld { color: #d0d0d0 } /* Literal.Date */
  210. body:not([data-theme="light"]) .highlight .m { color: #51b2fd } /* Literal.Number */
  211. body:not([data-theme="light"]) .highlight .s { color: #ed9d13 } /* Literal.String */
  212. body:not([data-theme="light"]) .highlight .na { color: #bbbbbb } /* Name.Attribute */
  213. body:not([data-theme="light"]) .highlight .nb { color: #2fbccd } /* Name.Builtin */
  214. body:not([data-theme="light"]) .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */
  215. body:not([data-theme="light"]) .highlight .no { color: #40ffff } /* Name.Constant */
  216. body:not([data-theme="light"]) .highlight .nd { color: #ffa500 } /* Name.Decorator */
  217. body:not([data-theme="light"]) .highlight .ni { color: #d0d0d0 } /* Name.Entity */
  218. body:not([data-theme="light"]) .highlight .ne { color: #bbbbbb } /* Name.Exception */
  219. body:not([data-theme="light"]) .highlight .nf { color: #71adff } /* Name.Function */
  220. body:not([data-theme="light"]) .highlight .nl { color: #d0d0d0 } /* Name.Label */
  221. body:not([data-theme="light"]) .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */
  222. body:not([data-theme="light"]) .highlight .nx { color: #d0d0d0 } /* Name.Other */
  223. body:not([data-theme="light"]) .highlight .py { color: #d0d0d0 } /* Name.Property */
  224. body:not([data-theme="light"]) .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */
  225. body:not([data-theme="light"]) .highlight .nv { color: #40ffff } /* Name.Variable */
  226. body:not([data-theme="light"]) .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */
  227. body:not([data-theme="light"]) .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */
  228. body:not([data-theme="light"]) .highlight .w { color: #666666 } /* Text.Whitespace */
  229. body:not([data-theme="light"]) .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */
  230. body:not([data-theme="light"]) .highlight .mf { color: #51b2fd } /* Literal.Number.Float */
  231. body:not([data-theme="light"]) .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */
  232. body:not([data-theme="light"]) .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */
  233. body:not([data-theme="light"]) .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */
  234. body:not([data-theme="light"]) .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */
  235. body:not([data-theme="light"]) .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */
  236. body:not([data-theme="light"]) .highlight .sc { color: #ed9d13 } /* Literal.String.Char */
  237. body:not([data-theme="light"]) .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */
  238. body:not([data-theme="light"]) .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */
  239. body:not([data-theme="light"]) .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */
  240. body:not([data-theme="light"]) .highlight .se { color: #ed9d13 } /* Literal.String.Escape */
  241. body:not([data-theme="light"]) .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */
  242. body:not([data-theme="light"]) .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */
  243. body:not([data-theme="light"]) .highlight .sx { color: #ffa500 } /* Literal.String.Other */
  244. body:not([data-theme="light"]) .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */
  245. body:not([data-theme="light"]) .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */
  246. body:not([data-theme="light"]) .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */
  247. body:not([data-theme="light"]) .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */
  248. body:not([data-theme="light"]) .highlight .fm { color: #71adff } /* Name.Function.Magic */
  249. body:not([data-theme="light"]) .highlight .vc { color: #40ffff } /* Name.Variable.Class */
  250. body:not([data-theme="light"]) .highlight .vg { color: #40ffff } /* Name.Variable.Global */
  251. body:not([data-theme="light"]) .highlight .vi { color: #40ffff } /* Name.Variable.Instance */
  252. body:not([data-theme="light"]) .highlight .vm { color: #40ffff } /* Name.Variable.Magic */
  253. body:not([data-theme="light"]) .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */
  254. }
  255. }