/ src / theme / styles / pojoaque.css
pojoaque.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  Pojoaque Style by Jason Tate
12  http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
13  Based on Solarized Style from http://ethanschoonover.com/solarized
14  
15  */
16  .hljs {
17    color: #dccf8f;
18    background: url(./pojoaque.jpg) repeat scroll left top #181914
19  }
20  .hljs-comment,
21  .hljs-quote {
22    color: #586e75;
23    font-style: italic
24  }
25  .hljs-keyword,
26  .hljs-selector-tag,
27  .hljs-literal,
28  .hljs-addition {
29    color: #b64926
30  }
31  .hljs-number,
32  .hljs-string,
33  .hljs-doctag,
34  .hljs-regexp {
35    color: #468966
36  }
37  .hljs-title,
38  .hljs-section,
39  .hljs-built_in,
40  .hljs-name {
41    color: #ffb03b
42  }
43  .hljs-variable,
44  .hljs-template-variable,
45  .hljs-title.class_,
46  .hljs-class .hljs-title,
47  .hljs-type,
48  .hljs-tag {
49    color: #b58900
50  }
51  .hljs-attribute {
52    color: #b89859
53  }
54  .hljs-symbol,
55  .hljs-bullet,
56  .hljs-link,
57  .hljs-subst,
58  .hljs-meta {
59    color: #cb4b16
60  }
61  .hljs-deletion {
62    color: #dc322f
63  }
64  .hljs-selector-id,
65  .hljs-selector-class {
66    color: #d3a60c
67  }
68  .hljs-formula {
69    background: #073642
70  }
71  .hljs-emphasis {
72    font-style: italic
73  }
74  .hljs-strong {
75    font-weight: bold
76  }