many small updates
[pharext/pharext.org] / public / highlight / styles / obsidian.css
1 /**
2 * Obsidian style
3 * ported by Alexander Marenin (http://github.com/ioncreature)
4 */
5
6 .hljs {
7 display: block;
8 overflow-x: auto;
9 padding: 0.5em;
10 background: #282b2e;
11 -webkit-text-size-adjust: none;
12 }
13
14 .hljs-keyword,
15 .hljs-literal,
16 .hljs-change,
17 .hljs-winutils,
18 .hljs-flow,
19 .nginx .hljs-title,
20 .css .hljs-id,
21 .tex .hljs-special {
22 color: #93c763;
23 }
24
25 .hljs-number {
26 color: #ffcd22;
27 }
28
29 .hljs {
30 color: #e0e2e4;
31 }
32
33 .css .hljs-tag,
34 .css .hljs-pseudo {
35 color: #d0d2b5;
36 }
37
38 .hljs-attribute,
39 .hljs .hljs-constant {
40 color: #668bb0;
41 }
42
43 .xml .hljs-attribute {
44 color: #b3b689;
45 }
46
47 .xml .hljs-tag .hljs-value {
48 color: #e8e2b7;
49 }
50
51 .hljs-code,
52 .hljs-class .hljs-title,
53 .hljs-header {
54 color: white;
55 }
56
57 .hljs-class,
58 .hljs-hexcolor {
59 color: #93c763;
60 }
61
62 .hljs-regexp {
63 color: #d39745;
64 }
65
66 .hljs-at_rule,
67 .hljs-at_rule .hljs-keyword {
68 color: #a082bd;
69 }
70
71 .hljs-doctype {
72 color: #557182;
73 }
74
75 .hljs-link_url,
76 .hljs-tag,
77 .hljs-tag .hljs-title,
78 .hljs-bullet,
79 .hljs-subst,
80 .hljs-emphasis,
81 .hljs-type,
82 .hljs-preprocessor,
83 .hljs-pragma,
84 .ruby .hljs-class .hljs-parent,
85 .hljs-built_in,
86 .django .hljs-template_tag,
87 .django .hljs-variable,
88 .smalltalk .hljs-class,
89 .hljs-javadoc,
90 .django .hljs-filter .hljs-argument,
91 .smalltalk .hljs-localvars,
92 .smalltalk .hljs-array,
93 .hljs-attr_selector,
94 .hljs-pseudo,
95 .hljs-addition,
96 .hljs-stream,
97 .hljs-envvar,
98 .apache .hljs-tag,
99 .apache .hljs-cbracket,
100 .tex .hljs-command,
101 .hljs-prompt,
102 .hljs-name {
103 color: #8cbbad;
104 }
105
106 .hljs-string {
107 color: #ec7600;
108 }
109
110 .hljs-comment,
111 .hljs-annotation,
112 .hljs-blockquote,
113 .hljs-horizontal_rule,
114 .hljs-decorator,
115 .hljs-pi,
116 .hljs-deletion,
117 .hljs-shebang,
118 .apache .hljs-sqbracket,
119 .tex .hljs-formula {
120 color: #818e96;
121 }
122
123 .hljs-keyword,
124 .hljs-literal,
125 .css .hljs-id,
126 .hljs-phpdoc,
127 .hljs-dartdoc,
128 .hljs-title,
129 .hljs-header,
130 .hljs-type,
131 .vbscript .hljs-built_in,
132 .rsl .hljs-built_in,
133 .smalltalk .hljs-class,
134 .diff .hljs-header,
135 .hljs-chunk,
136 .hljs-winutils,
137 .bash .hljs-variable,
138 .apache .hljs-tag,
139 .tex .hljs-special,
140 .hljs-request,
141 .hljs-at_rule .hljs-keyword,
142 .hljs-status {
143 font-weight: bold;
144 }
145
146 .coffeescript .javascript,
147 .javascript .xml,
148 .tex .hljs-formula,
149 .xml .javascript,
150 .xml .vbscript,
151 .xml .css,
152 .xml .hljs-cdata {
153 opacity: 0.5;
154 }