/ src / theme / styles / sunburst.css
sunburst.css
 1  pre code.hljs {
 2    display: block;
 3    overflow-x: auto;
 4    padding: 1em
 5  }
 6  code.hljs {
 7    padding: 3px 5px
 8  }
 9  /*
10  
11  Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
12  
13  */
14  .hljs {
15    background: #000;
16    color: #f8f8f8
17  }
18  .hljs-comment,
19  .hljs-quote {
20    color: #aeaeae;
21    font-style: italic
22  }
23  .hljs-keyword,
24  .hljs-selector-tag,
25  .hljs-type {
26    color: #e28964
27  }
28  .hljs-string {
29    color: #65b042
30  }
31  .hljs-subst {
32    color: #daefa3
33  }
34  .hljs-regexp,
35  .hljs-link {
36    color: #e9c062
37  }
38  .hljs-title,
39  .hljs-section,
40  .hljs-tag,
41  .hljs-name {
42    color: #89bdff
43  }
44  .hljs-title.class_,
45  .hljs-class .hljs-title,
46  .hljs-doctag {
47    text-decoration: underline
48  }
49  .hljs-symbol,
50  .hljs-bullet,
51  .hljs-number {
52    color: #3387cc
53  }
54  .hljs-params,
55  .hljs-variable,
56  .hljs-template-variable {
57    color: #3e87e3
58  }
59  .hljs-attribute {
60    color: #cda869
61  }
62  .hljs-meta {
63    color: #8996a8
64  }
65  .hljs-formula {
66    background-color: #0e2231;
67    color: #f8f8f8;
68    font-style: italic
69  }
70  .hljs-addition {
71    background-color: #253b22;
72    color: #f8f8f8
73  }
74  .hljs-deletion {
75    background-color: #420e09;
76    color: #f8f8f8
77  }
78  .hljs-selector-class {
79    color: #9b703f
80  }
81  .hljs-selector-id {
82    color: #8b98ab
83  }
84  .hljs-emphasis {
85    font-style: italic
86  }
87  .hljs-strong {
88    font-weight: bold
89  }