[d24f17c] | 1 | export default {
|
---|
| 2 | "code[class*=\"language-\"]": {
|
---|
| 3 | "color": "black",
|
---|
| 4 | "background": "none",
|
---|
| 5 | "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
| 6 | "fontSize": "1em",
|
---|
| 7 | "textAlign": "left",
|
---|
| 8 | "whiteSpace": "pre",
|
---|
| 9 | "wordSpacing": "normal",
|
---|
| 10 | "wordBreak": "normal",
|
---|
| 11 | "wordWrap": "normal",
|
---|
| 12 | "lineHeight": "1.5",
|
---|
| 13 | "MozTabSize": "4",
|
---|
| 14 | "OTabSize": "4",
|
---|
| 15 | "tabSize": "4",
|
---|
| 16 | "WebkitHyphens": "none",
|
---|
| 17 | "MozHyphens": "none",
|
---|
| 18 | "msHyphens": "none",
|
---|
| 19 | "hyphens": "none"
|
---|
| 20 | },
|
---|
| 21 | "pre[class*=\"language-\"]": {
|
---|
| 22 | "color": "black",
|
---|
| 23 | "background": "none",
|
---|
| 24 | "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
| 25 | "fontSize": "1em",
|
---|
| 26 | "textAlign": "left",
|
---|
| 27 | "whiteSpace": "pre",
|
---|
| 28 | "wordSpacing": "normal",
|
---|
| 29 | "wordBreak": "normal",
|
---|
| 30 | "wordWrap": "normal",
|
---|
| 31 | "lineHeight": "1.5",
|
---|
| 32 | "MozTabSize": "4",
|
---|
| 33 | "OTabSize": "4",
|
---|
| 34 | "tabSize": "4",
|
---|
| 35 | "WebkitHyphens": "none",
|
---|
| 36 | "MozHyphens": "none",
|
---|
| 37 | "msHyphens": "none",
|
---|
| 38 | "hyphens": "none",
|
---|
| 39 | "position": "relative",
|
---|
| 40 | "borderLeft": "10px solid #358ccb",
|
---|
| 41 | "boxShadow": "-1px 0 0 0 #358ccb, 0 0 0 1px #dfdfdf",
|
---|
| 42 | "backgroundColor": "#fdfdfd",
|
---|
| 43 | "backgroundImage": "linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%)",
|
---|
| 44 | "backgroundSize": "3em 3em",
|
---|
| 45 | "backgroundOrigin": "content-box",
|
---|
| 46 | "backgroundAttachment": "local",
|
---|
| 47 | "margin": ".5em 0",
|
---|
| 48 | "padding": "0 1em"
|
---|
| 49 | },
|
---|
| 50 | "pre[class*=\"language-\"] > code": {
|
---|
| 51 | "display": "block"
|
---|
| 52 | },
|
---|
| 53 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
| 54 | "position": "relative",
|
---|
| 55 | "padding": ".2em",
|
---|
| 56 | "borderRadius": "0.3em",
|
---|
| 57 | "color": "#c92c2c",
|
---|
| 58 | "border": "1px solid rgba(0, 0, 0, 0.1)",
|
---|
| 59 | "display": "inline",
|
---|
| 60 | "whiteSpace": "normal",
|
---|
| 61 | "backgroundColor": "#fdfdfd",
|
---|
| 62 | "WebkitBoxSizing": "border-box",
|
---|
| 63 | "MozBoxSizing": "border-box",
|
---|
| 64 | "boxSizing": "border-box"
|
---|
| 65 | },
|
---|
| 66 | "comment": {
|
---|
| 67 | "color": "#7D8B99"
|
---|
| 68 | },
|
---|
| 69 | "block-comment": {
|
---|
| 70 | "color": "#7D8B99"
|
---|
| 71 | },
|
---|
| 72 | "prolog": {
|
---|
| 73 | "color": "#7D8B99"
|
---|
| 74 | },
|
---|
| 75 | "doctype": {
|
---|
| 76 | "color": "#7D8B99"
|
---|
| 77 | },
|
---|
| 78 | "cdata": {
|
---|
| 79 | "color": "#7D8B99"
|
---|
| 80 | },
|
---|
| 81 | "punctuation": {
|
---|
| 82 | "color": "#5F6364"
|
---|
| 83 | },
|
---|
| 84 | "property": {
|
---|
| 85 | "color": "#c92c2c"
|
---|
| 86 | },
|
---|
| 87 | "tag": {
|
---|
| 88 | "color": "#c92c2c"
|
---|
| 89 | },
|
---|
| 90 | "boolean": {
|
---|
| 91 | "color": "#c92c2c"
|
---|
| 92 | },
|
---|
| 93 | "number": {
|
---|
| 94 | "color": "#c92c2c"
|
---|
| 95 | },
|
---|
| 96 | "function-name": {
|
---|
| 97 | "color": "#c92c2c"
|
---|
| 98 | },
|
---|
| 99 | "constant": {
|
---|
| 100 | "color": "#c92c2c"
|
---|
| 101 | },
|
---|
| 102 | "symbol": {
|
---|
| 103 | "color": "#c92c2c"
|
---|
| 104 | },
|
---|
| 105 | "deleted": {
|
---|
| 106 | "color": "#c92c2c"
|
---|
| 107 | },
|
---|
| 108 | "selector": {
|
---|
| 109 | "color": "#2f9c0a"
|
---|
| 110 | },
|
---|
| 111 | "attr-name": {
|
---|
| 112 | "color": "#2f9c0a"
|
---|
| 113 | },
|
---|
| 114 | "string": {
|
---|
| 115 | "color": "#2f9c0a"
|
---|
| 116 | },
|
---|
| 117 | "char": {
|
---|
| 118 | "color": "#2f9c0a"
|
---|
| 119 | },
|
---|
| 120 | "function": {
|
---|
| 121 | "color": "#2f9c0a"
|
---|
| 122 | },
|
---|
| 123 | "builtin": {
|
---|
| 124 | "color": "#2f9c0a"
|
---|
| 125 | },
|
---|
| 126 | "inserted": {
|
---|
| 127 | "color": "#2f9c0a"
|
---|
| 128 | },
|
---|
| 129 | "operator": {
|
---|
| 130 | "color": "#a67f59",
|
---|
| 131 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
| 132 | },
|
---|
| 133 | "entity": {
|
---|
| 134 | "color": "#a67f59",
|
---|
| 135 | "background": "rgba(255, 255, 255, 0.5)",
|
---|
| 136 | "cursor": "help"
|
---|
| 137 | },
|
---|
| 138 | "url": {
|
---|
| 139 | "color": "#a67f59",
|
---|
| 140 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
| 141 | },
|
---|
| 142 | "variable": {
|
---|
| 143 | "color": "#a67f59",
|
---|
| 144 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
| 145 | },
|
---|
| 146 | "atrule": {
|
---|
| 147 | "color": "#1990b8"
|
---|
| 148 | },
|
---|
| 149 | "attr-value": {
|
---|
| 150 | "color": "#1990b8"
|
---|
| 151 | },
|
---|
| 152 | "keyword": {
|
---|
| 153 | "color": "#1990b8"
|
---|
| 154 | },
|
---|
| 155 | "class-name": {
|
---|
| 156 | "color": "#1990b8"
|
---|
| 157 | },
|
---|
| 158 | "regex": {
|
---|
| 159 | "color": "#e90"
|
---|
| 160 | },
|
---|
| 161 | "important": {
|
---|
| 162 | "color": "#e90",
|
---|
| 163 | "fontWeight": "normal"
|
---|
| 164 | },
|
---|
| 165 | ".language-css .token.string": {
|
---|
| 166 | "color": "#a67f59",
|
---|
| 167 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
| 168 | },
|
---|
| 169 | ".style .token.string": {
|
---|
| 170 | "color": "#a67f59",
|
---|
| 171 | "background": "rgba(255, 255, 255, 0.5)"
|
---|
| 172 | },
|
---|
| 173 | "bold": {
|
---|
| 174 | "fontWeight": "bold"
|
---|
| 175 | },
|
---|
| 176 | "italic": {
|
---|
| 177 | "fontStyle": "italic"
|
---|
| 178 | },
|
---|
| 179 | "namespace": {
|
---|
| 180 | "Opacity": ".7"
|
---|
| 181 | }
|
---|
| 182 | } |
---|