Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
braverock
GitHub Repository: braverock/portfolioanalytics
Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/pojoaque.css
1436 views
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
color: #B64926;
34
}
35
36
pre .number,
37
pre .command,
38
pre .string,
39
pre .tag .value,
40
pre .phpdoc,
41
pre .tex .formula,
42
pre .regexp,
43
pre .hexcolor {
44
color: #468966;
45
}
46
47
pre .title,
48
pre .localvars,
49
pre .function .title,
50
pre .chunk,
51
pre .decorator,
52
pre .builtin,
53
pre .built_in,
54
pre .lisp .title,
55
pre .identifier,
56
pre .title .keymethods,
57
pre .id {
58
color: #FFB03B;
59
}
60
61
pre .attribute,
62
pre .variable,
63
pre .instancevar,
64
pre .lisp .body,
65
pre .smalltalk .number,
66
pre .constant,
67
pre .class .title,
68
pre .parent,
69
pre .haskell .type {
70
color: #b58900;
71
}
72
73
pre .css .attribute {
74
color: #b89859;
75
}
76
77
pre .css .number,pre .css .hexcolor{
78
color: #DCCF8F;
79
}
80
81
pre .css .class {
82
color: #d3a60c;
83
}
84
85
pre .preprocessor,
86
pre .pi,
87
pre .shebang,
88
pre .symbol,
89
pre .diff .change,
90
pre .special,
91
pre .keymethods,
92
pre .attr_selector,
93
pre .important,
94
pre .subst,
95
pre .cdata {
96
color: #cb4b16;
97
}
98
99
pre .deletion {
100
color: #dc322f;
101
}
102
103
pre .tex .formula {
104
background: #073642;
105
}
106
107