More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / atelier-heath.light.css
blobc45bfe8a7b79afdf4676a1298c4e7a33968e5a40
1 /* Base16 Atelier Heath Light - Theme */
2 /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
3 /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4 /* https://github.com/jmblog/color-themes-for-highlightjs */
6 /* Atelier Heath Light Comment */
7 .hljs-comment,
8 .hljs-title {
9 color: #776977;
12 /* Atelier Heath Light 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: #ca402b;
28 /* Atelier Heath Light 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: #a65926;
39 /* Atelier Heath Light Yellow */
40 .hljs-ruby .hljs-class .hljs-title,
41 .css .hljs-rules .hljs-attribute {
42 color: #bb8a35;
45 /* Atelier Heath Light Green */
46 .hljs-string,
47 .hljs-value,
48 .hljs-inheritance,
49 .hljs-header,
50 .ruby .hljs-symbol,
51 .xml .hljs-cdata {
52 color: #379a37;
55 /* Atelier Heath Light Aqua */
56 .css .hljs-hexcolor {
57 color: #159393;
60 /* Atelier Heath Light 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: #516aec;
72 /* Atelier Heath Light Purple */
73 .hljs-keyword,
74 .javascript .hljs-function {
75 color: #7b59c0;
78 .hljs {
79 display: block;
80 background: #f7f3f7;
81 color: #695d69;
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;