comparison console/lib/highlight/styles/solarized_dark.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 Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
4
5 */
6
7 pre code {
8 display: block; padding: 0.5em;
9 background: #002b36; color: #839496;
10 }
11
12 pre .comment,
13 pre .template_comment,
14 pre .diff .header,
15 pre .doctype,
16 pre .pi,
17 pre .lisp .string,
18 pre .javadoc {
19 color: #586e75;
20 font-style: italic;
21 }
22
23 pre .keyword,
24 pre .winutils,
25 pre .method,
26 pre .addition,
27 pre .css .tag,
28 pre .request,
29 pre .status,
30 pre .nginx .title {
31 color: #859900;
32 }
33
34 pre .number,
35 pre .command,
36 pre .string,
37 pre .tag .value,
38 pre .phpdoc,
39 pre .tex .formula,
40 pre .regexp,
41 pre .hexcolor {
42 color: #2aa198;
43 }
44
45 pre .title,
46 pre .localvars,
47 pre .chunk,
48 pre .decorator,
49 pre .builtin,
50 pre .built_in,
51 pre .identifier,
52 pre .title .keymethods,
53 pre .vhdl .literal,
54 pre .id {
55 color: #268bd2;
56 }
57
58 pre .attribute,
59 pre .variable,
60 pre .instancevar,
61 pre .lisp .body,
62 pre .smalltalk .number,
63 pre .constant,
64 pre .class .title,
65 pre .parent,
66 pre .haskell .type {
67 color: #b58900;
68 }
69
70 pre .preprocessor,
71 pre .preprocessor .keyword,
72 pre .shebang,
73 pre .symbol,
74 pre .diff .change,
75 pre .special,
76 pre .keymethods,
77 pre .attr_selector,
78 pre .important,
79 pre .subst,
80 pre .cdata {
81 color: #cb4b16;
82 }
83
84 pre .deletion {
85 color: #dc322f;
86 }
87
88 pre .tex .formula {
89 background: #073642;
90 }