Browse Source

update to latest version of highlight theme #576

embed
Hakim El Hattab 11 years ago
parent
commit
cf8b004052
  1. 31
      lib/css/zenburn.css

31
lib/css/zenburn.css

@ -13,11 +13,13 @@ pre code {
pre .keyword,
pre .tag,
pre .django .tag,
pre .django .keyword,
pre .css .class,
pre .css .id,
pre .lisp .title {
pre .lisp .title,
pre .nginx .title,
pre .request,
pre .status,
pre .clojure .attribute {
color: #E3CEAB;
}
@ -49,32 +51,27 @@ pre .tex .special {
}
pre .diff .chunk,
pre .ruby .subst {
pre .subst {
color: #8F8F8F;
}
pre .dos .keyword,
pre .python .decorator,
pre .class .title,
pre .haskell .label,
pre .function .title,
pre .ini .title,
pre .title,
pre .haskell .type,
pre .diff .header,
pre .ruby .class .parent,
pre .apache .tag,
pre .nginx .built_in,
pre .tex .command,
pre .input_number {
pre .prompt {
color: #efef8f;
}
pre .dos .winutils,
pre .ruby .symbol,
pre .ruby .symbol .string,
pre .ruby .symbol .keyword,
pre .ruby .symbol .keymethods,
pre .ruby .string,
pre .ruby .instancevar {
pre .ruby .string {
color: #DCA3A3;
}
@ -106,10 +103,12 @@ pre .doctype {
color: #7F9F7F;
}
pre .xml .css,
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .tex .formula {
pre .xml .css,
pre .xml .cdata {
opacity: 0.5;
}

Loading…
Cancel
Save