aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/css/highlight.tomorrow-night.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-03 13:21:11 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-03 13:21:11 +0200
commitc766284d522206578e7ec154961e0fce456f70c8 (patch)
treea5246151bf8278a0e8053b9dd1ce9d770073c50b /docs/css/highlight.tomorrow-night.css
parentc0cb52c07439c974075c302a190a034a8cce4f92 (diff)
parente968ec6c2244aee600358b3c87648b2409c97945 (diff)
downloadwallabag-c766284d522206578e7ec154961e0fce456f70c8.tar.gz
wallabag-c766284d522206578e7ec154961e0fce456f70c8.tar.zst
wallabag-c766284d522206578e7ec154961e0fce456f70c8.zip
Merge pull request #1267 from wallabag/dev1.9.1
1.9.1
Diffstat (limited to 'docs/css/highlight.tomorrow-night.css')
-rw-r--r--docs/css/highlight.tomorrow-night.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/css/highlight.tomorrow-night.css b/docs/css/highlight.tomorrow-night.css
new file mode 100644
index 00000000..a486af9e
--- /dev/null
+++ b/docs/css/highlight.tomorrow-night.css
@@ -0,0 +1,45 @@
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 .class, 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
37pre code {
38 display: block;
39 background: #1d1f21;
40 color: #c5c8c6;
41 font-family: Menlo, Monaco, Consolas, monospace;
42 line-height: 1.5;
43 border: 1px solid #ccc;
44 padding: 10px;
45}