/**
 * Copyright (c) 2012-2014, jcabi.com
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met: 1) Redistributions of source code must retain the above
 * copyright notice, this list of conditions and the following
 * disclaimer. 2) Redistributions in binary form must reproduce the above
 * copyright notice, this list of conditions and the following
 * disclaimer in the documentation and/or other materials provided
 * with the distribution. 3) Neither the name of the jcabi.com nor
 * the names of its contributors may be used to endorse or promote
 * products derived from this software without specific prior written
 * permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
 * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 * OF THE POSSIBILITY OF SUCH DAMAGE.
 */

pre .comment,
pre .template_comment,
pre .javadoc {
    color: #AEAEAE;
}

pre .keyword,
pre .ruby .function .keyword,
pre .request,
pre .status,
pre .nginx .title,
pre .function .keyword,
pre .sub .keyword,
pre .method,
pre .list .title {
    color: #E28964;
}

pre .string,
pre .tag .value,
pre .cdata,
pre .filter .argument,
pre .attr_selector,
pre .apache .cbracket,
pre .date,
pre .tex .command {
    color: #65B042;
}

pre .regexp {
    color: #E9C062;
}

pre .title,
pre .sub .identifier,
pre .pi,
pre .tag,
pre .tag .keyword,
pre .decorator,
pre .shebang,
pre .prompt {
    color: #89BDFF;
}

pre .symbol,
pre .ruby .symbol .string,
pre .number {
    color: #3387CC;
}

pre .params,
pre .variable,
pre .clojure .attribute {
    color: #3E87E3;
}

pre .css .tag,
pre .rules .property,
pre .pseudo,
pre .tex .special {
    color: #CDA869;
}

pre .css .class {
    color: #9B703F;
}

pre .rules .keyword {
    color: #C5AF75;
}

pre .rules .value {
    color: #CF6A4C;
}

pre .css .id {
    color: #8B98AB;
}

pre .annotation,
pre .apache .sqbracket,
pre .nginx .built_in {
    color: #9B859D;
}

pre .preprocessor {
    color: #8996A8;
}

pre .hexcolor,
pre .css .value .number {
    color: #DD7B3B;
}

pre .css .function {
    color: #DAD085;
}

pre .diff .header,
pre .chunk,
pre .tex .formula {
    background-color: #0E2231;
    color: #F8F8F8;
    font-style: italic;
}

pre .diff .change {
    background-color: #4A410D;
    color: #F8F8F8;
}

pre .addition {
    background-color: #253B22;
    color: #F8F8F8;
}

pre .deletion {
    background-color: #420E09;
    color: #F8F8F8;
}
