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