Skip to content

Commit cf8b004

Browse files
committed
update to latest version of highlight theme hakimel#576
1 parent 571fb67 commit cf8b004

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

lib/css/zenburn.css

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ pre code {
1313

1414
pre .keyword,
1515
pre .tag,
16-
pre .django .tag,
17-
pre .django .keyword,
1816
pre .css .class,
1917
pre .css .id,
20-
pre .lisp .title {
18+
pre .lisp .title,
19+
pre .nginx .title,
20+
pre .request,
21+
pre .status,
22+
pre .clojure .attribute {
2123
color: #E3CEAB;
2224
}
2325

@@ -49,32 +51,27 @@ pre .tex .special {
4951
}
5052

5153
pre .diff .chunk,
52-
pre .ruby .subst {
54+
pre .subst {
5355
color: #8F8F8F;
5456
}
5557

5658
pre .dos .keyword,
5759
pre .python .decorator,
58-
pre .class .title,
59-
pre .haskell .label,
60-
pre .function .title,
61-
pre .ini .title,
60+
pre .title,
61+
pre .haskell .type,
6262
pre .diff .header,
6363
pre .ruby .class .parent,
6464
pre .apache .tag,
6565
pre .nginx .built_in,
6666
pre .tex .command,
67-
pre .input_number {
67+
pre .prompt {
6868
color: #efef8f;
6969
}
7070

7171
pre .dos .winutils,
7272
pre .ruby .symbol,
7373
pre .ruby .symbol .string,
74-
pre .ruby .symbol .keyword,
75-
pre .ruby .symbol .keymethods,
76-
pre .ruby .string,
77-
pre .ruby .instancevar {
74+
pre .ruby .string {
7875
color: #DCA3A3;
7976
}
8077

@@ -106,10 +103,12 @@ pre .doctype {
106103
color: #7F9F7F;
107104
}
108105

109-
pre .xml .css,
106+
pre .coffeescript .javascript,
107+
pre .javascript .xml,
108+
pre .tex .formula,
110109
pre .xml .javascript,
111110
pre .xml .vbscript,
112-
pre .tex .formula {
111+
pre .xml .css,
112+
pre .xml .cdata {
113113
opacity: 0.5;
114-
}
115-
114+
}

0 commit comments

Comments
 (0)