/* solarized dark */
:root {
  --base03: #002b36;
  --base02: #073642;
  --base01: #586e75;
  --base00: #657b83;
  --base0: #839496;
  --base1: #93a1a1;
  --base2: #eee8d5;
  --base3: #fdf6e3;
  --yellow: #b58900;
  --orange: #cb4b16;
  --red: #dc322f;
  --magenta: #d33682;
  --violet: #6c71c4;
  --blue: #268bd2;
  --cyan: #2aa198;
  --green: #859900;
}

html {
  background-color: var(--base02);
  color: var(--base0);
}

div#cgit {
  padding: 0em;
  margin: 0em;
  font-family: sans-serif;
  font-size: 10pt;
  color: var(--base0);
  background-color: var(--base02);
  padding: 4px;
}

div#cgit a {
  color: var(--yellow);
  text-decoration: none;
}

div#cgit a:visited {
  color: var(--orange);
}

div#cgit a:hover {
  color: var(--orange);
  text-decoration: underline;
}

div#cgit table {
  border-collapse: collapse;
}

div#cgit table#header {
  width: 100%;
  margin-bottom: 1em;
}

div#cgit table#header td.logo {
  width: 96px;
  vertical-align: top;
}

/* remove logo (save space) */
div#cgit table#header td.logo {
  display: none;
}

div#cgit table#header td.main {
  font-size: 250%;
  font-family: sans-serif;
  padding-left: 10px;
  white-space: nowrap;
}

div#cgit table#header td.main a {
  color: var(--base0);
}

div#cgit table#header td.form {
  text-align: right;
  vertical-align: bottom;
  padding-right: 1em;
  padding-bottom: 2px;
  white-space: nowrap;
}

div#cgit table#header td.form form,
div#cgit table#header td.form input,
div#cgit table#header td.form select {
  font-size: 90%;
}

div#cgit table#header td.sub {
  color: var(--base0);
  border-top: solid 1px var(--base0);
  padding-left: 10px;
}

div#cgit table.tabs {
  border-bottom: solid 2px var(--base0);
  border-collapse: collapse;
  margin-top: 2em;
  margin-bottom: 0px;
  width: 100%;
}

div#cgit table.tabs td {
  padding: 0px 1em;
  vertical-align: bottom;
}

div#cgit table.tabs td a {
  padding: 2px 0.75em;
  color: var(--base0);
  font-size: 110%;
}

div#cgit table.tabs td a.active {
  color: var(--base02);
  background-color: var(--base0);
}

div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC);
  opacity: 0.5;
  margin: 0 0 0 5px;
}

div#cgit table.tabs td.form {
  text-align: right;
}

div#cgit table.tabs td.form form {
  padding-bottom: 2px;
  font-size: 90%;
  white-space: nowrap;
}

div#cgit table.tabs td.form input,
div#cgit table.tabs td.form select {
  font-size: 90%;
}

div#cgit div.path {
  margin: 0px;
  padding: 5px 2em 2px 2em;
  color: var(--base0);
  background-color: var(--base02);
}

div#cgit div.content {
  margin: 0px;
  padding: 2em;
  border-bottom: solid 2px var(--base0);
}


div#cgit table.list {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

div#cgit table.list tr {
  background: var(--base02);
}

div#cgit table.list tr.logheader {
  background: var(--base02);
}

div#cgit table.list tr:nth-child(even) {
  background: var(--base02);
}

div#cgit table.list tr:nth-child(odd) {
  background: var(--base02);
}

div#cgit table.list tr:hover {
  background: var(--base03);
}

div#cgit table.list tr.nohover {
  background: var(--base02);
}

div#cgit table.list tr.nohover:hover {
  background: var(--base02);
}

div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
  background: var(--base02);
}

div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
  background: var(--base02);
}

div#cgit table.list th {
  font-weight: bold;
  padding: 0.1em 0.5em 0.05em 0.5em;
  vertical-align: baseline;
}

div#cgit table.list td {
  border: none;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

div#cgit table.list td.commitgraph {
  font-family: monospace;
  white-space: pre;
}

div#cgit table.list td.commitgraph .column1 {
  color: var(--base0);
}

div#cgit table.list td.commitgraph .column2 {
  color: var(--base0);
}

div#cgit table.list td.commitgraph .column3 {
  color: var(--base0);
}

div#cgit table.list td.commitgraph .column4 {
  color: var(--base0);
}

