added ckeditor package
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / tomorrow-night-blue.css
blobdfe26752419d0dee7520ef86c20416dd0ea70ac2
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 */
6 /* Tomorrow Comment */
7 .hljs-comment,
8 .hljs-title {
9 color: #7285b7;
12 /* Tomorrow Red */
13 .hljs-variable,
14 .hljs-attribute,
15 .hljs-tag,
16 .hljs-regexp,
17 .ruby .hljs-constant,
18 .xml .hljs-tag .hljs-title,
19 .xml .hljs-pi,
20 .xml .hljs-doctype,
21 .html .hljs-doctype,
22 .css .hljs-id,
23 .css .hljs-class,
24 .css .hljs-pseudo {
25 color: #ff9da4;
28 /* Tomorrow Orange */
29 .hljs-number,
30 .hljs-preprocessor,
31 .hljs-pragma,
32 .hljs-built_in,
33 .hljs-literal,
34 .hljs-params,
35 .hljs-constant {
36 color: #ffc58f;
39 /* Tomorrow Yellow */
40 .ruby .hljs-class .hljs-title,
41 .css .hljs-rules .hljs-attribute {
42 color: #ffeead;
45 /* Tomorrow Green */
46 .hljs-string,
47 .hljs-value,
48 .hljs-inheritance,
49 .hljs-header,
50 .ruby .hljs-symbol,
51 .xml .hljs-cdata {
52 color: #d1f1a9;
55 /* Tomorrow Aqua */
56 .css .hljs-hexcolor {
57 color: #99ffff;
60 /* Tomorrow Blue */
61 .hljs-function,
62 .python .hljs-decorator,
63 .python .hljs-title,
64 .ruby .hljs-function .hljs-title,
65 .ruby .hljs-title .hljs-keyword,
66 .perl .hljs-sub,
67 .javascript .hljs-title,
68 .coffeescript .hljs-title {
69 color: #bbdaff;
72 /* Tomorrow Purple */
73 .hljs-keyword,
74 .javascript .hljs-function {
75 color: #ebbbff;
78 .hljs {
79 display: block;
80 background: #002451;
81 color: white;
82 padding: 0.5em;
85 .coffeescript .javascript,
86 .javascript .xml,
87 .tex .hljs-formula,
88 .xml .javascript,
89 .xml .vbscript,
90 .xml .css,
91 .xml .hljs-cdata {
92 opacity: 0.5;