tomorrow-night-blue.css

 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
 6/* Tomorrow Comment */
 7.hljs-comment {
 8  color: #7285b7;
 9}
10
11/* Tomorrow Red */
12.hljs-variable,
13.hljs-attribute,
14.hljs-tag,
15.hljs-regexp,
16.ruby .hljs-constant,
17.xml .hljs-tag .hljs-title,
18.xml .hljs-pi,
19.xml .hljs-doctype,
20.html .hljs-doctype,
21.css .hljs-id,
22.css .hljs-class,
23.css .hljs-pseudo {
24  color: #ff9da4;
25}
26
27/* Tomorrow Orange */
28.hljs-number,
29.hljs-preprocessor,
30.hljs-pragma,
31.hljs-built_in,
32.hljs-literal,
33.hljs-params,
34.hljs-constant {
35  color: #ffc58f;
36}
37
38/* Tomorrow Yellow */
39.ruby .hljs-class .hljs-title,
40.css .hljs-rule .hljs-attribute {
41  color: #ffeead;
42}
43
44/* Tomorrow Green */
45.hljs-string,
46.hljs-value,
47.hljs-inheritance,
48.hljs-header,
49.hljs-name,
50.ruby .hljs-symbol,
51.xml .hljs-cdata {
52  color: #d1f1a9;
53}
54
55/* Tomorrow Aqua */
56.hljs-title,
57.css .hljs-hexcolor {
58  color: #99ffff;
59}
60
61/* Tomorrow Blue */
62.hljs-function,
63.python .hljs-decorator,
64.python .hljs-title,
65.ruby .hljs-function .hljs-title,
66.ruby .hljs-title .hljs-keyword,
67.perl .hljs-sub,
68.javascript .hljs-title,
69.coffeescript .hljs-title {
70  color: #bbdaff;
71}
72
73/* Tomorrow Purple */
74.hljs-keyword,
75.javascript .hljs-function {
76  color: #ebbbff;
77}
78
79.hljs {
80  display: block;
81  overflow-x: auto;
82  background: #002451;
83  color: white;
84  padding: 0.5em;
85  -webkit-text-size-adjust: none;
86}
87
88.coffeescript .javascript,
89.javascript .xml,
90.tex .hljs-formula,
91.xml .javascript,
92.xml .vbscript,
93.xml .css,
94.xml .hljs-cdata {
95  opacity: 0.5;
96}