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:
2.9 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | export default {
|
---|
| 2 | "code[class*=language-]": {
|
---|
| 3 | "color": "#fff",
|
---|
| 4 | "background": "0 0",
|
---|
| 5 | "textShadow": "0 -.1em .2em #000",
|
---|
| 6 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 7 | "fontSize": "1em",
|
---|
| 8 | "textAlign": "left",
|
---|
| 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": "#fff",
|
---|
| 24 | "background": "#4c3f33",
|
---|
| 25 | "textShadow": "0 -.1em .2em #000",
|
---|
| 26 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 27 | "fontSize": "1em",
|
---|
| 28 | "textAlign": "left",
|
---|
| 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 | "padding": "1em",
|
---|
| 42 | "margin": ".5em 0",
|
---|
| 43 | "overflow": "auto",
|
---|
| 44 | "border": ".3em solid #7a6651",
|
---|
| 45 | "borderRadius": ".5em",
|
---|
| 46 | "boxShadow": "1px 1px .5em #000 inset"
|
---|
| 47 | },
|
---|
| 48 | ":not(pre)>code[class*=language-]": {
|
---|
| 49 | "background": "#4c3f33",
|
---|
| 50 | "padding": ".15em .2em .05em",
|
---|
| 51 | "borderRadius": ".3em",
|
---|
| 52 | "border": ".13em solid #7a6651",
|
---|
| 53 | "boxShadow": "1px 1px .3em -.1em #000 inset",
|
---|
| 54 | "whiteSpace": "normal"
|
---|
| 55 | },
|
---|
| 56 | "cdata": {
|
---|
| 57 | "color": "#997f66"
|
---|
| 58 | },
|
---|
| 59 | "comment": {
|
---|
| 60 | "color": "#997f66"
|
---|
| 61 | },
|
---|
| 62 | "doctype": {
|
---|
| 63 | "color": "#997f66"
|
---|
| 64 | },
|
---|
| 65 | "prolog": {
|
---|
| 66 | "color": "#997f66"
|
---|
| 67 | },
|
---|
| 68 | "punctuation": {
|
---|
| 69 | "Opacity": ".7"
|
---|
| 70 | },
|
---|
| 71 | "namespace": {
|
---|
| 72 | "Opacity": ".7"
|
---|
| 73 | },
|
---|
| 74 | "boolean": {
|
---|
| 75 | "color": "#d1939e"
|
---|
| 76 | },
|
---|
| 77 | "constant": {
|
---|
| 78 | "color": "#d1939e"
|
---|
| 79 | },
|
---|
| 80 | "number": {
|
---|
| 81 | "color": "#d1939e"
|
---|
| 82 | },
|
---|
| 83 | "property": {
|
---|
| 84 | "color": "#d1939e"
|
---|
| 85 | },
|
---|
| 86 | "symbol": {
|
---|
| 87 | "color": "#d1939e"
|
---|
| 88 | },
|
---|
| 89 | "tag": {
|
---|
| 90 | "color": "#d1939e"
|
---|
| 91 | },
|
---|
| 92 | "attr-name": {
|
---|
| 93 | "color": "#bce051"
|
---|
| 94 | },
|
---|
| 95 | "builtin": {
|
---|
| 96 | "color": "#bce051"
|
---|
| 97 | },
|
---|
| 98 | "char": {
|
---|
| 99 | "color": "#bce051"
|
---|
| 100 | },
|
---|
| 101 | "inserted": {
|
---|
| 102 | "color": "#bce051"
|
---|
| 103 | },
|
---|
| 104 | "selector": {
|
---|
| 105 | "color": "#bce051"
|
---|
| 106 | },
|
---|
| 107 | "string": {
|
---|
| 108 | "color": "#bce051"
|
---|
| 109 | },
|
---|
| 110 | ".language-css .token.string": {
|
---|
| 111 | "color": "#f4b73d"
|
---|
| 112 | },
|
---|
| 113 | ".style .token.string": {
|
---|
| 114 | "color": "#f4b73d"
|
---|
| 115 | },
|
---|
| 116 | "entity": {
|
---|
| 117 | "color": "#f4b73d",
|
---|
| 118 | "cursor": "help"
|
---|
| 119 | },
|
---|
| 120 | "operator": {
|
---|
| 121 | "color": "#f4b73d"
|
---|
| 122 | },
|
---|
| 123 | "url": {
|
---|
| 124 | "color": "#f4b73d"
|
---|
| 125 | },
|
---|
| 126 | "variable": {
|
---|
| 127 | "color": "#f4b73d"
|
---|
| 128 | },
|
---|
| 129 | "atrule": {
|
---|
| 130 | "color": "#d1939e"
|
---|
| 131 | },
|
---|
| 132 | "attr-value": {
|
---|
| 133 | "color": "#d1939e"
|
---|
| 134 | },
|
---|
| 135 | "keyword": {
|
---|
| 136 | "color": "#d1939e"
|
---|
| 137 | },
|
---|
| 138 | "important": {
|
---|
| 139 | "color": "#e90",
|
---|
| 140 | "fontWeight": "700"
|
---|
| 141 | },
|
---|
| 142 | "regex": {
|
---|
| 143 | "color": "#e90"
|
---|
| 144 | },
|
---|
| 145 | "bold": {
|
---|
| 146 | "fontWeight": "700"
|
---|
| 147 | },
|
---|
| 148 | "italic": {
|
---|
| 149 | "fontStyle": "italic"
|
---|
| 150 | },
|
---|
| 151 | "deleted": {
|
---|
| 152 | "color": "red"
|
---|
| 153 | }
|
---|
| 154 | }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.