/ book / ayu-highlight-3fdfc3ac.css
ayu-highlight-3fdfc3ac.css
 1  /*
 2  Based off of the Ayu theme
 3  Original by Dempfi (https://github.com/dempfi/ayu)
 4  */
 5  
 6  .hljs {
 7    display: block;
 8    overflow-x: auto;
 9    background: #191f26;
10    color: #e6e1cf;
11  }
12  
13  .hljs-comment,
14  .hljs-quote {
15    color: #5c6773;
16  }
17  
18  .hljs-variable,
19  .hljs-template-variable,
20  .hljs-attribute,
21  .hljs-attr,
22  .hljs-regexp,
23  .hljs-link,
24  .hljs-selector-id,
25  .hljs-selector-class {
26    color: #ff7733;
27  }
28  
29  .hljs-number,
30  .hljs-meta,
31  .hljs-builtin-name,
32  .hljs-literal,
33  .hljs-type,
34  .hljs-params {
35    color: #ffee99;
36  }
37  
38  .hljs-string,
39  .hljs-bullet {
40    color: #b8cc52;
41  }
42  
43  .hljs-title,
44  .hljs-built_in,
45  .hljs-section {
46    color: #ffb454;
47  }
48  
49  .hljs-keyword,
50  .hljs-selector-tag,
51  .hljs-symbol {
52    color: #ff7733;
53  }
54  
55  .hljs-name {
56      color: #36a3d9;
57  }
58  
59  .hljs-tag {
60      color: #00568d;
61  }
62  
63  .hljs-emphasis {
64    font-style: italic;
65  }
66  
67  .hljs-strong {
68    font-weight: bold;
69  }
70  
71  .hljs-addition {
72    color: #91b362;
73  }
74  
75  .hljs-deletion {
76    color: #d96c75;
77  }