More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / paraiso.dark.css
blobbbbccdd5497396662bbd0c6f8699fa1553f70990
1 /*
2 Paraíso (dark)
3 Created by Jan T. Sott (http://github.com/idleberg)
4 Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5 */
7 /* Paraíso Comment */
8 .hljs-comment,
9 .hljs-title {
10 color: #8d8687;
13 /* Paraíso Red */
14 .hljs-variable,
15 .hljs-attribute,
16 .hljs-tag,
17 .hljs-regexp,
18 .ruby .hljs-constant,
19 .xml .hljs-tag .hljs-title,
20 .xml .hljs-pi,
21 .xml .hljs-doctype,
22 .html .hljs-doctype,
23 .css .hljs-id,
24 .css .hljs-class,
25 .css .hljs-pseudo {
26 color: #ef6155;
29 /* Paraíso Orange */
30 .hljs-number,
31 .hljs-preprocessor,
32 .hljs-built_in,
33 .hljs-literal,
34 .hljs-params,
35 .hljs-constant {
36 color: #f99b15;
39 /* Paraíso Yellow */
40 .ruby .hljs-class .hljs-title,
41 .css .hljs-rules .hljs-attribute {
42 color: #fec418;
45 /* Paraíso Green */
46 .hljs-string,
47 .hljs-value,
48 .hljs-inheritance,
49 .hljs-header,
50 .ruby .hljs-symbol,
51 .xml .hljs-cdata {
52 color: #48b685;
55 /* Paraíso Aqua */
56 .css .hljs-hexcolor {
57 color: #5bc4bf;
60 /* Paraíso 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: #06b6ef;
72 /* Paraíso Purple */
73 .hljs-keyword,
74 .javascript .hljs-function {
75 color: #815ba4;
78 .hljs {
79 display: block;
80 background: #2f1e2e;
81 color: #a39e9b;
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;