[d24f17c] | 1 | export default {
|
---|
| 2 | "code[class*=\"language-\"]": {
|
---|
| 3 | "fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
---|
| 4 | "fontSize": "14px",
|
---|
| 5 | "lineHeight": "1.375",
|
---|
| 6 | "direction": "ltr",
|
---|
| 7 | "textAlign": "left",
|
---|
| 8 | "whiteSpace": "pre",
|
---|
| 9 | "wordSpacing": "normal",
|
---|
| 10 | "wordBreak": "normal",
|
---|
| 11 | "MozTabSize": "4",
|
---|
| 12 | "OTabSize": "4",
|
---|
| 13 | "tabSize": "4",
|
---|
| 14 | "WebkitHyphens": "none",
|
---|
| 15 | "MozHyphens": "none",
|
---|
| 16 | "msHyphens": "none",
|
---|
| 17 | "hyphens": "none",
|
---|
| 18 | "background": "#faf8f5",
|
---|
| 19 | "color": "#728fcb"
|
---|
| 20 | },
|
---|
| 21 | "pre[class*=\"language-\"]": {
|
---|
| 22 | "fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
---|
| 23 | "fontSize": "14px",
|
---|
| 24 | "lineHeight": "1.375",
|
---|
| 25 | "direction": "ltr",
|
---|
| 26 | "textAlign": "left",
|
---|
| 27 | "whiteSpace": "pre",
|
---|
| 28 | "wordSpacing": "normal",
|
---|
| 29 | "wordBreak": "normal",
|
---|
| 30 | "MozTabSize": "4",
|
---|
| 31 | "OTabSize": "4",
|
---|
| 32 | "tabSize": "4",
|
---|
| 33 | "WebkitHyphens": "none",
|
---|
| 34 | "MozHyphens": "none",
|
---|
| 35 | "msHyphens": "none",
|
---|
| 36 | "hyphens": "none",
|
---|
| 37 | "background": "#faf8f5",
|
---|
| 38 | "color": "#728fcb",
|
---|
| 39 | "padding": "1em",
|
---|
| 40 | "margin": ".5em 0",
|
---|
| 41 | "overflow": "auto"
|
---|
| 42 | },
|
---|
| 43 | "pre > code[class*=\"language-\"]": {
|
---|
| 44 | "fontSize": "1em"
|
---|
| 45 | },
|
---|
| 46 | "pre[class*=\"language-\"]::-moz-selection": {
|
---|
| 47 | "textShadow": "none",
|
---|
| 48 | "background": "#faf8f5"
|
---|
| 49 | },
|
---|
| 50 | "pre[class*=\"language-\"] ::-moz-selection": {
|
---|
| 51 | "textShadow": "none",
|
---|
| 52 | "background": "#faf8f5"
|
---|
| 53 | },
|
---|
| 54 | "code[class*=\"language-\"]::-moz-selection": {
|
---|
| 55 | "textShadow": "none",
|
---|
| 56 | "background": "#faf8f5"
|
---|
| 57 | },
|
---|
| 58 | "code[class*=\"language-\"] ::-moz-selection": {
|
---|
| 59 | "textShadow": "none",
|
---|
| 60 | "background": "#faf8f5"
|
---|
| 61 | },
|
---|
| 62 | "pre[class*=\"language-\"]::selection": {
|
---|
| 63 | "textShadow": "none",
|
---|
| 64 | "background": "#faf8f5"
|
---|
| 65 | },
|
---|
| 66 | "pre[class*=\"language-\"] ::selection": {
|
---|
| 67 | "textShadow": "none",
|
---|
| 68 | "background": "#faf8f5"
|
---|
| 69 | },
|
---|
| 70 | "code[class*=\"language-\"]::selection": {
|
---|
| 71 | "textShadow": "none",
|
---|
| 72 | "background": "#faf8f5"
|
---|
| 73 | },
|
---|
| 74 | "code[class*=\"language-\"] ::selection": {
|
---|
| 75 | "textShadow": "none",
|
---|
| 76 | "background": "#faf8f5"
|
---|
| 77 | },
|
---|
| 78 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
| 79 | "padding": ".1em",
|
---|
| 80 | "borderRadius": ".3em"
|
---|
| 81 | },
|
---|
| 82 | "comment": {
|
---|
| 83 | "color": "#b6ad9a"
|
---|
| 84 | },
|
---|
| 85 | "prolog": {
|
---|
| 86 | "color": "#b6ad9a"
|
---|
| 87 | },
|
---|
| 88 | "doctype": {
|
---|
| 89 | "color": "#b6ad9a"
|
---|
| 90 | },
|
---|
| 91 | "cdata": {
|
---|
| 92 | "color": "#b6ad9a"
|
---|
| 93 | },
|
---|
| 94 | "punctuation": {
|
---|
| 95 | "color": "#b6ad9a"
|
---|
| 96 | },
|
---|
| 97 | "namespace": {
|
---|
| 98 | "Opacity": ".7"
|
---|
| 99 | },
|
---|
| 100 | "tag": {
|
---|
| 101 | "color": "#063289"
|
---|
| 102 | },
|
---|
| 103 | "operator": {
|
---|
| 104 | "color": "#063289"
|
---|
| 105 | },
|
---|
| 106 | "number": {
|
---|
| 107 | "color": "#063289"
|
---|
| 108 | },
|
---|
| 109 | "property": {
|
---|
| 110 | "color": "#b29762"
|
---|
| 111 | },
|
---|
| 112 | "function": {
|
---|
| 113 | "color": "#b29762"
|
---|
| 114 | },
|
---|
| 115 | "tag-id": {
|
---|
| 116 | "color": "#2d2006"
|
---|
| 117 | },
|
---|
| 118 | "selector": {
|
---|
| 119 | "color": "#2d2006"
|
---|
| 120 | },
|
---|
| 121 | "atrule-id": {
|
---|
| 122 | "color": "#2d2006"
|
---|
| 123 | },
|
---|
| 124 | "code.language-javascript": {
|
---|
| 125 | "color": "#896724"
|
---|
| 126 | },
|
---|
| 127 | "attr-name": {
|
---|
| 128 | "color": "#896724"
|
---|
| 129 | },
|
---|
| 130 | "code.language-css": {
|
---|
| 131 | "color": "#728fcb"
|
---|
| 132 | },
|
---|
| 133 | "code.language-scss": {
|
---|
| 134 | "color": "#728fcb"
|
---|
| 135 | },
|
---|
| 136 | "boolean": {
|
---|
| 137 | "color": "#728fcb"
|
---|
| 138 | },
|
---|
| 139 | "string": {
|
---|
| 140 | "color": "#728fcb"
|
---|
| 141 | },
|
---|
| 142 | "entity": {
|
---|
| 143 | "color": "#728fcb",
|
---|
| 144 | "cursor": "help"
|
---|
| 145 | },
|
---|
| 146 | "url": {
|
---|
| 147 | "color": "#728fcb"
|
---|
| 148 | },
|
---|
| 149 | ".language-css .token.string": {
|
---|
| 150 | "color": "#728fcb"
|
---|
| 151 | },
|
---|
| 152 | ".language-scss .token.string": {
|
---|
| 153 | "color": "#728fcb"
|
---|
| 154 | },
|
---|
| 155 | ".style .token.string": {
|
---|
| 156 | "color": "#728fcb"
|
---|
| 157 | },
|
---|
| 158 | "attr-value": {
|
---|
| 159 | "color": "#728fcb"
|
---|
| 160 | },
|
---|
| 161 | "keyword": {
|
---|
| 162 | "color": "#728fcb"
|
---|
| 163 | },
|
---|
| 164 | "control": {
|
---|
| 165 | "color": "#728fcb"
|
---|
| 166 | },
|
---|
| 167 | "directive": {
|
---|
| 168 | "color": "#728fcb"
|
---|
| 169 | },
|
---|
| 170 | "unit": {
|
---|
| 171 | "color": "#728fcb"
|
---|
| 172 | },
|
---|
| 173 | "statement": {
|
---|
| 174 | "color": "#728fcb"
|
---|
| 175 | },
|
---|
| 176 | "regex": {
|
---|
| 177 | "color": "#728fcb"
|
---|
| 178 | },
|
---|
| 179 | "atrule": {
|
---|
| 180 | "color": "#728fcb"
|
---|
| 181 | },
|
---|
| 182 | "placeholder": {
|
---|
| 183 | "color": "#93abdc"
|
---|
| 184 | },
|
---|
| 185 | "variable": {
|
---|
| 186 | "color": "#93abdc"
|
---|
| 187 | },
|
---|
| 188 | "deleted": {
|
---|
| 189 | "textDecoration": "line-through"
|
---|
| 190 | },
|
---|
| 191 | "inserted": {
|
---|
| 192 | "borderBottom": "1px dotted #2d2006",
|
---|
| 193 | "textDecoration": "none"
|
---|
| 194 | },
|
---|
| 195 | "italic": {
|
---|
| 196 | "fontStyle": "italic"
|
---|
| 197 | },
|
---|
| 198 | "important": {
|
---|
| 199 | "fontWeight": "bold",
|
---|
| 200 | "color": "#896724"
|
---|
| 201 | },
|
---|
| 202 | "bold": {
|
---|
| 203 | "fontWeight": "bold"
|
---|
| 204 | },
|
---|
| 205 | "pre > code.highlight": {
|
---|
| 206 | "Outline": ".4em solid #896724",
|
---|
| 207 | "OutlineOffset": ".4em"
|
---|
| 208 | },
|
---|
| 209 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
| 210 | "borderRightColor": "#ece8de"
|
---|
| 211 | },
|
---|
| 212 | ".line-numbers .line-numbers-rows > span:before": {
|
---|
| 213 | "color": "#cdc4b1"
|
---|
| 214 | },
|
---|
| 215 | ".line-highlight.line-highlight": {
|
---|
| 216 | "background": "linear-gradient(to right, rgba(45, 32, 6, 0.2) 70%, rgba(45, 32, 6, 0))"
|
---|
| 217 | }
|
---|
| 218 | }; |
---|