many small updates
[pharext/pharext.org] / public / highlight / styles / atelier-forest.dark.css
1 /* Base16 Atelier Forest Dark - Theme */
2 /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
3 /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
5 /* Atelier-Forest Comment */
6 .hljs-comment {
7 color: #9c9491;
8 }
9
10 /* Atelier-Forest Red */
11 .hljs-variable,
12 .hljs-attribute,
13 .hljs-tag,
14 .hljs-regexp,
15 .hljs-name,
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: #f22c40;
25 }
26
27 /* Atelier-Forest Orange */
28 .hljs-number,
29 .hljs-preprocessor,
30 .hljs-built_in,
31 .hljs-literal,
32 .hljs-params,
33 .hljs-constant {
34 color: #df5320;
35 }
36
37 /* Atelier-Forest Yellow */
38 .ruby .hljs-class .hljs-title,
39 .css .hljs-rule .hljs-attribute {
40 color: #c38418;
41 }
42
43 /* Atelier-Forest Green */
44 .hljs-string,
45 .hljs-value,
46 .hljs-inheritance,
47 .hljs-header,
48 .ruby .hljs-symbol,
49 .xml .hljs-cdata {
50 color: #7b9726;
51 }
52
53 /* Atelier-Forest Aqua */
54 .hljs-title,
55 .css .hljs-hexcolor {
56 color: #3d97b8;
57 }
58
59 /* Atelier-Forest 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: #407ee7;
69 }
70
71 /* Atelier-Forest Purple */
72 .hljs-keyword,
73 .javascript .hljs-function {
74 color: #6666ea;
75 }
76
77 .hljs {
78 display: block;
79 overflow-x: auto;
80 background: #1b1918;
81 color: #a8a19f;
82 padding: 0.5em;
83 -webkit-text-size-adjust: none;
84 }
85
86 .coffeescript .javascript,
87 .javascript .xml,
88 .tex .hljs-formula,
89 .xml .javascript,
90 .xml .vbscript,
91 .xml .css,
92 .xml .hljs-cdata {
93 opacity: 0.5;
94 }