1/* Base16 Atelier Lakeside Light - Theme */
2/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
3/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
5/* Atelier-Lakeside Comment */
6.hljs-comment {
7 color: #5a7b8c;
8}
9
10/* Atelier-Lakeside 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: #d22d72;
25}
26
27/* Atelier-Lakeside Orange */
28.hljs-number,
29.hljs-preprocessor,
30.hljs-built_in,
31.hljs-literal,
32.hljs-params,
33.hljs-constant {
34 color: #935c25;
35}
36
37/* Atelier-Lakeside Yellow */
38.ruby .hljs-class .hljs-title,
39.css .hljs-rule .hljs-attribute {
40 color: #8a8a0f;
41}
42
43/* Atelier-Lakeside Green */
44.hljs-string,
45.hljs-value,
46.hljs-inheritance,
47.hljs-header,
48.ruby .hljs-symbol,
49.xml .hljs-cdata {
50 color: #568c3b;
51}
52
53/* Atelier-Lakeside Aqua */
54.hljs-title,
55.css .hljs-hexcolor {
56 color: #2d8f6f;
57}
58
59/* Atelier-Lakeside 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: #257fad;
69}
70
71/* Atelier-Lakeside Purple */
72.hljs-keyword,
73.javascript .hljs-function {
74 color: #6b6bb8;
75}
76
77.hljs {
78 display: block;
79 overflow-x: auto;
80 background: #ebf8ff;
81 color: #516d7b;
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}