More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / atelier-dune.dark.css
bloba25b3088591d863bf93ff7e8035a15a2b27b8305
1 /* Base16 Atelier Dune Dark - Theme */
2 /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
3 /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4 /* https://github.com/jmblog/color-themes-for-highlightjs */
6 /* Atelier Dune Dark Comment */
7 .hljs-comment,
8 .hljs-title {
9 color: #999580;
12 /* Atelier Dune Dark 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: #d73737;
28 /* Atelier Dune Dark 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: #b65611;
39 /* Atelier Dune Dark Yellow */
40 .ruby .hljs-class .hljs-title,
41 .css .hljs-rules .hljs-attribute {
42 color: #cfb017;
45 /* Atelier Dune Dark Green */
46 .hljs-string,
47 .hljs-value,
48 .hljs-inheritance,
49 .hljs-header,
50 .ruby .hljs-symbol,
51 .xml .hljs-cdata {
52 color: #60ac39;
55 /* Atelier Dune Dark Aqua */
56 .css .hljs-hexcolor {
57 color: #1fad83;
60 /* Atelier Dune Dark 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: #6684e1;
72 /* Atelier Dune Dark Purple */
73 .hljs-keyword,
74 .javascript .hljs-function {
75 color: #b854d4;
78 .hljs {
79 display: block;
80 background: #292824;
81 color: #a6a28c;
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;