highlight_js-rails4 7.4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +19 -0
- data/AUTHORS.en.txt +84 -0
- data/AUTHORS.ru.txt +84 -0
- data/Gemfile +4 -0
- data/LICENSE +24 -0
- data/README.highlight-js.md +168 -0
- data/README.highlight-js.ru.md +173 -0
- data/README.md +52 -0
- data/Rakefile +2 -0
- data/classref.txt +676 -0
- data/highlight_js-rails4.gemspec +19 -0
- data/lib/highlight_js/rails/engine.rb +6 -0
- data/lib/highlight_js/version.rb +5 -0
- data/lib/highlight_js-rails4.rb +2 -0
- data/vendor/assets/images/highlight_js/brown_papersq.png +0 -0
- data/vendor/assets/images/highlight_js/pojoaque.jpg +0 -0
- data/vendor/assets/images/highlight_js/school_book.png +0 -0
- data/vendor/assets/javascripts/highlight_js/highlight.js +613 -0
- data/vendor/assets/javascripts/highlight_js/languages/1c.js +92 -0
- data/vendor/assets/javascripts/highlight_js/languages/actionscript.js +83 -0
- data/vendor/assets/javascripts/highlight_js/languages/apache.js +117 -0
- data/vendor/assets/javascripts/highlight_js/languages/applescript.js +104 -0
- data/vendor/assets/javascripts/highlight_js/languages/asciidoc.js +187 -0
- data/vendor/assets/javascripts/highlight_js/languages/avrasm.js +60 -0
- data/vendor/assets/javascripts/highlight_js/languages/axapta.js +44 -0
- data/vendor/assets/javascripts/highlight_js/languages/bash.js +70 -0
- data/vendor/assets/javascripts/highlight_js/languages/brainfuck.js +31 -0
- data/vendor/assets/javascripts/highlight_js/languages/clojure.js +101 -0
- data/vendor/assets/javascripts/highlight_js/languages/cmake.js +38 -0
- data/vendor/assets/javascripts/highlight_js/languages/coffeescript.js +137 -0
- data/vendor/assets/javascripts/highlight_js/languages/cpp.js +53 -0
- data/vendor/assets/javascripts/highlight_js/languages/cs.js +51 -0
- data/vendor/assets/javascripts/highlight_js/languages/css.js +105 -0
- data/vendor/assets/javascripts/highlight_js/languages/d.js +267 -0
- data/vendor/assets/javascripts/highlight_js/languages/delphi.js +77 -0
- data/vendor/assets/javascripts/highlight_js/languages/diff.js +63 -0
- data/vendor/assets/javascripts/highlight_js/languages/django.js +89 -0
- data/vendor/assets/javascripts/highlight_js/languages/dos.js +35 -0
- data/vendor/assets/javascripts/highlight_js/languages/erlang-repl.js +55 -0
- data/vendor/assets/javascripts/highlight_js/languages/erlang.js +162 -0
- data/vendor/assets/javascripts/highlight_js/languages/fsharp.js +56 -0
- data/vendor/assets/javascripts/highlight_js/languages/glsl.js +99 -0
- data/vendor/assets/javascripts/highlight_js/languages/go.js +45 -0
- data/vendor/assets/javascripts/highlight_js/languages/haml.js +142 -0
- data/vendor/assets/javascripts/highlight_js/languages/handlebars.js +64 -0
- data/vendor/assets/javascripts/highlight_js/languages/haskell.js +90 -0
- data/vendor/assets/javascripts/highlight_js/languages/http.js +39 -0
- data/vendor/assets/javascripts/highlight_js/languages/ini.js +33 -0
- data/vendor/assets/javascripts/highlight_js/languages/java.js +50 -0
- data/vendor/assets/javascripts/highlight_js/languages/javascript.js +57 -0
- data/vendor/assets/javascripts/highlight_js/languages/json.js +42 -0
- data/vendor/assets/javascripts/highlight_js/languages/lasso.js +112 -0
- data/vendor/assets/javascripts/highlight_js/languages/lisp.js +90 -0
- data/vendor/assets/javascripts/highlight_js/languages/lua.js +65 -0
- data/vendor/assets/javascripts/highlight_js/languages/markdown.js +84 -0
- data/vendor/assets/javascripts/highlight_js/languages/matlab.js +81 -0
- data/vendor/assets/javascripts/highlight_js/languages/mel.js +236 -0
- data/vendor/assets/javascripts/highlight_js/languages/mizar.js +24 -0
- data/vendor/assets/javascripts/highlight_js/languages/nginx.js +101 -0
- data/vendor/assets/javascripts/highlight_js/languages/objectivec.js +89 -0
- data/vendor/assets/javascripts/highlight_js/languages/parser3.js +50 -0
- data/vendor/assets/javascripts/highlight_js/languages/perl.js +169 -0
- data/vendor/assets/javascripts/highlight_js/languages/php.js +107 -0
- data/vendor/assets/javascripts/highlight_js/languages/profile.js +49 -0
- data/vendor/assets/javascripts/highlight_js/languages/python.js +88 -0
- data/vendor/assets/javascripts/highlight_js/languages/r.js +80 -0
- data/vendor/assets/javascripts/highlight_js/languages/rib.js +32 -0
- data/vendor/assets/javascripts/highlight_js/languages/rsl.js +44 -0
- data/vendor/assets/javascripts/highlight_js/languages/ruby.js +195 -0
- data/vendor/assets/javascripts/highlight_js/languages/ruleslanguage.js +62 -0
- data/vendor/assets/javascripts/highlight_js/languages/rust.js +55 -0
- data/vendor/assets/javascripts/highlight_js/languages/scala.js +61 -0
- data/vendor/assets/javascripts/highlight_js/languages/scss.js +114 -0
- data/vendor/assets/javascripts/highlight_js/languages/smalltalk.js +56 -0
- data/vendor/assets/javascripts/highlight_js/languages/sql.js +64 -0
- data/vendor/assets/javascripts/highlight_js/languages/tex.js +58 -0
- data/vendor/assets/javascripts/highlight_js/languages/vala.js +64 -0
- data/vendor/assets/javascripts/highlight_js/languages/vbnet.js +54 -0
- data/vendor/assets/javascripts/highlight_js/languages/vbscript.js +40 -0
- data/vendor/assets/javascripts/highlight_js/languages/vhdl.js +49 -0
- data/vendor/assets/javascripts/highlight_js/languages/xml.js +107 -0
- data/vendor/assets/stylesheets/highlight_js/arta.css +159 -0
- data/vendor/assets/stylesheets/highlight_js/ascetic.css +50 -0
- data/vendor/assets/stylesheets/highlight_js/brown_paper.css +104 -0
- data/vendor/assets/stylesheets/highlight_js/dark.css +104 -0
- data/vendor/assets/stylesheets/highlight_js/default.css +149 -0
- data/vendor/assets/stylesheets/highlight_js/docco.css +131 -0
- data/vendor/assets/stylesheets/highlight_js/far.css +112 -0
- data/vendor/assets/stylesheets/highlight_js/foundation.css +113 -0
- data/vendor/assets/stylesheets/highlight_js/github.css +129 -0
- data/vendor/assets/stylesheets/highlight_js/googlecode.css +145 -0
- data/vendor/assets/stylesheets/highlight_js/idea.css +121 -0
- data/vendor/assets/stylesheets/highlight_js/ir_black.css +105 -0
- data/vendor/assets/stylesheets/highlight_js/magula.css +122 -0
- data/vendor/assets/stylesheets/highlight_js/mono-blue.css +59 -0
- data/vendor/assets/stylesheets/highlight_js/monokai.css +124 -0
- data/vendor/assets/stylesheets/highlight_js/monokai_sublime.css +101 -0
- data/vendor/assets/stylesheets/highlight_js/obsidian.css +153 -0
- data/vendor/assets/stylesheets/highlight_js/pojoaque.css +104 -0
- data/vendor/assets/stylesheets/highlight_js/railscasts.css +181 -0
- data/vendor/assets/stylesheets/highlight_js/rainbow.css +114 -0
- data/vendor/assets/stylesheets/highlight_js/school_book.css +112 -0
- data/vendor/assets/stylesheets/highlight_js/solarized_dark.css +91 -0
- data/vendor/assets/stylesheets/highlight_js/solarized_light.css +91 -0
- data/vendor/assets/stylesheets/highlight_js/sunburst.css +159 -0
- data/vendor/assets/stylesheets/highlight_js/tomorrow-night-blue.css +52 -0
- data/vendor/assets/stylesheets/highlight_js/tomorrow-night-bright.css +51 -0
- data/vendor/assets/stylesheets/highlight_js/tomorrow-night-eighties.css +51 -0
- data/vendor/assets/stylesheets/highlight_js/tomorrow-night.css +52 -0
- data/vendor/assets/stylesheets/highlight_js/tomorrow.css +49 -0
- data/vendor/assets/stylesheets/highlight_js/vs.css +88 -0
- data/vendor/assets/stylesheets/highlight_js/xcode.css +156 -0
- data/vendor/assets/stylesheets/highlight_js/zenburn.css +116 -0
- metadata +172 -0
@@ -0,0 +1,91 @@
|
|
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 .rules .value,
|
39
|
+
pre .phpdoc,
|
40
|
+
pre .tex .formula,
|
41
|
+
pre .regexp,
|
42
|
+
pre .hexcolor {
|
43
|
+
color: #2aa198;
|
44
|
+
}
|
45
|
+
|
46
|
+
pre .title,
|
47
|
+
pre .localvars,
|
48
|
+
pre .chunk,
|
49
|
+
pre .decorator,
|
50
|
+
pre .built_in,
|
51
|
+
pre .identifier,
|
52
|
+
pre .vhdl .literal,
|
53
|
+
pre .id,
|
54
|
+
pre .css .function {
|
55
|
+
color: #268bd2;
|
56
|
+
}
|
57
|
+
|
58
|
+
pre .attribute,
|
59
|
+
pre .variable,
|
60
|
+
pre .lisp .body,
|
61
|
+
pre .smalltalk .number,
|
62
|
+
pre .constant,
|
63
|
+
pre .class .title,
|
64
|
+
pre .parent,
|
65
|
+
pre .haskell .type {
|
66
|
+
color: #b58900;
|
67
|
+
}
|
68
|
+
|
69
|
+
pre .preprocessor,
|
70
|
+
pre .preprocessor .keyword,
|
71
|
+
pre .shebang,
|
72
|
+
pre .symbol,
|
73
|
+
pre .symbol .string,
|
74
|
+
pre .diff .change,
|
75
|
+
pre .special,
|
76
|
+
pre .attr_selector,
|
77
|
+
pre .important,
|
78
|
+
pre .subst,
|
79
|
+
pre .cdata,
|
80
|
+
pre .clojure .title,
|
81
|
+
pre .css .pseudo {
|
82
|
+
color: #cb4b16;
|
83
|
+
}
|
84
|
+
|
85
|
+
pre .deletion {
|
86
|
+
color: #dc322f;
|
87
|
+
}
|
88
|
+
|
89
|
+
pre .tex .formula {
|
90
|
+
background: #073642;
|
91
|
+
}
|
@@ -0,0 +1,91 @@
|
|
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: #fdf6e3; color: #657b83;
|
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: #93a1a1;
|
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 .rules .value,
|
39
|
+
pre .phpdoc,
|
40
|
+
pre .tex .formula,
|
41
|
+
pre .regexp,
|
42
|
+
pre .hexcolor {
|
43
|
+
color: #2aa198;
|
44
|
+
}
|
45
|
+
|
46
|
+
pre .title,
|
47
|
+
pre .localvars,
|
48
|
+
pre .chunk,
|
49
|
+
pre .decorator,
|
50
|
+
pre .built_in,
|
51
|
+
pre .identifier,
|
52
|
+
pre .vhdl .literal,
|
53
|
+
pre .id,
|
54
|
+
pre .css .function {
|
55
|
+
color: #268bd2;
|
56
|
+
}
|
57
|
+
|
58
|
+
pre .attribute,
|
59
|
+
pre .variable,
|
60
|
+
pre .lisp .body,
|
61
|
+
pre .smalltalk .number,
|
62
|
+
pre .constant,
|
63
|
+
pre .class .title,
|
64
|
+
pre .parent,
|
65
|
+
pre .haskell .type {
|
66
|
+
color: #b58900;
|
67
|
+
}
|
68
|
+
|
69
|
+
pre .preprocessor,
|
70
|
+
pre .preprocessor .keyword,
|
71
|
+
pre .shebang,
|
72
|
+
pre .symbol,
|
73
|
+
pre .symbol .string,
|
74
|
+
pre .diff .change,
|
75
|
+
pre .special,
|
76
|
+
pre .attr_selector,
|
77
|
+
pre .important,
|
78
|
+
pre .subst,
|
79
|
+
pre .cdata,
|
80
|
+
pre .clojure .title,
|
81
|
+
pre .css .pseudo {
|
82
|
+
color: #cb4b16;
|
83
|
+
}
|
84
|
+
|
85
|
+
pre .deletion {
|
86
|
+
color: #dc322f;
|
87
|
+
}
|
88
|
+
|
89
|
+
pre .tex .formula {
|
90
|
+
background: #eee8d5;
|
91
|
+
}
|
@@ -0,0 +1,159 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
pre code {
|
8
|
+
display: block; padding: 0.5em;
|
9
|
+
background: #000; color: #f8f8f8;
|
10
|
+
}
|
11
|
+
|
12
|
+
pre .comment,
|
13
|
+
pre .template_comment,
|
14
|
+
pre .javadoc {
|
15
|
+
color: #aeaeae;
|
16
|
+
font-style: italic;
|
17
|
+
}
|
18
|
+
|
19
|
+
pre .keyword,
|
20
|
+
pre .ruby .function .keyword,
|
21
|
+
pre .request,
|
22
|
+
pre .status,
|
23
|
+
pre .nginx .title {
|
24
|
+
color: #E28964;
|
25
|
+
}
|
26
|
+
|
27
|
+
pre .function .keyword,
|
28
|
+
pre .sub .keyword,
|
29
|
+
pre .method,
|
30
|
+
pre .list .title {
|
31
|
+
color: #99CF50;
|
32
|
+
}
|
33
|
+
|
34
|
+
pre .string,
|
35
|
+
pre .tag .value,
|
36
|
+
pre .cdata,
|
37
|
+
pre .filter .argument,
|
38
|
+
pre .attr_selector,
|
39
|
+
pre .apache .cbracket,
|
40
|
+
pre .date,
|
41
|
+
pre .tex .command,
|
42
|
+
pre .coffeescript .attribute {
|
43
|
+
color: #65B042;
|
44
|
+
}
|
45
|
+
|
46
|
+
pre .subst {
|
47
|
+
color: #DAEFA3;
|
48
|
+
}
|
49
|
+
|
50
|
+
pre .regexp {
|
51
|
+
color: #E9C062;
|
52
|
+
}
|
53
|
+
|
54
|
+
pre .title,
|
55
|
+
pre .sub .identifier,
|
56
|
+
pre .pi,
|
57
|
+
pre .tag,
|
58
|
+
pre .tag .keyword,
|
59
|
+
pre .decorator,
|
60
|
+
pre .shebang,
|
61
|
+
pre .prompt {
|
62
|
+
color: #89BDFF;
|
63
|
+
}
|
64
|
+
|
65
|
+
pre .class .title,
|
66
|
+
pre .haskell .type,
|
67
|
+
pre .smalltalk .class,
|
68
|
+
pre .javadoctag,
|
69
|
+
pre .yardoctag,
|
70
|
+
pre .phpdoc {
|
71
|
+
text-decoration: underline;
|
72
|
+
}
|
73
|
+
|
74
|
+
pre .symbol,
|
75
|
+
pre .ruby .symbol .string,
|
76
|
+
pre .number {
|
77
|
+
color: #3387CC;
|
78
|
+
}
|
79
|
+
|
80
|
+
pre .params,
|
81
|
+
pre .variable,
|
82
|
+
pre .clojure .attribute {
|
83
|
+
color: #3E87E3;
|
84
|
+
}
|
85
|
+
|
86
|
+
pre .css .tag,
|
87
|
+
pre .rules .property,
|
88
|
+
pre .pseudo,
|
89
|
+
pre .tex .special {
|
90
|
+
color: #CDA869;
|
91
|
+
}
|
92
|
+
|
93
|
+
pre .css .class {
|
94
|
+
color: #9B703F;
|
95
|
+
}
|
96
|
+
|
97
|
+
pre .rules .keyword {
|
98
|
+
color: #C5AF75;
|
99
|
+
}
|
100
|
+
|
101
|
+
pre .rules .value {
|
102
|
+
color: #CF6A4C;
|
103
|
+
}
|
104
|
+
|
105
|
+
pre .css .id {
|
106
|
+
color: #8B98AB;
|
107
|
+
}
|
108
|
+
|
109
|
+
pre .annotation,
|
110
|
+
pre .apache .sqbracket,
|
111
|
+
pre .nginx .built_in {
|
112
|
+
color: #9B859D;
|
113
|
+
}
|
114
|
+
|
115
|
+
pre .preprocessor {
|
116
|
+
color: #8996A8;
|
117
|
+
}
|
118
|
+
|
119
|
+
pre .hexcolor,
|
120
|
+
pre .css .value .number {
|
121
|
+
color: #DD7B3B;
|
122
|
+
}
|
123
|
+
|
124
|
+
pre .css .function {
|
125
|
+
color: #DAD085;
|
126
|
+
}
|
127
|
+
|
128
|
+
pre .diff .header,
|
129
|
+
pre .chunk,
|
130
|
+
pre .tex .formula {
|
131
|
+
background-color: #0E2231;
|
132
|
+
color: #F8F8F8;
|
133
|
+
font-style: italic;
|
134
|
+
}
|
135
|
+
|
136
|
+
pre .diff .change {
|
137
|
+
background-color: #4A410D;
|
138
|
+
color: #F8F8F8;
|
139
|
+
}
|
140
|
+
|
141
|
+
pre .addition {
|
142
|
+
background-color: #253B22;
|
143
|
+
color: #F8F8F8;
|
144
|
+
}
|
145
|
+
|
146
|
+
pre .deletion {
|
147
|
+
background-color: #420E09;
|
148
|
+
color: #F8F8F8;
|
149
|
+
}
|
150
|
+
|
151
|
+
pre .coffeescript .javascript,
|
152
|
+
pre .javascript .xml,
|
153
|
+
pre .tex .formula,
|
154
|
+
pre .xml .javascript,
|
155
|
+
pre .xml .vbscript,
|
156
|
+
pre .xml .css,
|
157
|
+
pre .xml .cdata {
|
158
|
+
opacity: 0.5;
|
159
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
/* Tomorrow Night Blue Theme */
|
2
|
+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
3
|
+
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
4
|
+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
5
|
+
.tomorrow-comment, pre .comment, pre .title {
|
6
|
+
color: #7285b7;
|
7
|
+
}
|
8
|
+
|
9
|
+
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
|
10
|
+
color: #ff9da4;
|
11
|
+
}
|
12
|
+
|
13
|
+
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
14
|
+
color: #ffc58f;
|
15
|
+
}
|
16
|
+
|
17
|
+
.tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute {
|
18
|
+
color: #ffeead;
|
19
|
+
}
|
20
|
+
|
21
|
+
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
22
|
+
color: #d1f1a9;
|
23
|
+
}
|
24
|
+
|
25
|
+
.tomorrow-aqua, pre .css .hexcolor {
|
26
|
+
color: #99ffff;
|
27
|
+
}
|
28
|
+
|
29
|
+
.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
|
30
|
+
color: #bbdaff;
|
31
|
+
}
|
32
|
+
|
33
|
+
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
34
|
+
color: #ebbbff;
|
35
|
+
}
|
36
|
+
|
37
|
+
pre code {
|
38
|
+
display: block;
|
39
|
+
background: #002451;
|
40
|
+
color: white;
|
41
|
+
padding: 0.5em;
|
42
|
+
}
|
43
|
+
|
44
|
+
pre .coffeescript .javascript,
|
45
|
+
pre .javascript .xml,
|
46
|
+
pre .tex .formula,
|
47
|
+
pre .xml .javascript,
|
48
|
+
pre .xml .vbscript,
|
49
|
+
pre .xml .css,
|
50
|
+
pre .xml .cdata {
|
51
|
+
opacity: 0.5;
|
52
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
/* Tomorrow Night Bright Theme */
|
2
|
+
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
3
|
+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
4
|
+
.tomorrow-comment, pre .comment, pre .title {
|
5
|
+
color: #969896;
|
6
|
+
}
|
7
|
+
|
8
|
+
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
|
9
|
+
color: #d54e53;
|
10
|
+
}
|
11
|
+
|
12
|
+
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
13
|
+
color: #e78c45;
|
14
|
+
}
|
15
|
+
|
16
|
+
.tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute {
|
17
|
+
color: #e7c547;
|
18
|
+
}
|
19
|
+
|
20
|
+
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
21
|
+
color: #b9ca4a;
|
22
|
+
}
|
23
|
+
|
24
|
+
.tomorrow-aqua, pre .css .hexcolor {
|
25
|
+
color: #70c0b1;
|
26
|
+
}
|
27
|
+
|
28
|
+
.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
|
29
|
+
color: #7aa6da;
|
30
|
+
}
|
31
|
+
|
32
|
+
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
33
|
+
color: #c397d8;
|
34
|
+
}
|
35
|
+
|
36
|
+
pre code {
|
37
|
+
display: block;
|
38
|
+
background: black;
|
39
|
+
color: #eaeaea;
|
40
|
+
padding: 0.5em;
|
41
|
+
}
|
42
|
+
|
43
|
+
pre .coffeescript .javascript,
|
44
|
+
pre .javascript .xml,
|
45
|
+
pre .tex .formula,
|
46
|
+
pre .xml .javascript,
|
47
|
+
pre .xml .vbscript,
|
48
|
+
pre .xml .css,
|
49
|
+
pre .xml .cdata {
|
50
|
+
opacity: 0.5;
|
51
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
/* Tomorrow Night Eighties Theme */
|
2
|
+
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
3
|
+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
4
|
+
.tomorrow-comment, pre .comment, pre .title {
|
5
|
+
color: #999999;
|
6
|
+
}
|
7
|
+
|
8
|
+
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
|
9
|
+
color: #f2777a;
|
10
|
+
}
|
11
|
+
|
12
|
+
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
13
|
+
color: #f99157;
|
14
|
+
}
|
15
|
+
|
16
|
+
.tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute {
|
17
|
+
color: #ffcc66;
|
18
|
+
}
|
19
|
+
|
20
|
+
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
21
|
+
color: #99cc99;
|
22
|
+
}
|
23
|
+
|
24
|
+
.tomorrow-aqua, pre .css .hexcolor {
|
25
|
+
color: #66cccc;
|
26
|
+
}
|
27
|
+
|
28
|
+
.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
|
29
|
+
color: #6699cc;
|
30
|
+
}
|
31
|
+
|
32
|
+
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
33
|
+
color: #cc99cc;
|
34
|
+
}
|
35
|
+
|
36
|
+
pre code {
|
37
|
+
display: block;
|
38
|
+
background: #2d2d2d;
|
39
|
+
color: #cccccc;
|
40
|
+
padding: 0.5em;
|
41
|
+
}
|
42
|
+
|
43
|
+
pre .coffeescript .javascript,
|
44
|
+
pre .javascript .xml,
|
45
|
+
pre .tex .formula,
|
46
|
+
pre .xml .javascript,
|
47
|
+
pre .xml .vbscript,
|
48
|
+
pre .xml .css,
|
49
|
+
pre .xml .cdata {
|
50
|
+
opacity: 0.5;
|
51
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
/* Tomorrow Night Theme */
|
2
|
+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
3
|
+
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
4
|
+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
5
|
+
.tomorrow-comment, pre .comment, pre .title {
|
6
|
+
color: #969896;
|
7
|
+
}
|
8
|
+
|
9
|
+
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
|
10
|
+
color: #cc6666;
|
11
|
+
}
|
12
|
+
|
13
|
+
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
14
|
+
color: #de935f;
|
15
|
+
}
|
16
|
+
|
17
|
+
.tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute {
|
18
|
+
color: #f0c674;
|
19
|
+
}
|
20
|
+
|
21
|
+
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
22
|
+
color: #b5bd68;
|
23
|
+
}
|
24
|
+
|
25
|
+
.tomorrow-aqua, pre .css .hexcolor {
|
26
|
+
color: #8abeb7;
|
27
|
+
}
|
28
|
+
|
29
|
+
.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
|
30
|
+
color: #81a2be;
|
31
|
+
}
|
32
|
+
|
33
|
+
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
34
|
+
color: #b294bb;
|
35
|
+
}
|
36
|
+
|
37
|
+
pre code {
|
38
|
+
display: block;
|
39
|
+
background: #1d1f21;
|
40
|
+
color: #c5c8c6;
|
41
|
+
padding: 0.5em;
|
42
|
+
}
|
43
|
+
|
44
|
+
pre .coffeescript .javascript,
|
45
|
+
pre .javascript .xml,
|
46
|
+
pre .tex .formula,
|
47
|
+
pre .xml .javascript,
|
48
|
+
pre .xml .vbscript,
|
49
|
+
pre .xml .css,
|
50
|
+
pre .xml .cdata {
|
51
|
+
opacity: 0.5;
|
52
|
+
}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
2
|
+
.tomorrow-comment, pre .comment, pre .title {
|
3
|
+
color: #8e908c;
|
4
|
+
}
|
5
|
+
|
6
|
+
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
|
7
|
+
color: #c82829;
|
8
|
+
}
|
9
|
+
|
10
|
+
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
11
|
+
color: #f5871f;
|
12
|
+
}
|
13
|
+
|
14
|
+
.tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute {
|
15
|
+
color: #eab700;
|
16
|
+
}
|
17
|
+
|
18
|
+
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
19
|
+
color: #718c00;
|
20
|
+
}
|
21
|
+
|
22
|
+
.tomorrow-aqua, pre .css .hexcolor {
|
23
|
+
color: #3e999f;
|
24
|
+
}
|
25
|
+
|
26
|
+
.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
|
27
|
+
color: #4271ae;
|
28
|
+
}
|
29
|
+
|
30
|
+
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
31
|
+
color: #8959a8;
|
32
|
+
}
|
33
|
+
|
34
|
+
pre code {
|
35
|
+
display: block;
|
36
|
+
background: white;
|
37
|
+
color: #4d4d4c;
|
38
|
+
padding: 0.5em;
|
39
|
+
}
|
40
|
+
|
41
|
+
pre .coffeescript .javascript,
|
42
|
+
pre .javascript .xml,
|
43
|
+
pre .tex .formula,
|
44
|
+
pre .xml .javascript,
|
45
|
+
pre .xml .vbscript,
|
46
|
+
pre .xml .css,
|
47
|
+
pre .xml .cdata {
|
48
|
+
opacity: 0.5;
|
49
|
+
}
|
@@ -0,0 +1,88 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
|
4
|
+
|
5
|
+
*/
|
6
|
+
pre code {
|
7
|
+
display: block; padding: 0.5em;
|
8
|
+
background: white; color: black;
|
9
|
+
}
|
10
|
+
|
11
|
+
pre .comment,
|
12
|
+
pre .annotation,
|
13
|
+
pre .template_comment,
|
14
|
+
pre .diff .header,
|
15
|
+
pre .chunk,
|
16
|
+
pre .apache .cbracket {
|
17
|
+
color: rgb(0, 128, 0);
|
18
|
+
}
|
19
|
+
|
20
|
+
pre .keyword,
|
21
|
+
pre .id,
|
22
|
+
pre .built_in,
|
23
|
+
pre .smalltalk .class,
|
24
|
+
pre .winutils,
|
25
|
+
pre .bash .variable,
|
26
|
+
pre .tex .command,
|
27
|
+
pre .request,
|
28
|
+
pre .status,
|
29
|
+
pre .nginx .title,
|
30
|
+
pre .xml .tag,
|
31
|
+
pre .xml .tag .value {
|
32
|
+
color: rgb(0, 0, 255);
|
33
|
+
}
|
34
|
+
|
35
|
+
pre .string,
|
36
|
+
pre .title,
|
37
|
+
pre .parent,
|
38
|
+
pre .tag .value,
|
39
|
+
pre .rules .value,
|
40
|
+
pre .rules .value .number,
|
41
|
+
pre .ruby .symbol,
|
42
|
+
pre .ruby .symbol .string,
|
43
|
+
pre .aggregate,
|
44
|
+
pre .template_tag,
|
45
|
+
pre .django .variable,
|
46
|
+
pre .addition,
|
47
|
+
pre .flow,
|
48
|
+
pre .stream,
|
49
|
+
pre .apache .tag,
|
50
|
+
pre .date,
|
51
|
+
pre .tex .formula,
|
52
|
+
pre .coffeescript .attribute {
|
53
|
+
color: rgb(163, 21, 21);
|
54
|
+
}
|
55
|
+
|
56
|
+
pre .ruby .string,
|
57
|
+
pre .decorator,
|
58
|
+
pre .filter .argument,
|
59
|
+
pre .localvars,
|
60
|
+
pre .array,
|
61
|
+
pre .attr_selector,
|
62
|
+
pre .pseudo,
|
63
|
+
pre .pi,
|
64
|
+
pre .doctype,
|
65
|
+
pre .deletion,
|
66
|
+
pre .envvar,
|
67
|
+
pre .shebang,
|
68
|
+
pre .preprocessor,
|
69
|
+
pre .userType,
|
70
|
+
pre .apache .sqbracket,
|
71
|
+
pre .nginx .built_in,
|
72
|
+
pre .tex .special,
|
73
|
+
pre .prompt {
|
74
|
+
color: rgb(43, 145, 175);
|
75
|
+
}
|
76
|
+
|
77
|
+
pre .phpdoc,
|
78
|
+
pre .javadoc,
|
79
|
+
pre .xmlDocTag {
|
80
|
+
color: rgb(128, 128, 128);
|
81
|
+
}
|
82
|
+
|
83
|
+
pre .vhdl .typename { font-weight: bold; }
|
84
|
+
pre .vhdl .string { color: #666666; }
|
85
|
+
pre .vhdl .literal { color: rgb(163, 21, 21); }
|
86
|
+
pre .vhdl .attribute { color: #00B0E8; }
|
87
|
+
|
88
|
+
pre .xml .attribute { color: rgb(255, 0, 0); }
|