120 lines
1.8 KiB
CSS
120 lines
1.8 KiB
CSS
|
/*
|
||
|
|
||
|
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
|
||
|
based on dark.css by Ivan Sagalaev
|
||
|
|
||
|
*/
|
||
|
|
||
|
pre code {
|
||
|
display: block;
|
||
|
overflow-x: auto;
|
||
|
padding: 0.5em;
|
||
|
background: #3f3f3f;
|
||
|
color: #dcdcdc;
|
||
|
-webkit-text-size-adjust: none;
|
||
|
}
|
||
|
|
||
|
pre .keyword,
|
||
|
pre .tag,
|
||
|
pre .css .class,
|
||
|
pre .css .id,
|
||
|
pre .lisp .title,
|
||
|
pre .nginx .title,
|
||
|
pre .request,
|
||
|
pre .status,
|
||
|
pre .clojure .attribute {
|
||
|
color: #e3ceab;
|
||
|
}
|
||
|
|
||
|
pre .django .template_tag,
|
||
|
pre .django .variable,
|
||
|
pre .django .filter .argument {
|
||
|
color: #dcdcdc;
|
||
|
}
|
||
|
|
||
|
pre .number,
|
||
|
pre .date {
|
||
|
color: #8cd0d3;
|
||
|
}
|
||
|
|
||
|
pre .dos .envvar,
|
||
|
pre .dos .stream,
|
||
|
pre .variable,
|
||
|
pre .apache .sqbracket {
|
||
|
color: #efdcbc;
|
||
|
}
|
||
|
|
||
|
pre .dos .flow,
|
||
|
pre .diff .change,
|
||
|
pre .python .exception,
|
||
|
pre .python .built_in,
|
||
|
pre .literal,
|
||
|
pre .tex .special {
|
||
|
color: #efefaf;
|
||
|
}
|
||
|
|
||
|
pre .diff .chunk,
|
||
|
pre .subst {
|
||
|
color: #8f8f8f;
|
||
|
}
|
||
|
|
||
|
pre .dos .keyword,
|
||
|
pre .decorator,
|
||
|
pre .title,
|
||
|
pre .type,
|
||
|
pre .diff .header,
|
||
|
pre .ruby .class .parent,
|
||
|
pre .apache .tag,
|
||
|
pre .nginx .built_in,
|
||
|
pre .tex .command,
|
||
|
pre .prompt {
|
||
|
color: #efef8f;
|
||
|
}
|
||
|
|
||
|
pre .dos .winutils,
|
||
|
pre .ruby .symbol,
|
||
|
pre .ruby .symbol .string,
|
||
|
pre .ruby .string {
|
||
|
color: #dca3a3;
|
||
|
}
|
||
|
|
||
|
pre .diff .deletion,
|
||
|
pre .string,
|
||
|
pre .tag .value,
|
||
|
pre .preprocessor,
|
||
|
pre .pragma,
|
||
|
pre .built_in,
|
||
|
pre .javadoc,
|
||
|
pre .smalltalk .class,
|
||
|
pre .smalltalk .localvars,
|
||
|
pre .smalltalk .array,
|
||
|
pre .css .rules .value,
|
||
|
pre .attr_selector,
|
||
|
pre .pseudo,
|
||
|
pre .apache .cbracket,
|
||
|
pre .tex .formula,
|
||
|
pre .coffeescript .attribute {
|
||
|
color: #cc9393;
|
||
|
}
|
||
|
|
||
|
pre .shebang,
|
||
|
pre .diff .addition,
|
||
|
pre .comment,
|
||
|
pre .annotation,
|
||
|
pre .template_comment,
|
||
|
pre .pi,
|
||
|
pre .doctype {
|
||
|
color: #7f9f7f;
|
||
|
}
|
||
|
|
||
|
pre .coffeescript .javascript,
|
||
|
pre .javascript .xml,
|
||
|
pre .tex .formula,
|
||
|
pre .xml .javascript,
|
||
|
pre .xml .vbscript,
|
||
|
pre .xml .css,
|
||
|
pre .xml .cdata {
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
|