/* 浅色主题语法高亮 */
pre .hll { background-color: #ffffcc }
pre  { background: #f8f8ff; }
pre .c { color: #6a737d; font-style: italic } /* Comment */
pre .err { border: 1px solid #d73a49 } /* Error */
pre .k { color: #d73a49; font-weight: bold } /* Keyword */
pre .o { color: #6a737d } /* Operator */
pre .cm { color: #6a737d; font-style: italic } /* Comment.Multiline */
pre .cp { color: #6a737d } /* Comment.Preproc */
pre .c1 { color: #6a737d; font-style: italic } /* Comment.Single */
pre .cs { color: #6a737d; background-color: #fff0f0 } /* Comment.Special */
pre .gd { color: #d73a49 } /* Generic.Deleted */
pre .ge { font-style: italic } /* Generic.Emph */
pre .gr { color: #d73a49 } /* Generic.Error */
pre .gh { color: #005cc5; font-weight: bold } /* Generic.Heading */
pre .gi { color: #28a745 } /* Generic.Inserted */
pre .go { color: #6a737d } /* Generic.Output */
pre .gp { color: #e36209; font-weight: bold } /* Generic.Prompt */
pre .gs { font-weight: bold } /* Generic.Strong */
pre .gu { color: #6f42c1; font-weight: bold } /* Generic.Subheading */
pre .gt { color: #005cc5 } /* Generic.Traceback */
pre .kc { color: #d73a49; font-weight: bold } /* Keyword.Constant */
pre .kd { color: #d73a49; font-weight: bold } /* Keyword.Declaration */
pre .kn { color: #d73a49; font-weight: bold } /* Keyword.Namespace */
pre .kp { color: #d73a49 } /* Keyword.Pseudo */
pre .kr { color: #d73a49; font-weight: bold } /* Keyword.Reserved */
pre .kt { color: #d73a49 } /* Keyword.Type */
pre .m { color: #005cc5 } /* Literal.Number */
pre .s { color: #032f62 } /* Literal.String */
pre .na { color: #6f42c1 } /* Name.Attribute */
pre .nb { color: #005cc5 } /* Name.Builtin */
pre .nc { color: #6f42c1; font-weight: bold } /* Name.Class */
pre .no { color: #005cc5 } /* Name.Constant */
pre .nd { color: #6f42c1; font-weight: bold } /* Name.Decorator */
pre .ni { color: #e36209; font-weight: bold } /* Name.Entity */
pre .ne { color: #d73a49 } /* Name.Exception */
pre .nf { color: #6f42c1 } /* Name.Function */
pre .nl { color: #005cc5; font-weight: bold } /* Name.Label */
pre .nn { color: #6f42c1; font-weight: bold } /* Name.Namespace */
pre .nt { color: #22863a; font-weight: bold } /* Name.Tag */
pre .nv { color: #e36209 } /* Name.Variable */
pre .ow { color: #d73a49; font-weight: bold } /* Operator.Word */
pre .w { color: #bbbbbb } /* Text.Whitespace */
pre .mb { color: #005cc5 } /* Literal.Number.Bin */
pre .mf { color: #005cc5 } /* Literal.Number.Float */
pre .mh { color: #005cc5 } /* Literal.Number.Hex */
pre .mi { color: #005cc5 } /* Literal.Number.Integer */
pre .mo { color: #005cc5 } /* Literal.Number.Oct */
pre .sb { color: #032f62 } /* Literal.String.Backtick */
pre .sc { color: #032f62 } /* Literal.String.Char */
pre .sd { color: #032f62; font-style: italic } /* Literal.String.Doc */
pre .s2 { color: #032f62 } /* Literal.String.Double */
pre .se { color: #032f62; font-weight: bold } /* Literal.String.Escape */
pre .sh { color: #032f62 } /* Literal.String.Heredoc */
pre .si { color: #032f62; font-style: italic } /* Literal.String.Interpol */
pre .sx { color: #e36209 } /* Literal.String.Other */
pre .sr { color: #032f62 } /* Literal.String.Regex */
pre .s1 { color: #032f62 } /* Literal.String.Single */
pre .ss { color: #005cc5 } /* Literal.String.Symbol */
pre .bp { color: #005cc5 } /* Name.Builtin.Pseudo */
pre .vc { color: #e36209 } /* Name.Variable.Class */
pre .vg { color: #e36209 } /* Name.Variable.Global */
pre .vi { color: #e36209 } /* Name.Variable.Instance */
pre .il { color: #005cc5 } /* Literal.Number.Integer.Long */.syntax pre .hll { background-color: #ffffcc }
.syntax pre  { background: #ffffff; }
.syntax pre .c { color: #FF0000; font-style: italic } /* Comment */
.syntax pre .k { color: #0000FF } /* Keyword */
.syntax pre .cm { color: #FF0000; font-style: italic } /* Comment.Multiline */
.syntax pre .cp { color: #FF0000; font-style: italic } /* Comment.Preproc */
.syntax pre .c1 { color: #FF0000; font-style: italic } /* Comment.Single */
.syntax pre .cs { color: #FF0000; font-style: italic } /* Comment.Special */
.syntax pre .kc { color: #0000FF } /* Keyword.Constant */
.syntax pre .kd { color: #0000FF } /* Keyword.Declaration */
.syntax pre .kn { color: #0000FF } /* Keyword.Namespace */
.syntax pre .kp { color: #0000FF } /* Keyword.Pseudo */
.syntax pre .kr { color: #0000FF } /* Keyword.Reserved */
.syntax pre .kt { color: #0000FF } /* Keyword.Type */
.syntax pre .s { color: #009C00 } /* Literal.String */
.syntax pre .nc { color: #007575 } /* Name.Class */
.syntax pre .nd { color: #CC00A3 } /* Name.Decorator */
.syntax pre .nf { color: #C34E00 } /* Name.Function */
.syntax pre .sb { color: #009C00 } /* Literal.String.Backtick */
.syntax pre .sc { color: #009C00 } /* Literal.String.Char */
.syntax pre .sd { color: #009C00 } /* Literal.String.Doc */
.syntax pre .s2 { color: #009C00 } /* Literal.String.Double */
.syntax pre .se { color: #009C00 } /* Literal.String.Escape */
.syntax pre .sh { color: #009C00 } /* Literal.String.Heredoc */
.syntax pre .si { color: #009C00 } /* Literal.String.Interpol */
.syntax pre .sx { color: #009C00 } /* Literal.String.Other */
.syntax pre .sr { color: #009C00 } /* Literal.String.Regex */
.syntax pre .s1 { color: #009C00 } /* Literal.String.Single */
.syntax pre .ss { color: #009C00 } /* Literal.String.Symbol */

/* 深色主题语法高亮 */
[data-theme="dark"] pre .hll { background-color: #2d3748 }
[data-theme="dark"] pre  { background: #2d2d2d; }
[data-theme="dark"] pre .c { color: #9ca3af; font-style: italic } /* Comment */
[data-theme="dark"] pre .err { border: 1px solid #f87171 } /* Error */
[data-theme="dark"] pre .k { color: #f87171; font-weight: bold } /* Keyword */
[data-theme="dark"] pre .o { color: #9ca3af } /* Operator */
[data-theme="dark"] pre .cm { color: #9ca3af; font-style: italic } /* Comment.Multiline */
[data-theme="dark"] pre .cp { color: #9ca3af } /* Comment.Preproc */
[data-theme="dark"] pre .c1 { color: #9ca3af; font-style: italic } /* Comment.Single */
[data-theme="dark"] pre .cs { color: #9ca3af; background-color: #374151 } /* Comment.Special */
[data-theme="dark"] pre .gd { color: #f87171 } /* Generic.Deleted */
[data-theme="dark"] pre .ge { font-style: italic } /* Generic.Emph */
[data-theme="dark"] pre .gr { color: #f87171 } /* Generic.Error */
[data-theme="dark"] pre .gh { color: #60a5fa; font-weight: bold } /* Generic.Heading */
[data-theme="dark"] pre .gi { color: #34d399 } /* Generic.Inserted */
[data-theme="dark"] pre .go { color: #9ca3af } /* Generic.Output */
[data-theme="dark"] pre .gp { color: #fbbf24; font-weight: bold } /* Generic.Prompt */
[data-theme="dark"] pre .gs { font-weight: bold } /* Generic.Strong */
[data-theme="dark"] pre .gu { color: #a78bfa; font-weight: bold } /* Generic.Subheading */
[data-theme="dark"] pre .gt { color: #60a5fa } /* Generic.Traceback */
[data-theme="dark"] pre .kc { color: #f87171; font-weight: bold } /* Keyword.Constant */
[data-theme="dark"] pre .kd { color: #f87171; font-weight: bold } /* Keyword.Declaration */
[data-theme="dark"] pre .kn { color: #f87171; font-weight: bold } /* Keyword.Namespace */
[data-theme="dark"] pre .kp { color: #f87171 } /* Keyword.Pseudo */
[data-theme="dark"] pre .kr { color: #f87171; font-weight: bold } /* Keyword.Reserved */
[data-theme="dark"] pre .kt { color: #f87171 } /* Keyword.Type */
[data-theme="dark"] pre .m { color: #60a5fa } /* Literal.Number */
[data-theme="dark"] pre .s { color: #a7f3d0 } /* Literal.String */
[data-theme="dark"] pre .na { color: #a78bfa } /* Name.Attribute */
[data-theme="dark"] pre .nb { color: #60a5fa } /* Name.Builtin */
[data-theme="dark"] pre .nc { color: #a78bfa; font-weight: bold } /* Name.Class */
[data-theme="dark"] pre .no { color: #60a5fa } /* Name.Constant */
[data-theme="dark"] pre .nd { color: #a78bfa; font-weight: bold } /* Name.Decorator */
[data-theme="dark"] pre .ni { color: #fbbf24; font-weight: bold } /* Name.Entity */
[data-theme="dark"] pre .ne { color: #f87171 } /* Name.Exception */
[data-theme="dark"] pre .nf { color: #a78bfa } /* Name.Function */
[data-theme="dark"] pre .nl { color: #60a5fa; font-weight: bold } /* Name.Label */
[data-theme="dark"] pre .nn { color: #a78bfa; font-weight: bold } /* Name.Namespace */
[data-theme="dark"] pre .nt { color: #34d399; font-weight: bold } /* Name.Tag */
[data-theme="dark"] pre .nv { color: #fbbf24 } /* Name.Variable */
[data-theme="dark"] pre .ow { color: #f87171; font-weight: bold } /* Operator.Word */
[data-theme="dark"] pre .w { color: #6b7280 } /* Text.Whitespace */
[data-theme="dark"] pre .mb { color: #60a5fa } /* Literal.Number.Bin */
[data-theme="dark"] pre .mf { color: #60a5fa } /* Literal.Number.Float */
[data-theme="dark"] pre .mh { color: #60a5fa } /* Literal.Number.Hex */
[data-theme="dark"] pre .mi { color: #60a5fa } /* Literal.Number.Integer */
[data-theme="dark"] pre .mo { color: #60a5fa } /* Literal.Number.Oct */
[data-theme="dark"] pre .sb { color: #a7f3d0 } /* Literal.String.Backtick */
[data-theme="dark"] pre .sc { color: #a7f3d0 } /* Literal.String.Char */
[data-theme="dark"] pre .sd { color: #a7f3d0; font-style: italic } /* Literal.String.Doc */
[data-theme="dark"] pre .s2 { color: #a7f3d0 } /* Literal.String.Double */
[data-theme="dark"] pre .se { color: #a7f3d0; font-weight: bold } /* Literal.String.Escape */
[data-theme="dark"] pre .sh { color: #a7f3d0 } /* Literal.String.Heredoc */
[data-theme="dark"] pre .si { color: #a7f3d0; font-style: italic } /* Literal.String.Interpol */
[data-theme="dark"] pre .sx { color: #fbbf24 } /* Literal.String.Other */
[data-theme="dark"] pre .sr { color: #a7f3d0 } /* Literal.String.Regex */
[data-theme="dark"] pre .s1 { color: #a7f3d0 } /* Literal.String.Single */
[data-theme="dark"] pre .ss { color: #60a5fa } /* Literal.String.Symbol */
[data-theme="dark"] pre .bp { color: #60a5fa } /* Name.Builtin.Pseudo */
[data-theme="dark"] pre .vc { color: #fbbf24 } /* Name.Variable.Class */
[data-theme="dark"] pre .vg { color: #fbbf24 } /* Name.Variable.Global */
[data-theme="dark"] pre .vi { color: #fbbf24 } /* Name.Variable.Instance */
[data-theme="dark"] pre .il { color: #60a5fa } /* Literal.Number.Integer.Long */
