blob: 6de1084a3556ecdab5aaa9561367b0f8c877ee9f [file] [log] [blame]
/*
* Copyright (C) 2013-2018 Dan Allen, Paul Rayner, and the Asciidoctor Project
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
pre.pygments .hll { background-color: #ffffcc }
pre.pygments, pre.pygments code { background: #ffffff; }
pre.pygments .tok-c { color: #008000 } /* Comment */
pre.pygments .tok-err { border: 1px solid #FF0000 } /* Error */
pre.pygments .tok-k { color: #0000ff } /* Keyword */
pre.pygments .tok-ch { color: #008000 } /* Comment.Hashbang */
pre.pygments .tok-cm { color: #008000 } /* Comment.Multiline */
pre.pygments .tok-cp { color: #0000ff } /* Comment.Preproc */
pre.pygments .tok-cpf { color: #008000 } /* Comment.PreprocFile */
pre.pygments .tok-c1 { color: #008000 } /* Comment.Single */
pre.pygments .tok-cs { color: #008000 } /* Comment.Special */
pre.pygments .tok-ge { font-style: italic } /* Generic.Emph */
pre.pygments .tok-gh { font-weight: bold } /* Generic.Heading */
pre.pygments .tok-gp { font-weight: bold } /* Generic.Prompt */
pre.pygments .tok-gs { font-weight: bold } /* Generic.Strong */
pre.pygments .tok-gu { font-weight: bold } /* Generic.Subheading */
pre.pygments .tok-kc { color: #0000ff } /* Keyword.Constant */
pre.pygments .tok-kd { color: #0000ff } /* Keyword.Declaration */
pre.pygments .tok-kn { color: #0000ff } /* Keyword.Namespace */
pre.pygments .tok-kp { color: #0000ff } /* Keyword.Pseudo */
pre.pygments .tok-kr { color: #0000ff } /* Keyword.Reserved */
pre.pygments .tok-kt { color: #2b91af } /* Keyword.Type */
pre.pygments .tok-s { color: #a31515 } /* Literal.String */
pre.pygments .tok-nc { color: #2b91af } /* Name.Class */
pre.pygments .tok-ow { color: #0000ff } /* Operator.Word */
pre.pygments .tok-sa { color: #a31515 } /* Literal.String.Affix */
pre.pygments .tok-sb { color: #a31515 } /* Literal.String.Backtick */
pre.pygments .tok-sc { color: #a31515 } /* Literal.String.Char */
pre.pygments .tok-dl { color: #a31515 } /* Literal.String.Delimiter */
pre.pygments .tok-sd { color: #a31515 } /* Literal.String.Doc */
pre.pygments .tok-s2 { color: #a31515 } /* Literal.String.Double */
pre.pygments .tok-se { color: #a31515 } /* Literal.String.Escape */
pre.pygments .tok-sh { color: #a31515 } /* Literal.String.Heredoc */
pre.pygments .tok-si { color: #a31515 } /* Literal.String.Interpol */
pre.pygments .tok-sx { color: #a31515 } /* Literal.String.Other */
pre.pygments .tok-sr { color: #a31515 } /* Literal.String.Regex */
pre.pygments .tok-s1 { color: #a31515 } /* Literal.String.Single */
pre.pygments .tok-ss { color: #a31515 } /* Literal.String.Symbol */