[d24f17c] | 1 | export default {
|
---|
| 2 | "code[class*=\"language-\"]": {
|
---|
| 3 | "color": "white",
|
---|
| 4 | "background": "none",
|
---|
| 5 | "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
| 6 | "fontSize": "1em",
|
---|
| 7 | "textAlign": "left",
|
---|
| 8 | "textShadow": "0 -.1em .2em black",
|
---|
| 9 | "whiteSpace": "pre",
|
---|
| 10 | "wordSpacing": "normal",
|
---|
| 11 | "wordBreak": "normal",
|
---|
| 12 | "wordWrap": "normal",
|
---|
| 13 | "lineHeight": "1.5",
|
---|
| 14 | "MozTabSize": "4",
|
---|
| 15 | "OTabSize": "4",
|
---|
| 16 | "tabSize": "4",
|
---|
| 17 | "WebkitHyphens": "none",
|
---|
| 18 | "MozHyphens": "none",
|
---|
| 19 | "msHyphens": "none",
|
---|
| 20 | "hyphens": "none"
|
---|
| 21 | },
|
---|
| 22 | "pre[class*=\"language-\"]": {
|
---|
| 23 | "color": "white",
|
---|
| 24 | "background": "hsl(0, 0%, 8%)",
|
---|
| 25 | "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
| 26 | "fontSize": "1em",
|
---|
| 27 | "textAlign": "left",
|
---|
| 28 | "textShadow": "0 -.1em .2em black",
|
---|
| 29 | "whiteSpace": "pre",
|
---|
| 30 | "wordSpacing": "normal",
|
---|
| 31 | "wordBreak": "normal",
|
---|
| 32 | "wordWrap": "normal",
|
---|
| 33 | "lineHeight": "1.5",
|
---|
| 34 | "MozTabSize": "4",
|
---|
| 35 | "OTabSize": "4",
|
---|
| 36 | "tabSize": "4",
|
---|
| 37 | "WebkitHyphens": "none",
|
---|
| 38 | "MozHyphens": "none",
|
---|
| 39 | "msHyphens": "none",
|
---|
| 40 | "hyphens": "none",
|
---|
| 41 | "borderRadius": ".5em",
|
---|
| 42 | "border": ".3em solid hsl(0, 0%, 33%)",
|
---|
| 43 | "boxShadow": "1px 1px .5em black inset",
|
---|
| 44 | "margin": ".5em 0",
|
---|
| 45 | "overflow": "auto",
|
---|
| 46 | "padding": "1em"
|
---|
| 47 | },
|
---|
| 48 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
| 49 | "background": "hsl(0, 0%, 8%)",
|
---|
| 50 | "borderRadius": ".3em",
|
---|
| 51 | "border": ".13em solid hsl(0, 0%, 33%)",
|
---|
| 52 | "boxShadow": "1px 1px .3em -.1em black inset",
|
---|
| 53 | "padding": ".15em .2em .05em",
|
---|
| 54 | "whiteSpace": "normal"
|
---|
| 55 | },
|
---|
| 56 | "pre[class*=\"language-\"]::-moz-selection": {
|
---|
| 57 | "background": "hsla(0, 0%, 93%, 0.15)",
|
---|
| 58 | "textShadow": "none"
|
---|
| 59 | },
|
---|
| 60 | "pre[class*=\"language-\"]::selection": {
|
---|
| 61 | "background": "hsla(0, 0%, 93%, 0.15)",
|
---|
| 62 | "textShadow": "none"
|
---|
| 63 | },
|
---|
| 64 | "pre[class*=\"language-\"] ::-moz-selection": {
|
---|
| 65 | "textShadow": "none",
|
---|
| 66 | "background": "hsla(0, 0%, 93%, 0.15)"
|
---|
| 67 | },
|
---|
| 68 | "code[class*=\"language-\"]::-moz-selection": {
|
---|
| 69 | "textShadow": "none",
|
---|
| 70 | "background": "hsla(0, 0%, 93%, 0.15)"
|
---|
| 71 | },
|
---|
| 72 | "code[class*=\"language-\"] ::-moz-selection": {
|
---|
| 73 | "textShadow": "none",
|
---|
| 74 | "background": "hsla(0, 0%, 93%, 0.15)"
|
---|
| 75 | },
|
---|
| 76 | "pre[class*=\"language-\"] ::selection": {
|
---|
| 77 | "textShadow": "none",
|
---|
| 78 | "background": "hsla(0, 0%, 93%, 0.15)"
|
---|
| 79 | },
|
---|
| 80 | "code[class*=\"language-\"]::selection": {
|
---|
| 81 | "textShadow": "none",
|
---|
| 82 | "background": "hsla(0, 0%, 93%, 0.15)"
|
---|
| 83 | },
|
---|
| 84 | "code[class*=\"language-\"] ::selection": {
|
---|
| 85 | "textShadow": "none",
|
---|
| 86 | "background": "hsla(0, 0%, 93%, 0.15)"
|
---|
| 87 | },
|
---|
| 88 | "comment": {
|
---|
| 89 | "color": "hsl(0, 0%, 47%)"
|
---|
| 90 | },
|
---|
| 91 | "prolog": {
|
---|
| 92 | "color": "hsl(0, 0%, 47%)"
|
---|
| 93 | },
|
---|
| 94 | "doctype": {
|
---|
| 95 | "color": "hsl(0, 0%, 47%)"
|
---|
| 96 | },
|
---|
| 97 | "cdata": {
|
---|
| 98 | "color": "hsl(0, 0%, 47%)"
|
---|
| 99 | },
|
---|
| 100 | "punctuation": {
|
---|
| 101 | "Opacity": ".7"
|
---|
| 102 | },
|
---|
| 103 | "namespace": {
|
---|
| 104 | "Opacity": ".7"
|
---|
| 105 | },
|
---|
| 106 | "tag": {
|
---|
| 107 | "color": "hsl(14, 58%, 55%)"
|
---|
| 108 | },
|
---|
| 109 | "boolean": {
|
---|
| 110 | "color": "hsl(14, 58%, 55%)"
|
---|
| 111 | },
|
---|
| 112 | "number": {
|
---|
| 113 | "color": "hsl(14, 58%, 55%)"
|
---|
| 114 | },
|
---|
| 115 | "deleted": {
|
---|
| 116 | "color": "hsl(14, 58%, 55%)"
|
---|
| 117 | },
|
---|
| 118 | "keyword": {
|
---|
| 119 | "color": "hsl(53, 89%, 79%)"
|
---|
| 120 | },
|
---|
| 121 | "property": {
|
---|
| 122 | "color": "hsl(53, 89%, 79%)"
|
---|
| 123 | },
|
---|
| 124 | "selector": {
|
---|
| 125 | "color": "hsl(53, 89%, 79%)"
|
---|
| 126 | },
|
---|
| 127 | "constant": {
|
---|
| 128 | "color": "hsl(53, 89%, 79%)"
|
---|
| 129 | },
|
---|
| 130 | "symbol": {
|
---|
| 131 | "color": "hsl(53, 89%, 79%)"
|
---|
| 132 | },
|
---|
| 133 | "builtin": {
|
---|
| 134 | "color": "hsl(53, 89%, 79%)"
|
---|
| 135 | },
|
---|
| 136 | "attr-name": {
|
---|
| 137 | "color": "hsl(76, 21%, 52%)"
|
---|
| 138 | },
|
---|
| 139 | "attr-value": {
|
---|
| 140 | "color": "hsl(76, 21%, 52%)"
|
---|
| 141 | },
|
---|
| 142 | "string": {
|
---|
| 143 | "color": "hsl(76, 21%, 52%)"
|
---|
| 144 | },
|
---|
| 145 | "char": {
|
---|
| 146 | "color": "hsl(76, 21%, 52%)"
|
---|
| 147 | },
|
---|
| 148 | "operator": {
|
---|
| 149 | "color": "hsl(76, 21%, 52%)"
|
---|
| 150 | },
|
---|
| 151 | "entity": {
|
---|
| 152 | "color": "hsl(76, 21%, 52%)",
|
---|
| 153 | "cursor": "help"
|
---|
| 154 | },
|
---|
| 155 | "url": {
|
---|
| 156 | "color": "hsl(76, 21%, 52%)"
|
---|
| 157 | },
|
---|
| 158 | ".language-css .token.string": {
|
---|
| 159 | "color": "hsl(76, 21%, 52%)"
|
---|
| 160 | },
|
---|
| 161 | ".style .token.string": {
|
---|
| 162 | "color": "hsl(76, 21%, 52%)"
|
---|
| 163 | },
|
---|
| 164 | "variable": {
|
---|
| 165 | "color": "hsl(76, 21%, 52%)"
|
---|
| 166 | },
|
---|
| 167 | "inserted": {
|
---|
| 168 | "color": "hsl(76, 21%, 52%)"
|
---|
| 169 | },
|
---|
| 170 | "atrule": {
|
---|
| 171 | "color": "hsl(218, 22%, 55%)"
|
---|
| 172 | },
|
---|
| 173 | "regex": {
|
---|
| 174 | "color": "hsl(42, 75%, 65%)"
|
---|
| 175 | },
|
---|
| 176 | "important": {
|
---|
| 177 | "color": "hsl(42, 75%, 65%)",
|
---|
| 178 | "fontWeight": "bold"
|
---|
| 179 | },
|
---|
| 180 | "bold": {
|
---|
| 181 | "fontWeight": "bold"
|
---|
| 182 | },
|
---|
| 183 | "italic": {
|
---|
| 184 | "fontStyle": "italic"
|
---|
| 185 | },
|
---|
| 186 | ".language-markup .token.tag": {
|
---|
| 187 | "color": "hsl(33, 33%, 52%)"
|
---|
| 188 | },
|
---|
| 189 | ".language-markup .token.attr-name": {
|
---|
| 190 | "color": "hsl(33, 33%, 52%)"
|
---|
| 191 | },
|
---|
| 192 | ".language-markup .token.punctuation": {
|
---|
| 193 | "color": "hsl(33, 33%, 52%)"
|
---|
| 194 | },
|
---|
| 195 | "": {
|
---|
| 196 | "position": "relative",
|
---|
| 197 | "zIndex": "1"
|
---|
| 198 | },
|
---|
| 199 | ".line-highlight.line-highlight": {
|
---|
| 200 | "background": "linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0))",
|
---|
| 201 | "borderBottom": "1px dashed hsl(0, 0%, 33%)",
|
---|
| 202 | "borderTop": "1px dashed hsl(0, 0%, 33%)",
|
---|
| 203 | "marginTop": "0.75em",
|
---|
| 204 | "zIndex": "0"
|
---|
| 205 | },
|
---|
| 206 | ".line-highlight.line-highlight:before": {
|
---|
| 207 | "backgroundColor": "hsl(215, 15%, 59%)",
|
---|
| 208 | "color": "hsl(24, 20%, 95%)"
|
---|
| 209 | },
|
---|
| 210 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
| 211 | "backgroundColor": "hsl(215, 15%, 59%)",
|
---|
| 212 | "color": "hsl(24, 20%, 95%)"
|
---|
| 213 | }
|
---|
| 214 | } |
---|