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