div#cgit table.list td.commitgraph .column5 {
  color: var(--base0);
}

div#cgit table.list td.commitgraph .column6 {
  color: var(--base0);
}

div#cgit table.list td.logsubject {
  font-family: monospace;
  font-weight: bold;
}

div#cgit table.list td.logmsg {
  font-family: monospace;
  white-space: pre;
  padding: 0 0.5em;
}

div#cgit table.list td a {
  color: var(--base0);
}

div#cgit table.list td a.ls-dir {
  font-weight: bold;
  color: var(--blue);
}

div#cgit table.list td a:hover {
  color: var(--base0);
}

div#cgit img {
  border: none;
}

div#cgit input#switch-btn {
  margin: 2px 0px 0px 0px;
}

div#cgit td#sidebar input.txt {
  width: 100%;
  margin: 2px 0px 0px 0px;
}

div#cgit table#grid {
  margin: 0px;
}

div#cgit td#content {
  vertical-align: top;
  padding: 1em 2em 1em 1em;
  border: none;
}

div#cgit div#summary {
  vertical-align: top;
  margin-bottom: 1em;
}

div#cgit table#downloads {
  float: right;
  border-collapse: collapse;
  border: solid 1px var(--base01);
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

div#cgit table#downloads th {
  background-color: var(--base02);
}

div#cgit div#blob {
  border: solid 1px var(--base0);
}

div#cgit div.error {
  color: var(--red);
  font-weight: bold;
  margin: 1em 2em;
}

div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod {
  font-family: monospace;
}

div#cgit td.ls-size {
  text-align: right;
  font-family: monospace;
  width: 10em;
}

div#cgit td.ls-mode {
  font-family: monospace;
  width: 10em;
}

div#cgit table.blob {
  margin-top: 0.5em;
  border-top: solid 1px var(--base0);
}

div#cgit table.blob td.hashes,
div#cgit table.blob td.lines {
  margin: 0; padding: 0 0 0 0.5em;
  vertical-align: top;
  color: 839496;
}

div#cgit table.blob td.linenumbers {
  margin: 0; padding: 0 0.5em 0 0.5em;
  vertical-align: top;
  text-align: right;
  border-right: 1px solid var(--base01);
}

div#cgit table.blob pre {
  padding: 0; margin: 0;
}

div#cgit table.blob pre .c1 {
  color: var(--base01);
}

div#cgit table.blob pre [class*=s] {
    background-color: var(--base02);
}

div#cgit table.blob td.linenumbers a,
div#cgit table.ssdiff td.lineno a {
  color: var(--base01);
  text-align: right;
  text-decoration: none;
}

div#cgit table.blob td.linenumbers a:hover,
div#cgit table.ssdiff td.lineno a:hover {
  color: var(--base0);
}

div#cgit table.blame td.hashes,
div#cgit table.blame td.lines,
div#cgit table.blame td.linenumbers {
  padding: 0;
}

div#cgit table.blame td.hashes div.alt,
div#cgit table.blame td.lines div.alt {
  padding: 0 0.5em 0 0.5em;
}

div#cgit table.blame td.linenumbers div.alt {
  padding: 0 0.5em 0 0;
}

div#cgit table.blame div.alt:nth-child(even) {
  background: var(--base02);
}

div#cgit table.blame div.alt:nth-child(odd) {
  background: var(--base02);
}

div#cgit table.blame td.lines > div {
  position: relative;
}

div#cgit table.blame td.lines > div > pre {
  padding: 0 0 0 0.5em;
  position: absolute;
  top: 0;
}

div#cgit table.bin-blob {
  margin-top: 0.5em;
  border: solid 1px var(--base0);
}

div#cgit table.bin-blob th {
  font-family: monospace;
  white-space: pre;
  border: solid 1px var(--base01);
  padding: 0.5em 1em;
}

div#cgit table.bin-blob td {
  font-family: monospace;
  white-space: pre;
  border-left: solid 1px var(--base01);
  padding: 0em 1em;
}

div#cgit table.nowrap td {
  white-space: nowrap;
}

div#cgit table.commit-info {
  border-collapse: collapse;
  margin-top: 1.5em;
}

div#cgit div.cgit-panel {
  float: right;
  margin-top: 1.5em;
}

div#cgit div.cgit-panel table {
  border-collapse: collapse;
  border: solid 1px var(--base0);
  background-color: var(--base02);
}

div#cgit div.cgit-panel th {
  text-align: center;
}

