More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / tomorrow-night-eighties.css
blob08b49c623c5345dd5c05d48c5a67893f49513891
1 /* Tomorrow Night Eighties Theme */
2 /* Original theme - https://github.com/chriskempson/tomorrow-theme */
3 /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
5 /* Tomorrow Comment */
6 .hljs-comment,
7 .hljs-title {
8 color: #999999;
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: #f2777a;
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: #f99157;
38 /* Tomorrow Yellow */
39 .ruby .hljs-class .hljs-title,
40 .css .hljs-rules .hljs-attribute {
41 color: #ffcc66;
44 /* Tomorrow Green */
45 .hljs-string,
46 .hljs-value,
47 .hljs-inheritance,
48 .hljs-header,
49 .ruby .hljs-symbol,
50 .xml .hljs-cdata {
51 color: #99cc99;
54 /* Tomorrow Aqua */
55 .css .hljs-hexcolor {
56 color: #66cccc;
59 /* Tomorrow Blue */
60 .hljs-function,
61 .python .hljs-decorator,
62 .python .hljs-title,
63 .ruby .hljs-function .hljs-title,
64 .ruby .hljs-title .hljs-keyword,
65 .perl .hljs-sub,
66 .javascript .hljs-title,
67 .coffeescript .hljs-title {
68 color: #6699cc;
71 /* Tomorrow Purple */
72 .hljs-keyword,
73 .javascript .hljs-function {
74 color: #cc99cc;
77 .hljs {
78 display: block;
79 background: #2d2d2d;
80 color: #cccccc;
81 padding: 0.5em;
84 .coffeescript .javascript,
85 .javascript .xml,
86 .tex .hljs-formula,
87 .xml .javascript,
88 .xml .vbscript,
89 .xml .css,
90 .xml .hljs-cdata {
91 opacity: 0.5;