/* pygmentize-2.7 -S monokai -f html -a .highlight > seawisphunter/css/highlight.css */
/* https://github.com/getpelican/pelican-themes/issues/172 */
.fragment {
  color: inherit;
  background: inherit;
  background-color: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  padding: 10px !important;
  /*width: 80ch;*/
  margin-right: inherit;
}

@media (min-width: 576px) {
    .fragment {
        margin-right: 300px !important;
    }
}
.fragment .hll { background-color: #49483e }
.fragment  { background: #272822; color: #f8f8f2 }
.fragment .comment { color: #75715e } /* Comment */
.fragment .error { color: #960050; background-color: #1e0010 } /* Error */
.fragment .keyword { color: #66d9ef } /* Keyword */
.fragment .literal { color: #ae81ff } /* Literal */
.fragment .name { color: #f8f8f2 } /* Name */
.fragment .operator { color: #f92672 } /* Operator */
.fragment .p { color: #f8f8f2 } /* Punctuation */
.fragment .cm { color: #75715e } /* Comment.Multiline */
.fragment .cp { color: #75715e } /* Comment.Preproc */
.fragment .c1 { color: #75715e } /* Comment.Single */
.fragment .cs { color: #75715e } /* Comment.Special */
.fragment .gd { color: #f92672 } /* Generic.Deleted */
.fragment .ge { font-style: italic } /* Generic.Emph */
.fragment .gi { color: #a6e22e } /* Generic.Inserted */
.fragment .gs { font-weight: bold } /* Generic.Strong */
.fragment .gu { color: #75715e } /* Generic.Subheading */
.fragment .kc { color: #66d9ef } /* Keyword.Constant */
.fragment .kd { color: #66d9ef } /* Keyword.Declaration */
.fragment .kn { color: #f92672 } /* Keyword.Namespace */
.fragment .kp { color: #66d9ef } /* Keyword.Pseudo */
.fragment .kr { color: #66d9ef } /* Keyword.Reserved */
.fragment .keywordtype { color: #66d9ef } /* Keyword.Type */
.fragment .ld { color: #e6db74 } /* Literal.Date */
.fragment .m { color: #ae81ff } /* Literal.Number */
.fragment .s { color: #e6db74 } /* Literal.String */
.fragment .na { color: #a6e22e } /* Name.Attribute */
.fragment .nb { color: #f8f8f2 } /* Name.Builtin */
.fragment .nc { color: #a6e22e } /* Name.Class */
.fragment .no { color: #66d9ef } /* Name.Constant */
.fragment .nd { color: #a6e22e } /* Name.Decorator */
.fragment .ni { color: #f8f8f2 } /* Name.Entity */
.fragment .ne { color: #a6e22e } /* Name.Exception */
.fragment .nf { color: #a6e22e } /* Name.Function */
.fragment .nl { color: #f8f8f2 } /* Name.Label */
.fragment .nn { color: #f8f8f2 } /* Name.Namespace */
.fragment .code { color: #f8f8f2 } /* Name.Namespace */
.fragment .nx { color: #a6e22e } /* Name.Other */
.fragment .py { color: #f8f8f2 } /* Name.Property */
.fragment .nt { color: #f92672 } /* Name.Tag */
.fragment .nv { color: #f8f8f2 } /* Name.Variable */
.fragment .ow { color: #f92672 } /* Operator.Word */
.fragment .w { color: #f8f8f2 } /* Text.Whitespace */
.fragment .mb { color: #ae81ff } /* Literal.Number.Bin */
.fragment .mf { color: #ae81ff } /* Literal.Number.Float */
.fragment .mh { color: #ae81ff } /* Literal.Number.Hex */
.fragment .mi { color: #ae81ff } /* Literal.Number.Integer */
.fragment .mo { color: #ae81ff } /* Literal.Number.Oct */
.fragment .sb { color: #e6db74 } /* Literal.String.Backtick */
.fragment .sc { color: #e6db74 } /* Literal.String.Char */
.fragment .sd { color: #e6db74 } /* Literal.String.Doc */
.fragment .s2 { color: #e6db74 } /* Literal.String.Double */
.fragment .stringliteral { color: #e6db74 } /* Literal.String.Double */
.fragment .se { color: #ae81ff } /* Literal.String.Escape */
.fragment .sh { color: #e6db74 } /* Literal.String.Heredoc */
.fragment .si { color: #e6db74 } /* Literal.String.Interpol */
.fragment .sx { color: #e6db74 } /* Literal.String.Other */
.fragment .sr { color: #e6db74 } /* Literal.String.Regex */
.fragment .s1 { color: #e6db74 } /* Literal.String.Single */
.fragment .ss { color: #e6db74 } /* Literal.String.Symbol */
.fragment .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.fragment .vc { color: #f8f8f2 } /* Name.Variable.Class */
.fragment .vg { color: #f8f8f2 } /* Name.Variable.Global */
.fragment .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.fragment .il { color: #ae81ff } /* Literal.Number.Integer.Long */

