comparison console/lib/highlight/styles/pojoaque.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 Pojoaque Style by Jason Tate
4 http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5 Based on Solarized Style from http://ethanschoonover.com/solarized
6
7 */
8
9 pre code {
10 display: block; padding: 0.5em;
11 color: #DCCF8F;
12 background: url(./pojoaque.jpg) repeat scroll left top #181914;
13 }
14
15 pre .comment,
16 pre .template_comment,
17 pre .diff .header,
18 pre .doctype,
19 pre .lisp .string,
20 pre .javadoc {
21 color: #586e75;
22 font-style: italic;
23 }
24
25 pre .keyword,
26 pre .css .rule .keyword,
27 pre .winutils,
28 pre .javascript .title,
29 pre .method,
30 pre .addition,
31 pre .css .tag,
32 pre .lisp .title,
33 pre .nginx .title {
34 color: #B64926;
35 }
36
37 pre .number,
38 pre .command,
39 pre .string,
40 pre .tag .value,
41 pre .phpdoc,
42 pre .tex .formula,
43 pre .regexp,
44 pre .hexcolor {
45 color: #468966;
46 }
47
48 pre .title,
49 pre .localvars,
50 pre .function .title,
51 pre .chunk,
52 pre .decorator,
53 pre .builtin,
54 pre .built_in,
55 pre .lisp .title,
56 pre .identifier,
57 pre .title .keymethods,
58 pre .id {
59 color: #FFB03B;
60 }
61
62 pre .attribute,
63 pre .variable,
64 pre .instancevar,
65 pre .lisp .body,
66 pre .smalltalk .number,
67 pre .constant,
68 pre .class .title,
69 pre .parent,
70 pre .haskell .type {
71 color: #b58900;
72 }
73
74 pre .css .attribute {
75 color: #b89859;
76 }
77
78 pre .css .number,pre .css .hexcolor{
79 color: #DCCF8F;
80 }
81
82 pre .css .class {
83 color: #d3a60c;
84 }
85
86 pre .preprocessor,
87 pre .pi,
88 pre .shebang,
89 pre .symbol,
90 pre .diff .change,
91 pre .special,
92 pre .keymethods,
93 pre .attr_selector,
94 pre .important,
95 pre .subst,
96 pre .cdata {
97 color: #cb4b16;
98 }
99
100 pre .deletion {
101 color: #dc322f;
102 }
103
104 pre .tex .formula {
105 background: #073642;
106 }