Mercurial > eldonilo > lightstring
comparison console/lib/highlight/styles/zenburn.css @ 108:5cb4733c5189
many api changes
author | Sonny Piers <sonny@fastmail.net> |
---|---|
date | Fri, 13 Jul 2012 15:26:18 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
107:704ce44c1a22 | 108:5cb4733c5189 |
---|---|
1 /* | |
2 | |
3 Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru> | |
4 based on dark.css by Ivan Sagalaev | |
5 | |
6 */ | |
7 | |
8 pre code { | |
9 display: block; padding: 0.5em; | |
10 background: #3F3F3F; | |
11 color: #DCDCDC; | |
12 } | |
13 | |
14 pre .keyword, | |
15 pre .tag, | |
16 pre .css .class, | |
17 pre .css .id, | |
18 pre .lisp .title, | |
19 pre .nginx .title, | |
20 pre .request, | |
21 pre .status { | |
22 color: #E3CEAB; | |
23 } | |
24 | |
25 pre .django .template_tag, | |
26 pre .django .variable, | |
27 pre .django .filter .argument { | |
28 color: #DCDCDC; | |
29 } | |
30 | |
31 pre .number, | |
32 pre .date { | |
33 color: #8CD0D3; | |
34 } | |
35 | |
36 pre .dos .envvar, | |
37 pre .dos .stream, | |
38 pre .variable, | |
39 pre .apache .sqbracket { | |
40 color: #EFDCBC; | |
41 } | |
42 | |
43 pre .dos .flow, | |
44 pre .diff .change, | |
45 pre .python .exception, | |
46 pre .python .built_in, | |
47 pre .literal, | |
48 pre .tex .special { | |
49 color: #EFEFAF; | |
50 } | |
51 | |
52 pre .diff .chunk, | |
53 pre .ruby .subst { | |
54 color: #8F8F8F; | |
55 } | |
56 | |
57 pre .dos .keyword, | |
58 pre .python .decorator, | |
59 pre .title, | |
60 pre .haskell .type, | |
61 pre .diff .header, | |
62 pre .ruby .class .parent, | |
63 pre .apache .tag, | |
64 pre .nginx .built_in, | |
65 pre .tex .command, | |
66 pre .input_number { | |
67 color: #efef8f; | |
68 } | |
69 | |
70 pre .dos .winutils, | |
71 pre .ruby .symbol, | |
72 pre .ruby .symbol .string, | |
73 pre .ruby .symbol .keyword, | |
74 pre .ruby .symbol .keymethods, | |
75 pre .ruby .string, | |
76 pre .ruby .instancevar { | |
77 color: #DCA3A3; | |
78 } | |
79 | |
80 pre .diff .deletion, | |
81 pre .string, | |
82 pre .tag .value, | |
83 pre .preprocessor, | |
84 pre .built_in, | |
85 pre .sql .aggregate, | |
86 pre .javadoc, | |
87 pre .smalltalk .class, | |
88 pre .smalltalk .localvars, | |
89 pre .smalltalk .array, | |
90 pre .css .rules .value, | |
91 pre .attr_selector, | |
92 pre .pseudo, | |
93 pre .apache .cbracket, | |
94 pre .tex .formula { | |
95 color: #CC9393; | |
96 } | |
97 | |
98 pre .shebang, | |
99 pre .diff .addition, | |
100 pre .comment, | |
101 pre .java .annotation, | |
102 pre .template_comment, | |
103 pre .pi, | |
104 pre .doctype { | |
105 color: #7F9F7F; | |
106 } | |
107 | |
108 pre .coffeescript .javascript, | |
109 pre .xml .css, | |
110 pre .xml .javascript, | |
111 pre .xml .vbscript, | |
112 pre .tex .formula { | |
113 opacity: 0.5; | |
114 } | |
115 |