/ src / theme / styles / kimbie-dark.css
kimbie-dark.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      Name:     Kimbie (dark)
11      Author:   Jan T. Sott
12      License:  Creative Commons Attribution-ShareAlike 4.0 Unported License
13      URL:      https://github.com/idleberg/Kimbie-highlight.js
14  */
15  .hljs {
16    background: #221a0f;
17    color: #d3af86
18  }
19  /* Kimbie Comment */
20  .hljs-comment,
21  .hljs-quote {
22    color: #d6baad
23  }
24  /* Kimbie Red */
25  .hljs-variable,
26  .hljs-template-variable,
27  .hljs-tag,
28  .hljs-name,
29  .hljs-selector-id,
30  .hljs-selector-class,
31  .hljs-regexp,
32  .hljs-meta {
33    color: #dc3958
34  }
35  /* Kimbie Orange */
36  .hljs-number,
37  .hljs-built_in,
38  .hljs-literal,
39  .hljs-type,
40  .hljs-params,
41  .hljs-deletion,
42  .hljs-link {
43    color: #f79a32
44  }
45  /* Kimbie Green */
46  .hljs-string,
47  .hljs-symbol,
48  .hljs-bullet,
49  .hljs-addition {
50    color: #889b4a
51  }
52  /* Kimbie Purple */
53  .hljs-keyword,
54  .hljs-selector-tag,
55  .hljs-function {
56    color: #98676a
57  }
58  /* Kimbie Yellow */
59  .hljs-title,
60  .hljs-section,
61  .hljs-attribute {
62    color: #f06431
63  }
64  .hljs-emphasis {
65    font-style: italic
66  }
67  .hljs-strong {
68    font-weight: bold
69  }