added ckeditor package
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / tomorrow.css
blob3bdead6036be3cbd1918c1ca63dfc88e21d8c209
1 /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
3 /* Tomorrow Comment */
4 .hljs-comment,
5 .hljs-title {
6 color: #8e908c;
9 /* Tomorrow Red */
10 .hljs-variable,
11 .hljs-attribute,
12 .hljs-tag,
13 .hljs-regexp,
14 .ruby .hljs-constant,
15 .xml .hljs-tag .hljs-title,
16 .xml .hljs-pi,
17 .xml .hljs-doctype,
18 .html .hljs-doctype,
19 .css .hljs-id,
20 .css .hljs-class,
21 .css .hljs-pseudo {
22 color: #c82829;
25 /* Tomorrow Orange */
26 .hljs-number,
27 .hljs-preprocessor,
28 .hljs-pragma,
29 .hljs-built_in,
30 .hljs-literal,
31 .hljs-params,
32 .hljs-constant {
33 color: #f5871f;
36 /* Tomorrow Yellow */
37 .ruby .hljs-class .hljs-title,
38 .css .hljs-rules .hljs-attribute {
39 color: #eab700;
42 /* Tomorrow Green */
43 .hljs-string,
44 .hljs-value,
45 .hljs-inheritance,
46 .hljs-header,
47 .ruby .hljs-symbol,
48 .xml .hljs-cdata {
49 color: #718c00;
52 /* Tomorrow Aqua */
53 .css .hljs-hexcolor {
54 color: #3e999f;
57 /* Tomorrow Blue */
58 .hljs-function,
59 .python .hljs-decorator,
60 .python .hljs-title,
61 .ruby .hljs-function .hljs-title,
62 .ruby .hljs-title .hljs-keyword,
63 .perl .hljs-sub,
64 .javascript .hljs-title,
65 .coffeescript .hljs-title {
66 color: #4271ae;
69 /* Tomorrow Purple */
70 .hljs-keyword,
71 .javascript .hljs-function {
72 color: #8959a8;
75 .hljs {
76 display: block;
77 background: white;
78 color: #4d4d4c;
79 padding: 0.5em;
82 .coffeescript .javascript,
83 .javascript .xml,
84 .tex .hljs-formula,
85 .xml .javascript,
86 .xml .vbscript,
87 .xml .css,
88 .xml .hljs-cdata {
89 opacity: 0.5;