aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-26 09:16:32 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-26 09:16:32 -0400
commitcf8b00405280c9e25b7807d20d657160654e0b53 (patch)
tree2e1442fd0907f3743c9c833433117a876b21897b /lib
parent571fb67864c41e52352a5d3246be1b5f4cb2d3ae (diff)
downloadfosdem-2018-presentation-cf8b00405280c9e25b7807d20d657160654e0b53.tar
fosdem-2018-presentation-cf8b00405280c9e25b7807d20d657160654e0b53.tar.gz
update to latest version of highlight theme #576
Diffstat (limited to 'lib')
-rw-r--r--lib/css/zenburn.css33
1 files changed, 16 insertions, 17 deletions
diff --git a/lib/css/zenburn.css b/lib/css/zenburn.css
index f4070ca..ab74139 100644
--- a/lib/css/zenburn.css
+++ b/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;
-}
-
+} \ No newline at end of file