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:
1.1 KB
|
Line | |
---|
1 | /* Base16 Atelier Sulphurpool Light - Theme */
|
---|
2 | /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
|
---|
3 | /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
---|
4 |
|
---|
5 | /* Atelier-Sulphurpool Comment */
|
---|
6 | .hljs-comment,
|
---|
7 | .hljs-quote {
|
---|
8 | color: #6b7394;
|
---|
9 | }
|
---|
10 |
|
---|
11 | /* Atelier-Sulphurpool Red */
|
---|
12 | .hljs-variable,
|
---|
13 | .hljs-template-variable,
|
---|
14 | .hljs-attribute,
|
---|
15 | .hljs-tag,
|
---|
16 | .hljs-name,
|
---|
17 | .hljs-regexp,
|
---|
18 | .hljs-link,
|
---|
19 | .hljs-name,
|
---|
20 | .hljs-selector-id,
|
---|
21 | .hljs-selector-class {
|
---|
22 | color: #c94922;
|
---|
23 | }
|
---|
24 |
|
---|
25 | /* Atelier-Sulphurpool Orange */
|
---|
26 | .hljs-number,
|
---|
27 | .hljs-meta,
|
---|
28 | .hljs-built_in,
|
---|
29 | .hljs-builtin-name,
|
---|
30 | .hljs-literal,
|
---|
31 | .hljs-type,
|
---|
32 | .hljs-params {
|
---|
33 | color: #c76b29;
|
---|
34 | }
|
---|
35 |
|
---|
36 | /* Atelier-Sulphurpool Green */
|
---|
37 | .hljs-string,
|
---|
38 | .hljs-symbol,
|
---|
39 | .hljs-bullet {
|
---|
40 | color: #ac9739;
|
---|
41 | }
|
---|
42 |
|
---|
43 | /* Atelier-Sulphurpool Blue */
|
---|
44 | .hljs-title,
|
---|
45 | .hljs-section {
|
---|
46 | color: #3d8fd1;
|
---|
47 | }
|
---|
48 |
|
---|
49 | /* Atelier-Sulphurpool Purple */
|
---|
50 | .hljs-keyword,
|
---|
51 | .hljs-selector-tag {
|
---|
52 | color: #6679cc;
|
---|
53 | }
|
---|
54 |
|
---|
55 | .hljs {
|
---|
56 | display: block;
|
---|
57 | overflow-x: auto;
|
---|
58 | background: #f5f7ff;
|
---|
59 | color: #5e6687;
|
---|
60 | padding: 0.5em;
|
---|
61 | }
|
---|
62 |
|
---|
63 | .hljs-emphasis {
|
---|
64 | font-style: italic;
|
---|
65 | }
|
---|
66 |
|
---|
67 | .hljs-strong {
|
---|
68 | font-weight: bold;
|
---|
69 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.