1
0
Fork 0
intro-to-vagrant/bower_components/reveal-highlight-themes/styles/monokai.css

129 lines
1.9 KiB
CSS
Raw Normal View History

2015-02-11 14:37:10 -05:00
/*
Monokai style - ported by Luigi Maselli - http://grigio.org
*/
pre code {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #272822;
-webkit-text-size-adjust: none;
}
pre .tag,
pre .tag .title,
pre .keyword,
pre .literal,
pre .strong,
pre .change,
pre .winutils,
pre .flow,
pre .nginx .title,
pre .tex .special {
color: #f92672;
}
pre code {
color: #ddd;
}
pre code .constant,
pre .asciidoc .code,
pre .markdown .code {
color: #66d9ef;
}
pre .code,
pre .class .title,
pre .header {
color: white;
}
pre .link_label,
pre .attribute,
pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
color: #bf79db;
}
pre .link_url,
pre .tag .value,
pre .string,
pre .bullet,
pre .subst,
pre .title,
pre .emphasis,
pre .type,
pre .preprocessor,
pre .pragma,
pre .ruby .class .parent,
pre .built_in,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
color: #a6e22e;
}
pre .comment,
pre .annotation,
pre .smartquote,
pre .blockquote,
pre .horizontal_rule,
pre .decorator,
pre .template_comment,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
color: #75715e;
}
pre .keyword,
pre .literal,
pre .css .id,
pre .phpdoc,
pre .dartdoc,
pre .title,
pre .header,
pre .type,
pre .vbscript .built_in,
pre .rsl .built_in,
pre .smalltalk .class,
pre .diff .header,
pre .chunk,
pre .winutils,
pre .bash .variable,
pre .apache .tag,
pre .tex .special,
pre .request,
pre .status {
font-weight: bold;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
opacity: 0.5;
}