.chroma { background-color: #f0f3f3 }
.chroma .x {  }
.chroma .err { color: #aa0000; background-color: #ffaaaa }
.chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
.chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
.chroma .hl { display: block; width: 100%;background-color: #ffffcc }
.chroma .hl { display: block; width: 100%; background-color: #f0f3f3; font-weight: bold; }
.chroma .hl span { font-weight: bold; }
.chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
.chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
.chroma .k { color: #006699; font-weight: 500 }
.chroma .kc { color: #006699; font-weight: 500 }
.chroma .kd { color: #006699; font-weight: 500 }
.chroma .kn { color: #006699; font-weight: 500 }
.chroma .kp { color: #006699 }
.chroma .kr { color: #006699; font-weight: 500 }
.chroma .kt { color: #007788; font-weight: 500 }
.chroma .n { color: #0f172a }
.chroma .na { color: #330099 }
.chroma .nb { color: #336666 }
.chroma .bp {  }
.chroma .nc { color: #50b300; font-weight: 500 }
.chroma .no { color: #336600 }
.chroma .nd { color: #9999ff }
.chroma .ni { color: #999999; font-weight: 500 }
.chroma .ne { color: #cc0000; font-weight: 500 }
.chroma .nf { color: #cc00ff }
.chroma .fm {  }
.chroma .nl { color: #9999ff }
.chroma .nn { color: #00ccff; font-weight: 500 }
.chroma .nx { color: #699d00 }
.chroma .py { color: #0f172a }
.chroma .nt { color: #330099; font-weight: 500 }
.chroma .nv { color: #003333 }
.chroma .vc {  }
.chroma .vg {  }
.chroma .vi {  }
.chroma .vm {  }
.chroma .l { color: #8447f7 }
.chroma .ld {  }
.chroma .s { color: #cc3300 }
.chroma .sa { color: #cc3300 }
.chroma .sb { color: #cc3300 }
.chroma .sc { color: #cc3300 }
.chroma .dl { color: #cc3300 }
.chroma .sd { color: #cc3300; font-style: italic }
.chroma .s2 { color: #cc3300 }
.chroma .se { color: #cc3300; font-weight: 500 }
.chroma .sh { color: #cc3300 }
.chroma .si { color: #aa0000 }
.chroma .sx { color: #cc3300 }
.chroma .sr { color: #33aaaa }
.chroma .s1 { color: #cc3300 }
.chroma .ss { color: #ffcc33 }
.chroma .m { color: #ff6600 }
.chroma .mb { color: #ff6600 }
.chroma .mf { color: #ff6600 }
.chroma .mh { color: #ff6600 }
.chroma .mi { color: #ff6600 }
.chroma .il { color: #ff6600 }
.chroma .mo { color: #ff6600 }
.chroma .o { color: #555555 }
.chroma .ow { color: #000000; font-weight: 500 }
.chroma .p { color: #0f172a }
.chroma .c { color: #0099ff; font-style: italic }
.chroma .ch { color: #0099ff; font-style: italic }
.chroma .cm { color: #0099ff; font-style: italic }
.chroma .c1 { color: #0099ff; font-style: italic }
.chroma .cs { color: #0099ff; font-weight: 500; font-style: italic }
.chroma .cp { color: #009999 }
.chroma .cpf { color: #009999 }
.chroma .g {  }
.chroma .gd { background-color: #ffcccc }
.chroma .ge { font-style: italic }
.chroma .gr { color: #ff0000 }
.chroma .gh { color: #003300; font-weight: 500 }
.chroma .gi { background-color: #ccffcc }
.chroma .go { color: #aaaaaa }
.chroma .gp { color: #000099; font-weight: 500 }
.chroma .gs { font-weight: 500 }
.chroma .gu { color: #003300; font-weight: 500 }
.chroma .gt { color: #99cc66 }
.chroma .gl { text-decoration: underline }
.chroma .w { color: #bbbbbb }
code.language-bash { color: #0f172a }

[theme-dark] .chroma { color: #f8f8f2; background-color: #272822 }
[theme-dark] .chroma .x {  }
[theme-dark] .chroma .err { color: #960050; background-color: #1e0010 }
[theme-dark] .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
[theme-dark] .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
[theme-dark] .chroma .hl { display: block; width: 100%; background-color: #272822; font-weight: bold; }
[theme-dark] .chroma .hl span { font-weight: bold; }
[theme-dark] .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
[theme-dark] .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
[theme-dark] .chroma .k { color: #7ee9ff }
[theme-dark] .chroma .kc { color: #7ee9ff }
[theme-dark] .chroma .kd { color: #7ee9ff }
[theme-dark] .chroma .kn { color: #f92672 }
[theme-dark] .chroma .kp { color: #7ee9ff }
[theme-dark] .chroma .kr { color: #7ee9ff }
[theme-dark] .chroma .kt { color: #7ee9ff }
[theme-dark] .chroma .n { color: #ffffff }
[theme-dark] .chroma .na { color: #a6e22e }
[theme-dark] .chroma .nb {  }
[theme-dark] .chroma .bp {  }
[theme-dark] .chroma .nc { color: #a6e22e }
[theme-dark] .chroma .no { color: #7ee9ff }
[theme-dark] .chroma .nd { color: #a6e22e }
[theme-dark] .chroma .ni {  }
[theme-dark] .chroma .ne { color: #a6e22e }
[theme-dark] .chroma .nf { color: #a6e22e }
[theme-dark] .chroma .fm {  }
[theme-dark] .chroma .nl {  }
[theme-dark] .chroma .nn { color: #e7b512; }
[theme-dark] .chroma .nx { color: #a6e22e }
[theme-dark] .chroma .py { color: #ffffff }
[theme-dark] .chroma .nt { color: #f92672 }
[theme-dark] .chroma .nv { color: #e6db74 }
[theme-dark] .chroma .vc {  }
[theme-dark] .chroma .vg {  }
[theme-dark] .chroma .vi {  }
[theme-dark] .chroma .vm {  }
[theme-dark] .chroma .l { color: #ae81ff }
[theme-dark] .chroma .ld { color: #e6db74 }
[theme-dark] .chroma .s { color: #e6db74 }
[theme-dark] .chroma .sa { color: #e6db74 }
[theme-dark] .chroma .sb { color: #e6db74 }
[theme-dark] .chroma .sc { color: #e6db74 }
[theme-dark] .chroma .dl { color: #e6db74 }
[theme-dark] .chroma .sd { color: #e6db74 }
[theme-dark] .chroma .s2 { color: #e6db74 }
[theme-dark] .chroma .se { color: #ae81ff }
[theme-dark] .chroma .sh { color: #e6db74 }
[theme-dark] .chroma .si { color: #e6db74 }
[theme-dark] .chroma .sx { color: #e6db74 }
[theme-dark] .chroma .sr { color: #e6db74 }
[theme-dark] .chroma .s1 { color: #e6db74 }
[theme-dark] .chroma .ss { color: #e6db74 }
[theme-dark] .chroma .m { color: #ae81ff }
[theme-dark] .chroma .mb { color: #ae81ff }
[theme-dark] .chroma .mf { color: #ae81ff }
[theme-dark] .chroma .mh { color: #ae81ff }
[theme-dark] .chroma .mi { color: #ae81ff }
[theme-dark] .chroma .il { color: #ae81ff }
[theme-dark] .chroma .mo { color: #ae81ff }
[theme-dark] .chroma .o { color: #f92672 }
[theme-dark] .chroma .ow { color: #f92672 }
[theme-dark] .chroma .p { color: #ffffff }
[theme-dark] .chroma .c { color: #75715e }
[theme-dark] .chroma .ch { color: #75715e }
[theme-dark] .chroma .cm { color: #75715e }
[theme-dark] .chroma .c1 { color: #75715e }
[theme-dark] .chroma .cs { color: #75715e }
[theme-dark] .chroma .cp { color: #75715e }
[theme-dark] .chroma .cpf { color: #75715e }
[theme-dark] .chroma .g {  }
[theme-dark] .chroma .gd { color: #f92672 }
[theme-dark] .chroma .ge { font-style: italic }
[theme-dark] .chroma .gr {  }
[theme-dark] .chroma .gh {  }
[theme-dark] .chroma .gi { color: #a6e22e }
[theme-dark] .chroma .go {  }
[theme-dark] .chroma .gp {  }
[theme-dark] .chroma .gs { font-weight: 500 }
[theme-dark] .chroma .gu { color: #75715e }
[theme-dark] .chroma .gt {  }
[theme-dark] .chroma .gl {  }
[theme-dark] .chroma .w {  }
[theme-dark] code.language-bash { color: #ffffff }