More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / tomorrow-night.css
blobc269b17e7522b75be78881e92da79071cd4bc1b3
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 */
6 /* Tomorrow Comment */
7 .hljs-comment,
8 .hljs-title {
9 color: #969896;
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: #cc6666;
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: #de935f;
39 /* Tomorrow Yellow */
40 .ruby .hljs-class .hljs-title,
41 .css .hljs-rules .hljs-attribute {
42 color: #f0c674;
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: #b5bd68;
55 /* Tomorrow Aqua */
56 .css .hljs-hexcolor {
57 color: #8abeb7;
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: #81a2be;
72 /* Tomorrow Purple */
73 .hljs-keyword,
74 .javascript .hljs-function {
75 color: #b294bb;
78 .hljs {
79 display: block;
80 background: #1d1f21;
81 color: #c5c8c6;
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;