vendor/assets/stylesheets/highlight_js/far.css in highlight_js-rails-0.0.2 vs vendor/assets/stylesheets/highlight_js/far.css in highlight_js-rails-7.1.0
- old
+ new
@@ -14,52 +14,46 @@
color: #0FF;
}
pre .string,
pre .ruby .string,
-pre .function .title,
-pre .class .title,
-pre .haskell .label,
-pre .ini .title,
+pre .haskell .type,
pre .tag .value,
pre .css .rules .value,
pre .css .rules .value .number,
pre .preprocessor,
pre .ruby .symbol,
pre .ruby .symbol .string,
-pre .ruby .symbol .keyword,
-pre .ruby .symbol .keymethods,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .addition,
pre .apache .tag,
pre .apache .cbracket,
-pre .tex .command {
+pre .tex .command,
+pre .clojure .title {
color: #FF0;
}
pre .keyword,
pre .css .id,
-pre .function .title,
-pre .class .title,
-pre .haskell .label,
-pre .ini .title,
+pre .title,
+pre .haskell .type,
pre .vbscript .built_in,
pre .sql .aggregate,
pre .rsl .built_in,
pre .smalltalk .class,
pre .xml .tag .title,
pre .winutils,
pre .flow,
-pre .lisp .title,
pre .change,
pre .envvar,
pre .bash .variable,
-pre .tex .special {
+pre .tex .special,
+pre .clojure .built_in {
color: #FFF;
}
pre .comment,
pre .phpdoc,
@@ -75,11 +69,12 @@
pre .number,
pre .date,
pre .regexp,
pre .literal,
pre .smalltalk .symbol,
-pre .smalltalk .char {
+pre .smalltalk .char,
+pre .clojure .attribute {
color: #0F0;
}
pre .python .decorator,
pre .django .filter .argument,
@@ -96,23 +91,21 @@
color: #008080;
}
pre .keyword,
pre .css .id,
-pre .function .title,
-pre .class .title,
-pre .haskell .label,
-pre .ini .title,
+pre .title,
+pre .haskell .type,
pre .vbscript .built_in,
pre .sql .aggregate,
pre .rsl .built_in,
pre .smalltalk .class,
-pre .xml .tag .title,
pre .winutils,
pre .flow,
-pre .lisp .title,
pre .apache .tag,
pre .nginx .built_in,
pre .tex .command,
-pre .tex .special {
+pre .tex .special,
+pre .request,
+pre .status {
font-weight: bold;
}