body.dark-theme {
  background: #222;
  color: #ccc;
}
.dark-theme .sidebar {
  background: #222;
}
.dark-theme .sidebar .search-input {
  border-color: #454545;
  background-color: #454545;
  color: #bbb;
}
.dark-theme code,
.dark-theme pre {
  background-color: #454545;
  color: #d4d4d4;
}
.dark-theme code.hljs {
  background-color: #454545;
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme strong {
  color: #b9b9b9;
}
.dark-theme pre code {
  color: #d4d4d4;
}
.dark-theme .content blockquote {
  background-color: #454545;
  border-left-color: #797979;
}
.dark-theme .content h2 {
  border-bottom-color: #585858;
}
.dark-theme .content > table thead tr,
.dark-theme .content > table tr {
  background-color: #454545;
}
.dark-theme .content > table > thead > tr > th {
  border-bottom-color: #5f5f5f;
}
.dark-theme .content > table td,
.dark-theme .content > table th {
  border-color: #5f5f5f;
}
.dark-theme .content > table tr:nth-child(2n) {
  background-color: #525252;
}
.dark-theme .sidebar .sidebar-link {
  color: #bbb;
}
.dark-theme .sidebar::-webkit-scrollbar,
.dark-theme #toc::-webkit-scrollbar {
  width: 5px;
  border-right-color: #222;
}
.dark-theme .sidebar::-webkit-scrollbar-thumb,
.dark-theme #toc::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
}
.dark-theme .sidebar:hover::-webkit-scrollbar-thumb,
.dark-theme #toc:hover::-webkit-scrollbar-thumb {
  background: #797979;
}
.dark-theme .sidebar:hover::-webkit-scrollbar-track,
.dark-theme #toc:hover::-webkit-scrollbar-track {
  background: #444444;
}
.dark-theme .floatbar-btn {
  border: 1px solid #454545;
  background: #454545;
}
.dark-theme .footer {
  border-color: #454545;
}
.dark-theme #toc {
  border: 1px solid #454545;
  background: #454545;
  color: #ccc;
}
.dark-theme #toc ol li {
  color: #ccc;
}
.dark-theme #toc ol li a {
  color: #ccc;
}
.dark-theme .hljs {
  display: block;
  padding: .5em;
  background: #23241f;
}
.dark-theme .hljs,
.dark-theme .hljs-tag,
.dark-theme .css .hljs-rules,
.dark-theme .css .hljs-value,
.dark-theme .css .hljs-function .hljs-preprocessor,
.dark-theme .hljs-pragma {
  color: #d4d4d4;
}
.dark-theme .hljs-strongemphasis,
.dark-theme .hljs-strong,
.dark-theme .hljs-emphasis {
  color: #a8a8a2;
}
.dark-theme .hljs-bullet,
.dark-theme .hljs-blockquote,
.dark-theme .hljs-horizontal_rule,
.dark-theme .hljs-number,
.dark-theme .hljs-regexp,
.dark-theme .alias .hljs-keyword,
.dark-theme .hljs-literal,
.dark-theme .hljs-hexcolor {
  color: #ae81ff;
}
.dark-theme .hljs-tag .hljs-value,
.dark-theme .hljs-code,
.dark-theme .hljs-title,
.dark-theme .css .hljs-class,
.dark-theme .hljs-class .hljs-title:last-child {
  color: #a6e22e;
}
.dark-theme .hljs-link_url {
  font-size: 80%;
}
.dark-theme .hljs-strong,
.dark-theme .hljs-strongemphasis {
  font-weight: bold;
}
.dark-theme .hljs-emphasis,
.dark-theme .hljs-strongemphasis,
.dark-theme .hljs-class .hljs-title:last-child {
  font-style: italic;
}
.dark-theme .hljs-keyword,
.dark-theme .hljs-function,
.dark-theme .hljs-change,
.dark-theme .hljs-winutils,
.dark-theme .hljs-flow,
.dark-theme .lisp .hljs-title,
.dark-theme .clojure .hljs-built_in,
.dark-theme .nginx .hljs-title,
.dark-theme .tex .hljs-special,
.dark-theme .hljs-header,
.dark-theme .hljs-attribute,
.dark-theme .hljs-symbol,
.dark-theme .hljs-symbol .hljs-string,
.dark-theme .hljs-tag .hljs-title,
.dark-theme .hljs-value,
.dark-theme .alias .hljs-keyword:first-child,
.dark-theme .css .hljs-tag,
.dark-theme .css .unit,
.dark-theme .css .hljs-important {
  color: #f92672;
}
.dark-theme .hljs-function .hljs-keyword,
.dark-theme .hljs-class .hljs-keyword:first-child,
.dark-theme .hljs-constant,
.dark-theme .css .hljs-attribute {
  color: #66d9ef;
}
.dark-theme .hljs-variable,
.dark-theme .hljs-params,
.dark-theme .hljs-class .hljs-title {
  color: #f8f8f2;
}
.dark-theme .hljs-string,
.dark-theme .css .hljs-id,
.dark-theme .hljs-subst,
.dark-theme .haskell .hljs-type,
.dark-theme .ruby .hljs-class .hljs-parent,
.dark-theme .hljs-built_in,
.dark-theme .sql .hljs-aggregate,
.dark-theme .django .hljs-template_tag,
.dark-theme .django .hljs-variable,
.dark-theme .smalltalk .hljs-class,
.dark-theme .django .hljs-filter .hljs-argument,
.dark-theme .smalltalk .hljs-localvars,
.dark-theme .smalltalk .hljs-array,
.dark-theme .hljs-attr_selector,
.dark-theme .hljs-pseudo,
.dark-theme .hljs-addition,
.dark-theme .hljs-stream,
.dark-theme .hljs-envvar,
.dark-theme .apache .hljs-tag,
.dark-theme .apache .hljs-cbracket,
.dark-theme .tex .hljs-command,
.dark-theme .hljs-prompt,
.dark-theme .hljs-link_label,
.dark-theme .hljs-link_url {
  color: #e6db74;
}
.dark-theme .hljs-comment,
.dark-theme .hljs-javadoc,
.dark-theme .java .hljs-annotation,
.dark-theme .python .hljs-decorator,
.dark-theme .hljs-template_comment,
.dark-theme .hljs-pi,
.dark-theme .hljs-doctype,
.dark-theme .hljs-deletion,
.dark-theme .hljs-shebang,
.dark-theme .apache .hljs-sqbracket,
.dark-theme .tex .hljs-formula {
  color: #75715e;
}
.dark-theme .coffeescript .javascript,
.dark-theme .javascript .xml,
.dark-theme .tex .hljs-formula,
.dark-theme .xml .javascript,
.dark-theme .xml .vbscript,
.dark-theme .xml .css,
.dark-theme .xml .hljs-cdata,
.dark-theme .xml .php,
.dark-theme .php .xml {
  opacity: 0.5;
}
