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:
871 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | /*
|
---|
| 2 | IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | .hljs {
|
---|
| 6 | display: block;
|
---|
| 7 | overflow-x: auto;
|
---|
| 8 | padding: 0.5em;
|
---|
| 9 | background: #000;
|
---|
| 10 | color: #f8f8f8;
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | .hljs-comment,
|
---|
| 14 | .hljs-quote,
|
---|
| 15 | .hljs-meta {
|
---|
| 16 | color: #7c7c7c;
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | .hljs-keyword,
|
---|
| 20 | .hljs-selector-tag,
|
---|
| 21 | .hljs-tag,
|
---|
| 22 | .hljs-name {
|
---|
| 23 | color: #96cbfe;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 | .hljs-attribute,
|
---|
| 27 | .hljs-selector-id {
|
---|
| 28 | color: #ffffb6;
|
---|
| 29 | }
|
---|
| 30 |
|
---|
| 31 | .hljs-string,
|
---|
| 32 | .hljs-selector-attr,
|
---|
| 33 | .hljs-selector-pseudo,
|
---|
| 34 | .hljs-addition {
|
---|
| 35 | color: #a8ff60;
|
---|
| 36 | }
|
---|
| 37 |
|
---|
| 38 | .hljs-subst {
|
---|
| 39 | color: #daefa3;
|
---|
| 40 | }
|
---|
| 41 |
|
---|
| 42 | .hljs-regexp,
|
---|
| 43 | .hljs-link {
|
---|
| 44 | color: #e9c062;
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | .hljs-title,
|
---|
| 48 | .hljs-section,
|
---|
| 49 | .hljs-type,
|
---|
| 50 | .hljs-doctag {
|
---|
| 51 | color: #ffffb6;
|
---|
| 52 | }
|
---|
| 53 |
|
---|
| 54 | .hljs-symbol,
|
---|
| 55 | .hljs-bullet,
|
---|
| 56 | .hljs-variable,
|
---|
| 57 | .hljs-template-variable,
|
---|
| 58 | .hljs-literal {
|
---|
| 59 | color: #c6c5fe;
|
---|
| 60 | }
|
---|
| 61 |
|
---|
| 62 | .hljs-number,
|
---|
| 63 | .hljs-deletion {
|
---|
| 64 | color:#ff73fd;
|
---|
| 65 | }
|
---|
| 66 |
|
---|
| 67 | .hljs-emphasis {
|
---|
| 68 | font-style: italic;
|
---|
| 69 | }
|
---|
| 70 |
|
---|
| 71 | .hljs-strong {
|
---|
| 72 | font-weight: bold;
|
---|
| 73 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.