Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
1522 views
1
/*
2
Zenburn style from voldmar.ru (c) Vladimir Epifanov <[email protected]>
3
based on dark.css by Ivan Sagalaev
4
*/
5
6
.hljs {
7
display: block;
8
overflow-x: auto;
9
padding: 0.5em;
10
background: #3f3f3f;
11
color: #dcdcdc;
12
-webkit-text-size-adjust: none;
13
}
14
15
.hljs-keyword,
16
.hljs-tag,
17
.css .hljs-class,
18
.css .hljs-id,
19
.lisp .hljs-title,
20
.nginx .hljs-title,
21
.hljs-request,
22
.hljs-status,
23
.clojure .hljs-attribute {
24
color: #e3ceab;
25
}
26
27
.django .hljs-template_tag,
28
.django .hljs-variable,
29
.django .hljs-filter .hljs-argument {
30
color: #dcdcdc;
31
}
32
33
.hljs-number,
34
.hljs-date {
35
color: #8cd0d3;
36
}
37
38
.dos .hljs-envvar,
39
.dos .hljs-stream,
40
.hljs-variable,
41
.apache .hljs-sqbracket,
42
.hljs-name {
43
color: #efdcbc;
44
}
45
46
.dos .hljs-flow,
47
.diff .hljs-change,
48
.python .exception,
49
.python .hljs-built_in,
50
.hljs-literal,
51
.tex .hljs-special {
52
color: #efefaf;
53
}
54
55
.diff .hljs-chunk,
56
.hljs-subst {
57
color: #8f8f8f;
58
}
59
60
.dos .hljs-keyword,
61
.hljs-decorator,
62
.hljs-title,
63
.hljs-type,
64
.diff .hljs-header,
65
.ruby .hljs-class .hljs-parent,
66
.apache .hljs-tag,
67
.nginx .hljs-built_in,
68
.tex .hljs-command,
69
.hljs-prompt {
70
color: #efef8f;
71
}
72
73
.dos .hljs-winutils,
74
.ruby .hljs-symbol,
75
.ruby .hljs-symbol .hljs-string,
76
.ruby .hljs-string {
77
color: #dca3a3;
78
}
79
80
.diff .hljs-deletion,
81
.hljs-string,
82
.hljs-tag .hljs-value,
83
.hljs-preprocessor,
84
.hljs-pragma,
85
.hljs-built_in,
86
.smalltalk .hljs-class,
87
.smalltalk .hljs-localvars,
88
.smalltalk .hljs-array,
89
.css .hljs-rule .hljs-value,
90
.hljs-attr_selector,
91
.hljs-pseudo,
92
.apache .hljs-cbracket,
93
.tex .hljs-formula,
94
.coffeescript .hljs-attribute {
95
color: #cc9393;
96
}
97
98
.hljs-shebang,
99
.diff .hljs-addition,
100
.hljs-comment,
101
.hljs-annotation,
102
.hljs-pi,
103
.hljs-doctype {
104
color: #7f9f7f;
105
}
106
107
.coffeescript .javascript,
108
.javascript .xml,
109
.tex .hljs-formula,
110
.xml .javascript,
111
.xml .vbscript,
112
.xml .css,
113
.xml .hljs-cdata {
114
opacity: 0.5;
115
}
116