]> git.proxmox.com Git - rustc.git/blame - src/vendor/mdbook/src/theme/tomorrow-night.css
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / mdbook / src / theme / tomorrow-night.css
CommitLineData
041b39d2
XL
1/* Tomorrow Night Theme */\r
2/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */\r
3/* Original theme - https://github.com/chriskempson/tomorrow-theme */\r
4/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */\r
5\r
6/* Tomorrow Comment */\r
7.hljs-comment {\r
8 color: #969896;\r
9}\r
10\r
11/* Tomorrow Red */\r
12.hljs-variable,\r
13.hljs-attribute,\r
14.hljs-tag,\r
15.hljs-regexp,\r
16.ruby .hljs-constant,\r
17.xml .hljs-tag .hljs-title,\r
18.xml .hljs-pi,\r
19.xml .hljs-doctype,\r
20.html .hljs-doctype,\r
21.css .hljs-id,\r
22.css .hljs-class,\r
23.css .hljs-pseudo {\r
24 color: #cc6666;\r
25}\r
26\r
27/* Tomorrow Orange */\r
28.hljs-number,\r
29.hljs-preprocessor,\r
30.hljs-pragma,\r
31.hljs-built_in,\r
32.hljs-literal,\r
33.hljs-params,\r
34.hljs-constant {\r
35 color: #de935f;\r
36}\r
37\r
38/* Tomorrow Yellow */\r
39.ruby .hljs-class .hljs-title,\r
40.css .hljs-rule .hljs-attribute {\r
41 color: #f0c674;\r
42}\r
43\r
44/* Tomorrow Green */\r
45.hljs-string,\r
46.hljs-value,\r
47.hljs-inheritance,\r
48.hljs-header,\r
49.hljs-name,\r
50.ruby .hljs-symbol,\r
51.xml .hljs-cdata {\r
52 color: #b5bd68;\r
53}\r
54\r
55/* Tomorrow Aqua */\r
56.hljs-title,\r
57.css .hljs-hexcolor {\r
58 color: #8abeb7;\r
59}\r
60\r
61/* Tomorrow Blue */\r
62.hljs-function,\r
63.python .hljs-decorator,\r
64.python .hljs-title,\r
65.ruby .hljs-function .hljs-title,\r
66.ruby .hljs-title .hljs-keyword,\r
67.perl .hljs-sub,\r
68.javascript .hljs-title,\r
69.coffeescript .hljs-title {\r
70 color: #81a2be;\r
71}\r
72\r
73/* Tomorrow Purple */\r
74.hljs-keyword,\r
75.javascript .hljs-function {\r
76 color: #b294bb;\r
77}\r
78\r
79.hljs {\r
80 display: block;\r
81 overflow-x: auto;\r
82 background: #1d1f21;\r
83 color: #c5c8c6;\r
84 padding: 0.5em;\r
85 -webkit-text-size-adjust: none;\r
86}\r
87\r
88.coffeescript .javascript,\r
89.javascript .xml,\r
90.tex .hljs-formula,\r
91.xml .javascript,\r
92.xml .vbscript,\r
93.xml .css,\r
94.xml .hljs-cdata {\r
95 opacity: 0.5;\r
96}\r