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