main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
738 bytes
|
Line | |
---|
1 | /*
|
---|
2 | Five-color theme from a single blue hue.
|
---|
3 | */
|
---|
4 | .hljs {
|
---|
5 | display: block;
|
---|
6 | overflow-x: auto;
|
---|
7 | padding: 0.5em;
|
---|
8 | background: #eaeef3;
|
---|
9 | color: #00193a;
|
---|
10 | }
|
---|
11 |
|
---|
12 | .hljs-keyword,
|
---|
13 | .hljs-selector-tag,
|
---|
14 | .hljs-title,
|
---|
15 | .hljs-section,
|
---|
16 | .hljs-doctag,
|
---|
17 | .hljs-name,
|
---|
18 | .hljs-strong {
|
---|
19 | font-weight: bold;
|
---|
20 | }
|
---|
21 |
|
---|
22 | .hljs-comment {
|
---|
23 | color: #738191;
|
---|
24 | }
|
---|
25 |
|
---|
26 | .hljs-string,
|
---|
27 | .hljs-title,
|
---|
28 | .hljs-section,
|
---|
29 | .hljs-built_in,
|
---|
30 | .hljs-literal,
|
---|
31 | .hljs-type,
|
---|
32 | .hljs-addition,
|
---|
33 | .hljs-tag,
|
---|
34 | .hljs-quote,
|
---|
35 | .hljs-name,
|
---|
36 | .hljs-selector-id,
|
---|
37 | .hljs-selector-class {
|
---|
38 | color: #0048ab;
|
---|
39 | }
|
---|
40 |
|
---|
41 | .hljs-meta,
|
---|
42 | .hljs-subst,
|
---|
43 | .hljs-symbol,
|
---|
44 | .hljs-regexp,
|
---|
45 | .hljs-attribute,
|
---|
46 | .hljs-deletion,
|
---|
47 | .hljs-variable,
|
---|
48 | .hljs-template-variable,
|
---|
49 | .hljs-link,
|
---|
50 | .hljs-bullet {
|
---|
51 | color: #4c81c9;
|
---|
52 | }
|
---|
53 |
|
---|
54 | .hljs-emphasis {
|
---|
55 | font-style: italic;
|
---|
56 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.