/**
 * Paraíso (Dark)
 *
 * @author Jan T. Sott
 * @version 1.0.0
 * @url http://github.com/idleberg/Paraiso-Rainbow
 */
pre {
    background-color: #2f1e2e;
    word-wrap: break-word;
    //margin: 0px;
    //padding: 10px;
    color: #e7e9db;
    //font-size: 14px;
    //margin-bottom: 20px;
}

pre, code {
    font-family: Inconsolata, Monaco, courier, monospace;
}

pre .comment {
    color: #776e71; /* greyish */
}

pre .variable.global, pre .variable.class {
    color: #ef6155; /* red */
}

pre .variable.instance {
    color: #55e3ef; /* light blue */
}

pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit {
    color: #f99b15; /* orange */
}

pre .constant, pre .entity, pre .entity.class, pre .support {
    color: #fec418; /* yellow */
}

pre .constant.symbol, pre .string, pre .char {
    color: #48b685; /* green */
}

pre .entity.function, pre .support.css-property, pre .selector {
    color: #06b6ef; /* blue */
}

pre .keyword, pre .storage {
    color: #b8baaf;
    //font-weight: bold;
}

pre .support.namespace {
    color: #815ba4; /* purple */
}