div#cgit div.cgit-panel td {
  padding: 0.25em 0.5em;
}

div#cgit div.cgit-panel td.label {
  padding-right: 0.5em;
}

div#cgit div.cgit-panel td.ctrl {
  padding-left: 0.5em;
}

div#cgit table.commit-info th {
  text-align: left;
  font-weight: normal;
  padding: 0.1em 1em 0.1em 0.1em;
  vertical-align: top;
}

div#cgit table.commit-info td {
  font-weight: normal;
  padding: 0.1em 1em 0.1em 0.1em;
}

div#cgit div.commit-subject {
  font-weight: bold;
  font-size: 125%;
  margin: 1.5em 0em 0.5em 0em;
  padding: 0em;
}

div#cgit div.commit-msg {
  white-space: pre;
  font-family: monospace;
}

div#cgit div.notes-header {
  font-weight: bold;
  padding-top: 1.5em;
}

div#cgit div.notes {
  white-space: pre;
  font-family: monospace;
  border: solid 1px var(--base0);
  background-color: var(--base02);
  padding: 0.3em 2em 0.3em 1em;
  float: left;
}

div#cgit div.notes-footer {
  clear: left;
}

div#cgit div.diffstat-header {
  font-weight: bold;
  padding-top: 1.5em;
}

div#cgit table.diffstat {
  border-collapse: collapse;
  border: solid 1px var(--base0);
  background-color: var(--base02);
}

div#cgit table.diffstat th {
  font-weight: normal;
  text-align: left;
  text-decoration: underline;
  padding: 0.1em 1em 0.1em 0.1em;
  font-size: 100%;
}

div#cgit table.diffstat td {
  padding: 0.2em 0.2em 0.1em 0.1em;
  font-size: 100%;
  border: none;
}

div#cgit table.diffstat td.mode {
  white-space: nowrap;
}

div#cgit table.diffstat td span.modechange {
  padding-left: 1em;
  color: var(--red);
}

div#cgit table.diffstat td.add a {
  color: var(--green);
}

div#cgit table.diffstat td.del a {
  color: var(--red);
}

div#cgit table.diffstat td.upd a {
  color: var(--blue);
}

div#cgit table.diffstat td.graph {
  width: 500px;
  vertical-align: middle;
}

div#cgit table.diffstat td.graph table {
  border: none;
}

div#cgit table.diffstat td.graph td {
  padding: 0px;
  border: 0px;
  height: 7pt;
}

div#cgit table.diffstat td.graph td.add {
  background-color: var(--green);
}

div#cgit table.diffstat td.graph td.rem {
  background-color: var(--red);
}

div#cgit div.diffstat-summary {
  color: var(--base01);
  padding-top: 0.5em;
}

div#cgit table.diff {
  width: 100%;
}

div#cgit table.diff td {
  font-family: monospace;
  white-space: pre;
}

div#cgit table.diff td div.head {
  font-weight: bold;
  margin-top: 1em;
  color: var(--base0);
}

div#cgit table.diff td div.hunk {
  color: var(--blue);
}

div#cgit table.diff td div.add {
  color: var(--green);
}

div#cgit table.diff td div.del {
  color: var(--red);
}

div#cgit .sha1 {
  font-family: monospace;
  font-size: 90%;
}

div#cgit .left {
  text-align: left;
}

div#cgit .right {
  text-align: right;
}

div#cgit table.list td.reposection {
  font-style: italic;
  color: var(--base01);
}

div#cgit a.button {
  font-size: 80%;
  padding: 0em 0.5em;
}

div#cgit a.primary {
  font-size: 100%;
}

div#cgit a.secondary {
  font-size: 90%;
}

div#cgit td.toplevel-repo {

}

div#cgit table.list td.sublevel-repo {
  padding-left: 1.5em;
}

div#cgit ul.pager {
  list-style-type: none;
  text-align: center;
  margin: 1em 0em 0em 0em;
  padding: 0;
}

div#cgit ul.pager li {
  display: inline-block;
  margin: 0.25em 0.5em;
}

div#cgit ul.pager a {
  color: var(--base01);
}

div#cgit ul.pager .current {
  font-weight: bold;
}

div#cgit span.age-mins {
  font-weight: bold;
  color: var(--green);
}

div#cgit span.age-hours {
  color: var(--green);
}

div#cgit span.age-days {
  color: var(--green);
}

div#cgit span.age-weeks {
  color: var(--base01);
}

