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.9 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
---|
| 4 | value: true
|
---|
| 5 | });
|
---|
| 6 | exports["default"] = void 0;
|
---|
| 7 | var _default = {
|
---|
| 8 | "code[class*=language-]": {
|
---|
| 9 | "color": "#839496",
|
---|
| 10 | "textShadow": "0 1px rgba(0,0,0,.3)",
|
---|
| 11 | "fontFamily": "Inconsolata,Monaco,Consolas,'Courier New',Courier,monospace",
|
---|
| 12 | "direction": "ltr",
|
---|
| 13 | "textAlign": "left",
|
---|
| 14 | "whiteSpace": "pre",
|
---|
| 15 | "wordSpacing": "normal",
|
---|
| 16 | "wordBreak": "normal",
|
---|
| 17 | "lineHeight": "1.5",
|
---|
| 18 | "MozTabSize": "4",
|
---|
| 19 | "OTabSize": "4",
|
---|
| 20 | "tabSize": "4",
|
---|
| 21 | "WebkitHyphens": "none",
|
---|
| 22 | "MozHyphens": "none",
|
---|
| 23 | "msHyphens": "none",
|
---|
| 24 | "hyphens": "none"
|
---|
| 25 | },
|
---|
| 26 | "pre[class*=language-]": {
|
---|
| 27 | "color": "#839496",
|
---|
| 28 | "textShadow": "0 1px rgba(0,0,0,.3)",
|
---|
| 29 | "fontFamily": "Inconsolata,Monaco,Consolas,'Courier New',Courier,monospace",
|
---|
| 30 | "direction": "ltr",
|
---|
| 31 | "textAlign": "left",
|
---|
| 32 | "whiteSpace": "pre",
|
---|
| 33 | "wordSpacing": "normal",
|
---|
| 34 | "wordBreak": "normal",
|
---|
| 35 | "lineHeight": "1.5",
|
---|
| 36 | "MozTabSize": "4",
|
---|
| 37 | "OTabSize": "4",
|
---|
| 38 | "tabSize": "4",
|
---|
| 39 | "WebkitHyphens": "none",
|
---|
| 40 | "MozHyphens": "none",
|
---|
| 41 | "msHyphens": "none",
|
---|
| 42 | "hyphens": "none",
|
---|
| 43 | "padding": "1em",
|
---|
| 44 | "margin": ".5em 0",
|
---|
| 45 | "overflow": "auto",
|
---|
| 46 | "borderRadius": ".3em",
|
---|
| 47 | "background": "#002b36"
|
---|
| 48 | },
|
---|
| 49 | ":not(pre)>code[class*=language-]": {
|
---|
| 50 | "background": "#002b36",
|
---|
| 51 | "padding": ".1em",
|
---|
| 52 | "borderRadius": ".3em"
|
---|
| 53 | },
|
---|
| 54 | "cdata": {
|
---|
| 55 | "color": "#586e75"
|
---|
| 56 | },
|
---|
| 57 | "comment": {
|
---|
| 58 | "color": "#586e75"
|
---|
| 59 | },
|
---|
| 60 | "doctype": {
|
---|
| 61 | "color": "#586e75"
|
---|
| 62 | },
|
---|
| 63 | "prolog": {
|
---|
| 64 | "color": "#586e75"
|
---|
| 65 | },
|
---|
| 66 | "punctuation": {
|
---|
| 67 | "color": "#93a1a1"
|
---|
| 68 | },
|
---|
| 69 | ".namespace": {
|
---|
| 70 | "Opacity": ".7"
|
---|
| 71 | },
|
---|
| 72 | "keyword": {
|
---|
| 73 | "color": "#268bd2"
|
---|
| 74 | },
|
---|
| 75 | "property": {
|
---|
| 76 | "color": "#268bd2"
|
---|
| 77 | },
|
---|
| 78 | "tag": {
|
---|
| 79 | "color": "#268bd2"
|
---|
| 80 | },
|
---|
| 81 | "class-name": {
|
---|
| 82 | "color": "#ffffb6",
|
---|
| 83 | "textDecoration": "underline"
|
---|
| 84 | },
|
---|
| 85 | "boolean": {
|
---|
| 86 | "color": "#b58900"
|
---|
| 87 | },
|
---|
| 88 | "constant": {
|
---|
| 89 | "color": "#b58900"
|
---|
| 90 | },
|
---|
| 91 | "deleted": {
|
---|
| 92 | "color": "#dc322f"
|
---|
| 93 | },
|
---|
| 94 | "symbol": {
|
---|
| 95 | "color": "#dc322f"
|
---|
| 96 | },
|
---|
| 97 | "number": {
|
---|
| 98 | "color": "#859900"
|
---|
| 99 | },
|
---|
| 100 | "attr-name": {
|
---|
| 101 | "color": "#859900"
|
---|
| 102 | },
|
---|
| 103 | "builtin": {
|
---|
| 104 | "color": "#859900"
|
---|
| 105 | },
|
---|
| 106 | "char": {
|
---|
| 107 | "color": "#859900"
|
---|
| 108 | },
|
---|
| 109 | "inserted": {
|
---|
| 110 | "color": "#859900"
|
---|
| 111 | },
|
---|
| 112 | "selector": {
|
---|
| 113 | "color": "#859900"
|
---|
| 114 | },
|
---|
| 115 | "string": {
|
---|
| 116 | "color": "#859900"
|
---|
| 117 | },
|
---|
| 118 | "variable": {
|
---|
| 119 | "color": "#268bd2"
|
---|
| 120 | },
|
---|
| 121 | "operator": {
|
---|
| 122 | "color": "#ededed"
|
---|
| 123 | },
|
---|
| 124 | "function": {
|
---|
| 125 | "color": "#268bd2"
|
---|
| 126 | },
|
---|
| 127 | "regex": {
|
---|
| 128 | "color": "#e9c062"
|
---|
| 129 | },
|
---|
| 130 | "important": {
|
---|
| 131 | "color": "#fd971f",
|
---|
| 132 | "fontWeight": "700"
|
---|
| 133 | },
|
---|
| 134 | "entity": {
|
---|
| 135 | "color": "#ffffb6",
|
---|
| 136 | "cursor": "help"
|
---|
| 137 | },
|
---|
| 138 | "url": {
|
---|
| 139 | "color": "#96cbfe"
|
---|
| 140 | },
|
---|
| 141 | ".language-css .token.string": {
|
---|
| 142 | "color": "#87c38a"
|
---|
| 143 | },
|
---|
| 144 | ".style .token.string": {
|
---|
| 145 | "color": "#87c38a"
|
---|
| 146 | },
|
---|
| 147 | "bold": {
|
---|
| 148 | "fontWeight": "700"
|
---|
| 149 | },
|
---|
| 150 | "italic": {
|
---|
| 151 | "fontStyle": "italic"
|
---|
| 152 | },
|
---|
| 153 | "atrule": {
|
---|
| 154 | "color": "#f9ee98"
|
---|
| 155 | },
|
---|
| 156 | "attr-value": {
|
---|
| 157 | "color": "#f9ee98"
|
---|
| 158 | }
|
---|
| 159 | };
|
---|
| 160 | exports["default"] = _default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.