.highlight pre { line-height: 125%; } .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #0000ff } .highlight { background: #000000; color: #DDD } .highlight .c { color: #0F0 } /* Comment */ .highlight .err { color: #DDD } /* Error */ .highlight .esc { color: #DDD } /* Escape */ .highlight .g { color: #DDD } /* Generic */ .highlight .k { color: #F00 } /* Keyword */ .highlight .l { color: #DDD } /* Literal */ .highlight .n { color: #DDD } /* Name */ .highlight .o { color: #DDD } /* Operator */ .highlight .x { color: #DDD } /* Other */ .highlight .p { color: #DDD } /* Punctuation */ .highlight .ch { color: #0F0 } /* Comment.Hashbang */ .highlight .cm { color: #0F0 } /* Comment.Multiline */ .highlight .cp { color: #E5E5E5 } /* Comment.Preproc */ .highlight .cpf { color: #0F0 } /* Comment.PreprocFile */ .highlight .c1 { color: #0F0 } /* Comment.Single */ .highlight .cs { color: #0F0 } /* Comment.Special */ .highlight .gd { color: #DDD } /* Generic.Deleted */ .highlight .ge { color: #DDD } /* Generic.Emph */ .highlight .ges { color: #DDD } /* Generic.EmphStrong */ .highlight .gr { color: #DDD } /* Generic.Error */ .highlight .gh { color: #DDD } /* Generic.Heading */ .highlight .gi { color: #DDD } /* Generic.Inserted */ .highlight .go { color: #DDD } /* Generic.Output */ .highlight .gp { color: #DDD } /* Generic.Prompt */ .highlight .gs { color: #DDD } /* Generic.Strong */ .highlight .gu { color: #DDD } /* Generic.Subheading */ .highlight .gt { color: #DDD } /* Generic.Traceback */ .highlight .kc { color: #F00 } /* Keyword.Constant */ .highlight .kd { color: #F00 } /* Keyword.Declaration */ .highlight .kn { color: #F00 } /* Keyword.Namespace */ .highlight .kp { color: #F00 } /* Keyword.Pseudo */ .highlight .kr { color: #F00 } /* Keyword.Reserved */ .highlight .kt { color: #EE82EE } /* Keyword.Type */ .highlight .ld { color: #DDD } /* Literal.Date */ .highlight .m { color: #F0F } /* Literal.Number */ .highlight .s { color: #87CEEB } /* Literal.String */ .highlight .na { color: #DDD } /* Name.Attribute */ .highlight .nb { color: #DDD } /* Name.Builtin */ .highlight .nc { color: #DDD } /* Name.Class */ .highlight .no { color: #7FFFD4 } /* Name.Constant */ .highlight .nd { color: #DDD } /* Name.Decorator */ .highlight .ni { color: #DDD } /* Name.Entity */ .highlight .ne { color: #DDD } /* Name.Exception */ .highlight .nf { color: #FF0 } /* Name.Function */ .highlight .nl { color: #DDD } /* Name.Label */ .highlight .nn { color: #DDD } /* Name.Namespace */ .highlight .nx { color: #DDD } /* Name.Other */ .highlight .py { color: #DDD } /* Name.Property */ .highlight .nt { color: #DDD } /* Name.Tag */ .highlight .nv { color: #EEDD82 } /* Name.Variable */ .highlight .ow { color: #F00 } /* Operator.Word */ .highlight .pm { color: #DDD } /* Punctuation.Marker */ .highlight .w { color: #DDD } /* Text.Whitespace */ .highlight .mb { color: #F0F } /* Literal.Number.Bin */ .highlight .mf { color: #F0F } /* Literal.Number.Float */ .highlight .mh { color: #F0F } /* Literal.Number.Hex */ .highlight .mi { color: #F0F } /* Literal.Number.Integer */ .highlight .mo { color: #F0F } /* Literal.Number.Oct */ .highlight .sa { color: #87CEEB } /* Literal.String.Affix */ .highlight .sb { color: #87CEEB } /* Literal.String.Backtick */ .highlight .sc { color: #87CEEB } /* Literal.String.Char */ .highlight .dl { color: #87CEEB } /* Literal.String.Delimiter */ .highlight .sd { color: #87CEEB } /* Literal.String.Doc */ .highlight .s2 { color: #87CEEB } /* Literal.String.Double */ .highlight .se { color: #87CEEB } /* Literal.String.Escape */ .highlight .sh { color: #87CEEB } /* Literal.String.Heredoc */ .highlight .si { color: #87CEEB } /* Literal.String.Interpol */ .highlight .sx { color: #87CEEB } /* Literal.String.Other */ .highlight .sr { color: #87CEEB } /* Literal.String.Regex */ .highlight .s1 { color: #87CEEB } /* Literal.String.Single */ .highlight .ss { color: #87CEEB } /* Literal.String.Symbol */ .highlight .bp { color: #DDD } /* Name.Builtin.Pseudo */ .highlight .fm { color: #FF0 } /* Name.Function.Magic */ .highlight .vc { color: #EEDD82 } /* Name.Variable.Class */ .highlight .vg { color: #EEDD82 } /* Name.Variable.Global */ .highlight .vi { color: #EEDD82 } /* Name.Variable.Instance */ .highlight .vm { color: #EEDD82 } /* Name.Variable.Magic */ .highlight .il { color: #F0F } /* Literal.Number.Integer.Long */ @media not print { body[data-theme="dark"] .highlight pre { line-height: 125%; } body[data-theme="dark"] .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } body[data-theme="dark"] .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } body[data-theme="dark"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body[data-theme="dark"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body[data-theme="dark"] .highlight .hll { background-color: #ffd9002e } body[data-theme="dark"] .highlight { background: #2b2b2b; color: #F8F8F2 } body[data-theme="dark"] .highlight .c { color: #D4D0AB } /* Comment */ body[data-theme="dark"] .highlight .err { color: #FFA07A } /* Error */ body[data-theme="dark"] .highlight .k { color: #DCC6E0 } /* Keyword */ body[data-theme="dark"] .highlight .l { color: #F5AB35 } /* Literal */ body[data-theme="dark"] .highlight .n { color: #F8F8F2 } /* Name */ body[data-theme="dark"] .highlight .o { color: #ABE338 } /* Operator */ body[data-theme="dark"] .highlight .p { color: #F8F8F2 } /* Punctuation */ body[data-theme="dark"] .highlight .ch { color: #D4D0AB } /* Comment.Hashbang */ body[data-theme="dark"] .highlight .cm { color: #D4D0AB } /* Comment.Multiline */ body[data-theme="dark"] .highlight .cp { color: #D4D0AB } /* Comment.Preproc */ body[data-theme="dark"] .highlight .cpf { color: #D4D0AB } /* Comment.PreprocFile */ body[data-theme="dark"] .highlight .c1 { color: #D4D0AB } /* Comment.Single */ body[data-theme="dark"] .highlight .cs { color: #D4D0AB } /* Comment.Special */ body[data-theme="dark"] .highlight .gd { color: #00E0E0 } /* Generic.Deleted */ body[data-theme="dark"] .highlight .ge { font-style: italic } /* Generic.Emph */ body[data-theme="dark"] .highlight .gh { color: #00E0E0 } /* Generic.Heading */ body[data-theme="dark"] .highlight .gs { font-weight: bold } /* Generic.Strong */ body[data-theme="dark"] .highlight .gu { color: #00E0E0 } /* Generic.Subheading */ body[data-theme="dark"] .highlight .kc { color: #DCC6E0 } /* Keyword.Constant */ body[data-theme="dark"] .highlight .kd { color: #DCC6E0 } /* Keyword.Declaration */ body[data-theme="dark"] .highlight .kn { color: #DCC6E0 } /* Keyword.Namespace */ body[data-theme="dark"] .highlight .kp { color: #DCC6E0 } /* Keyword.Pseudo */ body[data-theme="dark"] .highlight .kr { color: #DCC6E0 } /* Keyword.Reserved */ body[data-theme="dark"] .highlight .kt { color: #F5AB35 } /* Keyword.Type */ body[data-theme="dark"] .highlight .ld { color: #F5AB35 } /* Literal.Date */ body[data-theme="dark"] .highlight .m { color: #F5AB35 } /* Literal.Number */ body[data-theme="dark"] .highlight .s { color: #ABE338 } /* Literal.String */ body[data-theme="dark"] .highlight .na { color: #FFD700 } /* Name.Attribute */ body[data-theme="dark"] .highlight .nb { color: #F5AB35 } /* Name.Builtin */ body[data-theme="dark"] .highlight .nc { color: #00E0E0 } /* Name.Class */ body[data-theme="dark"] .highlight .no { color: #00E0E0 } /* Name.Constant */ body[data-theme="dark"] .highlight .nd { color: #F5AB35 } /* Name.Decorator */ body[data-theme="dark"] .highlight .ni { color: #ABE338 } /* Name.Entity */ body[data-theme="dark"] .highlight .ne { color: #DCC6E0 } /* Name.Exception */ body[data-theme="dark"] .highlight .nf { color: #00E0E0 } /* Name.Function */ body[data-theme="dark"] .highlight .nl { color: #F5AB35 } /* Name.Label */ body[data-theme="dark"] .highlight .nn { color: #F8F8F2 } /* Name.Namespace */ body[data-theme="dark"] .highlight .nx { color: #F8F8F2 } /* Name.Other */ body[data-theme="dark"] .highlight .py { color: #00E0E0 } /* Name.Property */ body[data-theme="dark"] .highlight .nt { color: #00E0E0 } /* Name.Tag */ body[data-theme="dark"] .highlight .nv { color: #FFA07A } /* Name.Variable */ body[data-theme="dark"] .highlight .ow { color: #DCC6E0 } /* Operator.Word */ body[data-theme="dark"] .highlight .pm { color: #F8F8F2 } /* Punctuation.Marker */ body[data-theme="dark"] .highlight .w { color: #F8F8F2 } /* Text.Whitespace */ body[data-theme="dark"] .highlight .mb { color: #F5AB35 } /* Literal.Number.Bin */ body[data-theme="dark"] .highlight .mf { color: #F5AB35 } /* Literal.Number.Float */ body[data-theme="dark"] .highlight .mh { color: #F5AB35 } /* Literal.Number.Hex */ body[data-theme="dark"] .highlight .mi { color: #F5AB35 } /* Literal.Number.Integer */ body[data-theme="dark"] .highlight .mo { color: #F5AB35 } /* Literal.Number.Oct */ body[data-theme="dark"] .highlight .sa { color: #ABE338 } /* Literal.String.Affix */ body[data-theme="dark"] .highlight .sb { color: #ABE338 } /* Literal.String.Backtick */ body[data-theme="dark"] .highlight .sc { color: #ABE338 } /* Literal.String.Char */ body[data-theme="dark"] .highlight .dl { color: #ABE338 } /* Literal.String.Delimiter */ body[data-theme="dark"] .highlight .sd { color: #ABE338 } /* Literal.String.Doc */ body[data-theme="dark"] .highlight .s2 { color: #ABE338 } /* Literal.String.Double */ body[data-theme="dark"] .highlight .se { color: #ABE338 } /* Literal.String.Escape */ body[data-theme="dark"] .highlight .sh { color: #ABE338 } /* Literal.String.Heredoc */ body[data-theme="dark"] .highlight .si { color: #ABE338 } /* Literal.String.Interpol */ body[data-theme="dark"] .highlight .sx { color: #ABE338 } /* Literal.String.Other */ body[data-theme="dark"] .highlight .sr { color: #FFA07A } /* Literal.String.Regex */ body[data-theme="dark"] .highlight .s1 { color: #ABE338 } /* Literal.String.Single */ body[data-theme="dark"] .highlight .ss { color: #00E0E0 } /* Literal.String.Symbol */ body[data-theme="dark"] .highlight .bp { color: #F5AB35 } /* Name.Builtin.Pseudo */ body[data-theme="dark"] .highlight .fm { color: #00E0E0 } /* Name.Function.Magic */ body[data-theme="dark"] .highlight .vc { color: #FFA07A } /* Name.Variable.Class */ body[data-theme="dark"] .highlight .vg { color: #FFA07A } /* Name.Variable.Global */ body[data-theme="dark"] .highlight .vi { color: #FFA07A } /* Name.Variable.Instance */ body[data-theme="dark"] .highlight .vm { color: #F5AB35 } /* Name.Variable.Magic */ body[data-theme="dark"] .highlight .il { color: #F5AB35 } /* Literal.Number.Integer.Long */ @media (prefers-color-scheme: dark) { body:not([data-theme="light"]) .highlight pre { line-height: 125%; } body:not([data-theme="light"]) .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } body:not([data-theme="light"]) .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body:not([data-theme="light"]) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body:not([data-theme="light"]) .highlight .hll { background-color: #ffd9002e } body:not([data-theme="light"]) .highlight { background: #2b2b2b; color: #F8F8F2 } body:not([data-theme="light"]) .highlight .c { color: #D4D0AB } /* Comment */ body:not([data-theme="light"]) .highlight .err { color: #FFA07A } /* Error */ body:not([data-theme="light"]) .highlight .k { color: #DCC6E0 } /* Keyword */ body:not([data-theme="light"]) .highlight .l { color: #F5AB35 } /* Literal */ body:not([data-theme="light"]) .highlight .n { color: #F8F8F2 } /* Name */ body:not([data-theme="light"]) .highlight .o { color: #ABE338 } /* Operator */ body:not([data-theme="light"]) .highlight .p { color: #F8F8F2 } /* Punctuation */ body:not([data-theme="light"]) .highlight .ch { color: #D4D0AB } /* Comment.Hashbang */ body:not([data-theme="light"]) .highlight .cm { color: #D4D0AB } /* Comment.Multiline */ body:not([data-theme="light"]) .highlight .cp { color: #D4D0AB } /* Comment.Preproc */ body:not([data-theme="light"]) .highlight .cpf { color: #D4D0AB } /* Comment.PreprocFile */ body:not([data-theme="light"]) .highlight .c1 { color: #D4D0AB } /* Comment.Single */ body:not([data-theme="light"]) .highlight .cs { color: #D4D0AB } /* Comment.Special */ body:not([data-theme="light"]) .highlight .gd { color: #00E0E0 } /* Generic.Deleted */ body:not([data-theme="light"]) .highlight .ge { font-style: italic } /* Generic.Emph */ body:not([data-theme="light"]) .highlight .gh { color: #00E0E0 } /* Generic.Heading */ body:not([data-theme="light"]) .highlight .gs { font-weight: bold } /* Generic.Strong */ body:not([data-theme="light"]) .highlight .gu { color: #00E0E0 } /* Generic.Subheading */ body:not([data-theme="light"]) .highlight .kc { color: #DCC6E0 } /* Keyword.Constant */ body:not([data-theme="light"]) .highlight .kd { color: #DCC6E0 } /* Keyword.Declaration */ body:not([data-theme="light"]) .highlight .kn { color: #DCC6E0 } /* Keyword.Namespace */ body:not([data-theme="light"]) .highlight .kp { color: #DCC6E0 } /* Keyword.Pseudo */ body:not([data-theme="light"]) .highlight .kr { color: #DCC6E0 } /* Keyword.Reserved */ body:not([data-theme="light"]) .highlight .kt { color: #F5AB35 } /* Keyword.Type */ body:not([data-theme="light"]) .highlight .ld { color: #F5AB35 } /* Literal.Date */ body:not([data-theme="light"]) .highlight .m { color: #F5AB35 } /* Literal.Number */ body:not([data-theme="light"]) .highlight .s { color: #ABE338 } /* Literal.String */ body:not([data-theme="light"]) .highlight .na { color: #FFD700 } /* Name.Attribute */ body:not([data-theme="light"]) .highlight .nb { color: #F5AB35 } /* Name.Builtin */ body:not([data-theme="light"]) .highlight .nc { color: #00E0E0 } /* Name.Class */ body:not([data-theme="light"]) .highlight .no { color: #00E0E0 } /* Name.Constant */ body:not([data-theme="light"]) .highlight .nd { color: #F5AB35 } /* Name.Decorator */ body:not([data-theme="light"]) .highlight .ni { color: #ABE338 } /* Name.Entity */ body:not([data-theme="light"]) .highlight .ne { color: #DCC6E0 } /* Name.Exception */ body:not([data-theme="light"]) .highlight .nf { color: #00E0E0 } /* Name.Function */ body:not([data-theme="light"]) .highlight .nl { color: #F5AB35 } /* Name.Label */ body:not([data-theme="light"]) .highlight .nn { color: #F8F8F2 } /* Name.Namespace */ body:not([data-theme="light"]) .highlight .nx { color: #F8F8F2 } /* Name.Other */ body:not([data-theme="light"]) .highlight .py { color: #00E0E0 } /* Name.Property */ body:not([data-theme="light"]) .highlight .nt { color: #00E0E0 } /* Name.Tag */ body:not([data-theme="light"]) .highlight .nv { color: #FFA07A } /* Name.Variable */ body:not([data-theme="light"]) .highlight .ow { color: #DCC6E0 } /* Operator.Word */ body:not([data-theme="light"]) .highlight .pm { color: #F8F8F2 } /* Punctuation.Marker */ body:not([data-theme="light"]) .highlight .w { color: #F8F8F2 } /* Text.Whitespace */ body:not([data-theme="light"]) .highlight .mb { color: #F5AB35 } /* Literal.Number.Bin */ body:not([data-theme="light"]) .highlight .mf { color: #F5AB35 } /* Literal.Number.Float */ body:not([data-theme="light"]) .highlight .mh { color: #F5AB35 } /* Literal.Number.Hex */ body:not([data-theme="light"]) .highlight .mi { color: #F5AB35 } /* Literal.Number.Integer */ body:not([data-theme="light"]) .highlight .mo { color: #F5AB35 } /* Literal.Number.Oct */ body:not([data-theme="light"]) .highlight .sa { color: #ABE338 } /* Literal.String.Affix */ body:not([data-theme="light"]) .highlight .sb { color: #ABE338 } /* Literal.String.Backtick */ body:not([data-theme="light"]) .highlight .sc { color: #ABE338 } /* Literal.String.Char */ body:not([data-theme="light"]) .highlight .dl { color: #ABE338 } /* Literal.String.Delimiter */ body:not([data-theme="light"]) .highlight .sd { color: #ABE338 } /* Literal.String.Doc */ body:not([data-theme="light"]) .highlight .s2 { color: #ABE338 } /* Literal.String.Double */ body:not([data-theme="light"]) .highlight .se { color: #ABE338 } /* Literal.String.Escape */ body:not([data-theme="light"]) .highlight .sh { color: #ABE338 } /* Literal.String.Heredoc */ body:not([data-theme="light"]) .highlight .si { color: #ABE338 } /* Literal.String.Interpol */ body:not([data-theme="light"]) .highlight .sx { color: #ABE338 } /* Literal.String.Other */ body:not([data-theme="light"]) .highlight .sr { color: #FFA07A } /* Literal.String.Regex */ body:not([data-theme="light"]) .highlight .s1 { color: #ABE338 } /* Literal.String.Single */ body:not([data-theme="light"]) .highlight .ss { color: #00E0E0 } /* Literal.String.Symbol */ body:not([data-theme="light"]) .highlight .bp { color: #F5AB35 } /* Name.Builtin.Pseudo */ body:not([data-theme="light"]) .highlight .fm { color: #00E0E0 } /* Name.Function.Magic */ body:not([data-theme="light"]) .highlight .vc { color: #FFA07A } /* Name.Variable.Class */ body:not([data-theme="light"]) .highlight .vg { color: #FFA07A } /* Name.Variable.Global */ body:not([data-theme="light"]) .highlight .vi { color: #FFA07A } /* Name.Variable.Instance */ body:not([data-theme="light"]) .highlight .vm { color: #F5AB35 } /* Name.Variable.Magic */ body:not([data-theme="light"]) .highlight .il { color: #F5AB35 } /* Literal.Number.Integer.Long */ } }