div#cgit span.age-months {
  color: var(--base01);
}

div#cgit span.age-years {
  color: var(--base0);
}

div#cgit span.insertions {
  color: var(--green);
}

div#cgit span.deletions {
  color: var(--red);
}

div#cgit div.footer {
  margin-top: 0.5em;
  text-align: center;
  font-size: 80%;
  color: var(--base0);
}

div#cgit div.footer a {
  color: var(--yellow);
  text-decoration: none;
}

div#cgit div.footer a:hover {
  text-decoration: underline;
}

div#cgit a.branch-deco {
  color: var(--base0);
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: var(--base02);
  border: solid 1px var(--green);
}

div#cgit a.tag-deco {
  color: var(--base0);
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: var(--base02);
  border: solid 1px var(--yellow);
}

div#cgit a.tag-annotated-deco {
  color: var(--base0);
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: var(--base02);
  border: solid 1px var(--yellow);
}

div#cgit a.remote-deco {
  color: var(--base0);
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: var(--base02);
  border: solid 1px var(--blue);
}

div#cgit a.deco {
  color: var(--base0);
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: var(--base02);
  border: solid 1px var(--red);
}

div#cgit div.commit-subject a.branch-deco,
div#cgit div.commit-subject a.tag-deco,
div#cgit div.commit-subject a.tag-annotated-deco,
div#cgit div.commit-subject a.remote-deco,
div#cgit div.commit-subject a.deco {
  margin-left: 1em;
  font-size: 75%;
}

div#cgit table.stats {
  border: solid 1px var(--base0);
  border-collapse: collapse;
}

div#cgit table.stats th {
  text-align: left;
  padding: 1px 0.5em;
  background-color: var(--base02);
  border: solid 1px var(--base0);
}

div#cgit table.stats td {
  text-align: right;
  padding: 1px 0.5em;
  border: solid 1px var(--base0);
}

div#cgit table.stats td.total {
  font-weight: bold;
  text-align: left;
}

div#cgit table.stats td.sum {
  color: var(--base0);
  font-weight: bold;
}

div#cgit table.stats td.left {
  text-align: left;
}

div#cgit table.vgraph {
  border-collapse: separate;
  border: solid 1px var(--base0);
  height: 200px;
}

div#cgit table.vgraph th {
  background-color: var(--base02);
  font-weight: bold;
  border: solid 1px var(--base0);
  padding: 1px 0.5em;
}

div#cgit table.vgraph td {
  vertical-align: bottom;
  padding: 0px 10px;
}

div#cgit table.vgraph div.bar {
  background-color: var(--base02);
}

div#cgit table.hgraph {
  border: solid 1px var(--base0);
  width: 800px;
}

div#cgit table.hgraph th {
  background-color: var(--base02);
  font-weight: bold;
  border: solid 1px var(--base0);
  padding: 1px 0.5em;
}

div#cgit table.hgraph td {
  vertical-align: middle;
  padding: 2px 2px;
}

div#cgit table.hgraph div.bar {
  background-color: var(--base02);
  height: 1em;
}

div#cgit table.ssdiff {
  width: 100%;
}

div#cgit table.ssdiff td {
  font-size: 75%;
  font-family: monospace;
  white-space: pre;
  padding: 1px 4px 1px 4px;
  border-left: solid 1px var(--base02);
  border-right: solid 1px var(--base02);
}

div#cgit table.ssdiff td.add {
  color: var(--base0);
  background: var(--base02);
  min-width: 50%;
}

div#cgit table.ssdiff td.add_dark {
  color: var(--base0);
  background: var(--base02);
  min-width: 50%;
}

div#cgit table.ssdiff span.add {
  background: var(--base02);
  font-weight: bold;
}

div#cgit table.ssdiff td.del {
  color: var(--base0);
  background: var(--base02);
  min-width: 50%;
}

div#cgit table.ssdiff td.del_dark {
  color: var(--base0);
  background: var(--base02);
  min-width: 50%;
}

div#cgit table.ssdiff span.del {
  background: var(--base02);
  font-weight: bold;
}

div#cgit table.ssdiff td.changed {
  color: var(--base0);
  background: var(--base02);
  min-width: 50%;
}

div#cgit table.ssdiff td.changed_dark {
  color: var(--base0);
  background: var(--base02);
  min-width: 50%;
}

div#cgit table.ssdiff td.lineno {
  color: var(--base0);
  background: var(--base02);
  text-align: right;
  width: 3em;
  min-width: 3em;
}

