Attribute changed highlight
[roojs1] / highlight / styles / atelier-cave-light.css
1 /* Base16 Atelier Cave Light - Theme */
2 /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
3 /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
5 /* Atelier-Cave Comment */
6 .hljs-comment,
7 .hljs-quote {
8   color: #655f6d;
9 }
10
11 /* Atelier-Cave Red */
12 .hljs-variable,
13 .hljs-template-variable,
14 .hljs-attribute,
15 .hljs-tag,
16 .hljs-name,
17 .hljs-regexp,
18 .hljs-link,
19 .hljs-name,
20 .hljs-name,
21 .hljs-selector-id,
22 .hljs-selector-class {
23   color: #be4678;
24 }
25
26 /* Atelier-Cave Orange */
27 .hljs-number,
28 .hljs-meta,
29 .hljs-built_in,
30 .hljs-builtin-name,
31 .hljs-literal,
32 .hljs-type,
33 .hljs-params {
34   color: #aa573c;
35 }
36
37 /* Atelier-Cave Green */
38 .hljs-string,
39 .hljs-symbol,
40 .hljs-bullet {
41   color: #2a9292;
42 }
43
44 /* Atelier-Cave Blue */
45 .hljs-title,
46 .hljs-section {
47   color: #576ddb;
48 }
49
50 /* Atelier-Cave Purple */
51 .hljs-keyword,
52 .hljs-selector-tag {
53   color: #955ae7;
54 }
55
56 .hljs-deletion,
57 .hljs-addition {
58   color: #19171c;
59   display: inline-block;
60   width: 100%;
61 }
62
63 .hljs-deletion {
64   background-color: #be4678;
65 }
66
67 .hljs-addition {
68   background-color: #2a9292;
69 }
70
71 .hljs {
72   display: block;
73   overflow-x: auto;
74   background: #efecf4;
75   color: #585260;
76   padding: 0.5em;
77 }
78
79 .hljs-emphasis {
80   font-style: italic;
81 }
82
83 .hljs-strong {
84   font-weight: bold;
85 }