/*

Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
based on dark.css by Ivan Sagalaev

*/

pre code {
  display: block;
  background: #232323;
  color: #DCDCDC;
  padding: 1em;
}

.keyword,
.tag,
.django .tag,
.django .keyword,
.css .class,
.css .id,
.lisp .title {
  color: #B95F29;
}

.tag .title {
  color: #DFAD5E;
}

.django .template_tag,
.django .variable,
.django .filter .argument {
  color: #DCDCDC;
}

.ruby .number {
  color: #8CD0D3;
}

.dos .envvar,
.dos .stream,
.variable {
  color: #B6B7E1;
}

.dos .flow,
.diff .change,
.python .exception,
.python .built_in,
.literal {
  color: #EFEFAF;
}

.diff .chunk,
.ruby .subst {
  color: #8F8F8F;
}

.function .title {
  color: #E7A65B;
}

.dos .keyword,
.python .decorator,
.class .title,
.ini .title,
.diff .header,
.ruby .class .parent {
    color: #fff;
}

.ruby .symbol {
  color: #528DAA;
}


.dos .winutils,
.ruby .string,
.ruby .instancevar {
  color: #6A8243;
}

.diff .deletion,
.string,
.tag .attribute .value,
.preprocessor,
.built_in,
.sql .aggregate,
.javadoc,
.smalltalk .class,
.smalltalk .localvars,
.smalltalk .array,
.css .rules .value,
.css .attr_selector {
  color: #6A8243;
}

.shebang,
.diff .addition,
code .comment,
.java .annotation,
.template_comment,
.pi,
.doctype {
  color: #AF804C;
}

.html .css,
.html .javascript {
  opacity: 0.5;
}