div#cgit table.ssdiff td.hunk {
  color: var(--base0);
  background: var(--base02);
  border-top: solid 1px var(--base0);
  border-bottom: solid 1px var(--base0);
}

div#cgit table.ssdiff td.head {
  border-top: solid 1px var(--base02);
  border-bottom: solid 1px var(--base02);
}

div#cgit table.ssdiff td.head div.head {
  font-weight: bold;
  color: var(--base0);
}

div#cgit table.ssdiff td.foot {
  border-top: solid 1px var(--base0);
  border-left: none;
  border-right: none;
  border-bottom: none;
}

div#cgit table.ssdiff td.space {
  border: none;
}

div#cgit table.ssdiff td.space div {
  min-height: 3em;
}

@media only screen and (max-width: 800px) {
  /* HEADER */
  /* wrap title text */
  div#cgit table#header td.main {
    white-space: normal;
  }
  /* td as block */
  div#cgit table#header td {
    display: block;
  }
  /* move branch switcher to left */
  div#cgit table#header td.form {
    text-align: left;
    padding-left: 10px;
  }
  /* Don't display author (save space) */
  div#cgit table#header td.sub.right {
    display: none;
  }

  /* TABS */
  /* both tabs and form are blocks */
  div#cgit table.tabs td {
    display: block;
  }
  /* every tab is block */
  div#cgit table.tabs td a {
    display: block;
    text-align: left;
  }
  div#cgit table.tabs td {
    padding-left: 0;
    padding-right: 0;
  }
  div#cgit table.tabs td.form {
    padding-top: 0.15em;
  }

  /* CONTENT */
  div#cgit div.content {
    overflow-x: auto;
    padding: 0.5em;
  }
  td.ls-mode {
    white-space: nowrap;
  }

  /* PANEL ALIGNMENT */
  div#cgit div.cgit-panel {
    float: left;
  }
}

