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:
2.8 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | export default {
|
---|
| 2 | "hljs": {
|
---|
| 3 | "display": "block",
|
---|
| 4 | "overflowX": "auto",
|
---|
| 5 | "padding": "0.5em",
|
---|
| 6 | "color": "#abb2bf",
|
---|
| 7 | "background": "#282c34"
|
---|
| 8 | },
|
---|
| 9 | "hljs-keyword": {
|
---|
| 10 | "color": "#F92672"
|
---|
| 11 | },
|
---|
| 12 | "hljs-operator": {
|
---|
| 13 | "color": "#F92672"
|
---|
| 14 | },
|
---|
| 15 | "hljs-pattern-match": {
|
---|
| 16 | "color": "#F92672"
|
---|
| 17 | },
|
---|
| 18 | "hljs-pattern-match .hljs-constructor": {
|
---|
| 19 | "color": "#61aeee"
|
---|
| 20 | },
|
---|
| 21 | "hljs-function": {
|
---|
| 22 | "color": "#61aeee"
|
---|
| 23 | },
|
---|
| 24 | "hljs-function .hljs-params": {
|
---|
| 25 | "color": "#A6E22E"
|
---|
| 26 | },
|
---|
| 27 | "hljs-function .hljs-params .hljs-typing": {
|
---|
| 28 | "color": "#FD971F"
|
---|
| 29 | },
|
---|
| 30 | "hljs-module-access .hljs-module": {
|
---|
| 31 | "color": "#7e57c2"
|
---|
| 32 | },
|
---|
| 33 | "hljs-constructor": {
|
---|
| 34 | "color": "#e2b93d"
|
---|
| 35 | },
|
---|
| 36 | "hljs-constructor .hljs-string": {
|
---|
| 37 | "color": "#9CCC65"
|
---|
| 38 | },
|
---|
| 39 | "hljs-comment": {
|
---|
| 40 | "color": "#b18eb1",
|
---|
| 41 | "fontStyle": "italic"
|
---|
| 42 | },
|
---|
| 43 | "hljs-quote": {
|
---|
| 44 | "color": "#b18eb1",
|
---|
| 45 | "fontStyle": "italic"
|
---|
| 46 | },
|
---|
| 47 | "hljs-doctag": {
|
---|
| 48 | "color": "#c678dd"
|
---|
| 49 | },
|
---|
| 50 | "hljs-formula": {
|
---|
| 51 | "color": "#c678dd"
|
---|
| 52 | },
|
---|
| 53 | "hljs-section": {
|
---|
| 54 | "color": "#e06c75"
|
---|
| 55 | },
|
---|
| 56 | "hljs-name": {
|
---|
| 57 | "color": "#e06c75"
|
---|
| 58 | },
|
---|
| 59 | "hljs-selector-tag": {
|
---|
| 60 | "color": "#e06c75"
|
---|
| 61 | },
|
---|
| 62 | "hljs-deletion": {
|
---|
| 63 | "color": "#e06c75"
|
---|
| 64 | },
|
---|
| 65 | "hljs-subst": {
|
---|
| 66 | "color": "#e06c75"
|
---|
| 67 | },
|
---|
| 68 | "hljs-literal": {
|
---|
| 69 | "color": "#56b6c2"
|
---|
| 70 | },
|
---|
| 71 | "hljs-string": {
|
---|
| 72 | "color": "#98c379"
|
---|
| 73 | },
|
---|
| 74 | "hljs-regexp": {
|
---|
| 75 | "color": "#98c379"
|
---|
| 76 | },
|
---|
| 77 | "hljs-addition": {
|
---|
| 78 | "color": "#98c379"
|
---|
| 79 | },
|
---|
| 80 | "hljs-attribute": {
|
---|
| 81 | "color": "#98c379"
|
---|
| 82 | },
|
---|
| 83 | "hljs-meta-string": {
|
---|
| 84 | "color": "#98c379"
|
---|
| 85 | },
|
---|
| 86 | "hljs-built_in": {
|
---|
| 87 | "color": "#e6c07b"
|
---|
| 88 | },
|
---|
| 89 | "hljs-class .hljs-title": {
|
---|
| 90 | "color": "#e6c07b"
|
---|
| 91 | },
|
---|
| 92 | "hljs-attr": {
|
---|
| 93 | "color": "#d19a66"
|
---|
| 94 | },
|
---|
| 95 | "hljs-variable": {
|
---|
| 96 | "color": "#d19a66"
|
---|
| 97 | },
|
---|
| 98 | "hljs-template-variable": {
|
---|
| 99 | "color": "#d19a66"
|
---|
| 100 | },
|
---|
| 101 | "hljs-type": {
|
---|
| 102 | "color": "#d19a66"
|
---|
| 103 | },
|
---|
| 104 | "hljs-selector-class": {
|
---|
| 105 | "color": "#d19a66"
|
---|
| 106 | },
|
---|
| 107 | "hljs-selector-attr": {
|
---|
| 108 | "color": "#d19a66"
|
---|
| 109 | },
|
---|
| 110 | "hljs-selector-pseudo": {
|
---|
| 111 | "color": "#d19a66"
|
---|
| 112 | },
|
---|
| 113 | "hljs-number": {
|
---|
| 114 | "color": "#d19a66"
|
---|
| 115 | },
|
---|
| 116 | "hljs-symbol": {
|
---|
| 117 | "color": "#61aeee"
|
---|
| 118 | },
|
---|
| 119 | "hljs-bullet": {
|
---|
| 120 | "color": "#61aeee"
|
---|
| 121 | },
|
---|
| 122 | "hljs-link": {
|
---|
| 123 | "color": "#61aeee",
|
---|
| 124 | "textDecoration": "underline"
|
---|
| 125 | },
|
---|
| 126 | "hljs-meta": {
|
---|
| 127 | "color": "#61aeee"
|
---|
| 128 | },
|
---|
| 129 | "hljs-selector-id": {
|
---|
| 130 | "color": "#61aeee"
|
---|
| 131 | },
|
---|
| 132 | "hljs-title": {
|
---|
| 133 | "color": "#61aeee"
|
---|
| 134 | },
|
---|
| 135 | "hljs-emphasis": {
|
---|
| 136 | "fontStyle": "italic"
|
---|
| 137 | },
|
---|
| 138 | "hljs-strong": {
|
---|
| 139 | "fontWeight": "bold"
|
---|
| 140 | }
|
---|
| 141 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.