Explorar el Código

update to latest version of highlight theme #576

Hakim El Hattab hace 11 años
padre
commit
cf8b004052
Se han modificado 1 ficheros con 16 adiciones y 17 borrados
  1. 16 17
      lib/css/zenburn.css

+ 16 - 17
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;
-}
-
+}