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.3 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": "#657b83",
|
---|
| 10 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 11 | "fontSize": "1em",
|
---|
| 12 | "textAlign": "left",
|
---|
| 13 | "whiteSpace": "pre",
|
---|
| 14 | "wordSpacing": "normal",
|
---|
| 15 | "wordBreak": "normal",
|
---|
| 16 | "wordWrap": "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": "#657b83",
|
---|
| 28 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 29 | "fontSize": "1em",
|
---|
| 30 | "textAlign": "left",
|
---|
| 31 | "whiteSpace": "pre",
|
---|
| 32 | "wordSpacing": "normal",
|
---|
| 33 | "wordBreak": "normal",
|
---|
| 34 | "wordWrap": "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 | "backgroundColor": "#fdf6e3"
|
---|
| 48 | },
|
---|
| 49 | "code[class*=language-] ::-moz-selection": {
|
---|
| 50 | "background": "#073642"
|
---|
| 51 | },
|
---|
| 52 | "code[class*=language-]::-moz-selection": {
|
---|
| 53 | "background": "#073642"
|
---|
| 54 | },
|
---|
| 55 | "pre[class*=language-] ::-moz-selection": {
|
---|
| 56 | "background": "#073642"
|
---|
| 57 | },
|
---|
| 58 | "pre[class*=language-]::-moz-selection": {
|
---|
| 59 | "background": "#073642"
|
---|
| 60 | },
|
---|
| 61 | "code[class*=language-] ::selection": {
|
---|
| 62 | "background": "#073642"
|
---|
| 63 | },
|
---|
| 64 | "code[class*=language-]::selection": {
|
---|
| 65 | "background": "#073642"
|
---|
| 66 | },
|
---|
| 67 | "pre[class*=language-] ::selection": {
|
---|
| 68 | "background": "#073642"
|
---|
| 69 | },
|
---|
| 70 | "pre[class*=language-]::selection": {
|
---|
| 71 | "background": "#073642"
|
---|
| 72 | },
|
---|
| 73 | ":not(pre)>code[class*=language-]": {
|
---|
| 74 | "backgroundColor": "#fdf6e3",
|
---|
| 75 | "padding": ".1em",
|
---|
| 76 | "borderRadius": ".3em"
|
---|
| 77 | },
|
---|
| 78 | "cdata": {
|
---|
| 79 | "color": "#93a1a1"
|
---|
| 80 | },
|
---|
| 81 | "comment": {
|
---|
| 82 | "color": "#93a1a1"
|
---|
| 83 | },
|
---|
| 84 | "doctype": {
|
---|
| 85 | "color": "#93a1a1"
|
---|
| 86 | },
|
---|
| 87 | "prolog": {
|
---|
| 88 | "color": "#93a1a1"
|
---|
| 89 | },
|
---|
| 90 | "punctuation": {
|
---|
| 91 | "color": "#586e75"
|
---|
| 92 | },
|
---|
| 93 | "namespace": {
|
---|
| 94 | "Opacity": ".7"
|
---|
| 95 | },
|
---|
| 96 | "boolean": {
|
---|
| 97 | "color": "#268bd2"
|
---|
| 98 | },
|
---|
| 99 | "constant": {
|
---|
| 100 | "color": "#268bd2"
|
---|
| 101 | },
|
---|
| 102 | "deleted": {
|
---|
| 103 | "color": "#268bd2"
|
---|
| 104 | },
|
---|
| 105 | "number": {
|
---|
| 106 | "color": "#268bd2"
|
---|
| 107 | },
|
---|
| 108 | "property": {
|
---|
| 109 | "color": "#268bd2"
|
---|
| 110 | },
|
---|
| 111 | "symbol": {
|
---|
| 112 | "color": "#268bd2"
|
---|
| 113 | },
|
---|
| 114 | "tag": {
|
---|
| 115 | "color": "#268bd2"
|
---|
| 116 | },
|
---|
| 117 | "attr-name": {
|
---|
| 118 | "color": "#2aa198"
|
---|
| 119 | },
|
---|
| 120 | "builtin": {
|
---|
| 121 | "color": "#2aa198"
|
---|
| 122 | },
|
---|
| 123 | "char": {
|
---|
| 124 | "color": "#2aa198"
|
---|
| 125 | },
|
---|
| 126 | "inserted": {
|
---|
| 127 | "color": "#2aa198"
|
---|
| 128 | },
|
---|
| 129 | "selector": {
|
---|
| 130 | "color": "#2aa198"
|
---|
| 131 | },
|
---|
| 132 | "string": {
|
---|
| 133 | "color": "#2aa198"
|
---|
| 134 | },
|
---|
| 135 | "url": {
|
---|
| 136 | "color": "#2aa198"
|
---|
| 137 | },
|
---|
| 138 | "entity": {
|
---|
| 139 | "color": "#657b83",
|
---|
| 140 | "background": "#eee8d5",
|
---|
| 141 | "cursor": "help"
|
---|
| 142 | },
|
---|
| 143 | "atrule": {
|
---|
| 144 | "color": "#859900"
|
---|
| 145 | },
|
---|
| 146 | "attr-value": {
|
---|
| 147 | "color": "#859900"
|
---|
| 148 | },
|
---|
| 149 | "keyword": {
|
---|
| 150 | "color": "#859900"
|
---|
| 151 | },
|
---|
| 152 | "class-name": {
|
---|
| 153 | "color": "#b58900"
|
---|
| 154 | },
|
---|
| 155 | "function": {
|
---|
| 156 | "color": "#b58900"
|
---|
| 157 | },
|
---|
| 158 | "important": {
|
---|
| 159 | "color": "#cb4b16",
|
---|
| 160 | "fontWeight": "700"
|
---|
| 161 | },
|
---|
| 162 | "regex": {
|
---|
| 163 | "color": "#cb4b16"
|
---|
| 164 | },
|
---|
| 165 | "variable": {
|
---|
| 166 | "color": "#cb4b16"
|
---|
| 167 | },
|
---|
| 168 | "bold": {
|
---|
| 169 | "fontWeight": "700"
|
---|
| 170 | },
|
---|
| 171 | "italic": {
|
---|
| 172 | "fontStyle": "italic"
|
---|
| 173 | }
|
---|
| 174 | };
|
---|
| 175 | exports["default"] = _default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.