/* INLINE CSS OVERRIDES */
.markdown-body a.absent {
    color: var(--red) !important;
}
.markdown-body h1 {
    color: var(--base0) !important;
}
.markdown-body h2 {
    border-color: var(--base01) !important;
    color: var(--base0) !important;
}
.markdown-body h6 {
    color: var(--base0) !important;
}
.markdown-body hr {
    color: var(--base01) !important;
}
.markdown-body blockquote {
    border-color: var(--base03) !important;
    color: var(--base01) !important;
}
.markdown-body table th, .markdown-body table td {
    border-color: var(--base01) !important;
}
.markdown-body table tr {
    border-color: var(--base01) !important;
    background-color: transparent !important;
}
.markdown-body table tr:nth-child(2n) {
    background-color: transparent !important;
}
.markdown-body span.frame>span {
    border-color: var(--base01) !important;
}
.markdown-body span.frame span span {
    color: var(--base03) !important;
}
.markdown-body code, .markdown-body tt {
    border-color: var(--base01) !important;
    background-color: var(--base03) !important;
}
.markdown-body .highlight pre, .markdown-body pre {
    background-color: var(--base03) !important;
    border-color: var(--base01) !important;
}
.highlight .hll { background-color: transparent !important; }
.highlight  { background: var(--base02) !important; }
.highlight .c { color: var(--base01) !important; } /* Comment */
.highlight .err { color: var(--red) !important; background-color: transparent !important; } /* Error */
.highlight .k { color: var(--green) !important; font-weight: normal !important; } /* Keyword */
.highlight .ch { color: var(--base01) !important; } /* Comment.Hashbang */
.highlight .cm { color: var(--base01) !important; } /* Comment.Multiline */
.highlight .cp { color: var(--orange) !important; font-weight: normal !important; } /* Comment.Preproc */
.highlight .cpf { color: var(--cyan) !important; } /* Comment.PreprocFile */
.highlight .c1 { color: var(--base01) !important; } /* Comment.Single */
.highlight .cs { color: var(--orange) !important; font-weight: normal !important;; background-color: transparent !important; } /* Comment.Special */
.highlight .gd { color: var(--base03) !important; background-color: transparent !important; } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: var(--red) !important; } /* Generic.Error */
.highlight .gh { color: var(--base01) !important } /* Generic.Heading */
.highlight .gi { color: var(--base03) !important; background-color: transparent !important; } /* Generic.Inserted */
.highlight .go { color: var(--base1) !important; } /* Generic.Output */
.highlight .gp { color: var(--base01) !important; } /* Generic.Prompt */
.highlight .gs { font-weight: normal !important; } /* Generic.Strong */
.highlight .gu { color: var(--base01) !important } /* Generic.Subheading */
.highlight .gt { color: var(--red) !important; } /* Generic.Traceback */
.highlight .kc { color: var(--green) !important; font-weight: normal !important; } /* Keyword.Constant */
.highlight .kd { color: var(--green) !important; font-weight: normal !important; } /* Keyword.Declaration */
.highlight .kn { color: var(--green) !important; font-weight: normal !important; } /* Keyword.Namespace */
.highlight .kp { color: var(--green) !important; } /* Keyword.Pseudo */
.highlight .kr { color: var(--cyan) !important; font-weight: normal !important; } /* Keyword.Reserved */
.highlight .kt { color: var(--yellow) !important;; font-weight: normal !important; } /* Keyword.Type */
.highlight .m { color: var(--base0) !important; font-weight: normal !important; } /* Literal.Number */
.highlight .s { color: var(--cyan) !important; background-color: transparent !important; } /* Literal.String */
.highlight .na { color: var(--cyan) !important; } /* Name.Attribute */
.highlight .nb { color: var(--cyan) !important; } /* Name.Builtin */
.highlight .nc { color: var(--violet) !important; font-weight: normal !important; } /* Name.Class */
.highlight .no { color: var(--violet) !important; font-weight: normal !important; } /* Name.Constant */
.highlight .nd { color: var(--base01) !important; } /* Name.Decorator */
.highlight .ne { color: var(--violet) !important; font-weight: normal !important; } /* Name.Exception */
.highlight .nf { color: var(--blue) !important; font-weight: normal !important; } /* Name.Function */
.highlight .nl { color: var(--cyan) !important; font-style: italic } /* Name.Label */
.highlight .nn { color: var(--base1) !important; font-weight: normal !important; } /* Name.Namespace */
.highlight .py { color: var(--cyan) !important; font-weight: normal !important; } /* Name.Property */
.highlight .p { color: var(--orange) !important; } /* Name */
.highlight .nt { color: var(--violet) !important; font-weight: normal !important; } /* Name.Tag */
.highlight .nv { color: var(--blue) !important } /* Name.Variable */
.highlight .o { color: var(--green) !important; } /* Operator */
.highlight .ow { color: var(--green) !important; } /* Operator.Word */
.highlight .w { color: var(--base1) !important; } /* Text.Whitespace */
.highlight .mb { color: var(--blue) !important; font-weight: normal !important; } /* Literal.Number.Bin */
.highlight .mf { color: var(--blue) !important; font-weight: normal !important; } /* Literal.Number.Float */
.highlight .mh { color: var(--blue) !important; font-weight: normal !important; } /* Literal.Number.Hex */
.highlight .mi { color: var(--cyan) !important; font-weight: normal !important; } /* Literal.Number.Integer */
.highlight .mo { color: var(--blue) !important; font-weight: normal !important; } /* Literal.Number.Oct */
.highlight .sa { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Affix */
.highlight .sb { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Backtick */
.highlight .sc { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Char */
.highlight .dl { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Delimiter */
.highlight .sd { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Doc */
.highlight .s2 { color: var(--cyan) !important; background-color: transparent !important; } /* Literal.String.Double */
.highlight .se { color: var(--cyan) !important; background-color: transparent !important; } /* Literal.String.Escape */
.highlight .sh { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Heredoc */
.highlight .si { color: var(--orange) !important; background-color: transparent !important; } /* Literal.String.Interpol */
.highlight .sx { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Other */
.highlight .sr { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Regex */
.highlight .s1 { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Single */
.highlight .ss { color: var(--yellow) !important; background-color: transparent !important; } /* Literal.String.Symbol */
.highlight .bp { color: var(--cyan) !important; } /* Name.Builtin.Pseudo */
.highlight .fm { color: var(--cyan) !important; font-weight: normal !important; } /* Name.Function.Magic */
.highlight .vc { color: var(--cyan) !important; } /* Name.Variable.Class */
.highlight .vg { color: var(--magenta) !important; } /* Name.Variable.Global */
.highlight .vi { color: var(--cyan) !important } /* Name.Variable.Instance */
.highlight .vm { color: var(--cyan) !important } /* Name.Variable.Magic */
.highlight .il { color: var(--blue) !important; font-weight: normal !important; } /* Literal.Number.Integer.Long */
