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 | "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": "#f8f8f2",
|
---|
| 10 | "background": "none",
|
---|
| 11 | "fontFamily": "\"Fira Code\", Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
| 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": "#f8f8f2",
|
---|
| 28 | "background": "#2E3440",
|
---|
| 29 | "fontFamily": "\"Fira Code\", Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
| 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": "0.3em"
|
---|
| 47 | },
|
---|
| 48 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
| 49 | "background": "#2E3440",
|
---|
| 50 | "padding": ".1em",
|
---|
| 51 | "borderRadius": ".3em",
|
---|
| 52 | "whiteSpace": "normal"
|
---|
| 53 | },
|
---|
| 54 | "comment": {
|
---|
| 55 | "color": "#636f88"
|
---|
| 56 | },
|
---|
| 57 | "prolog": {
|
---|
| 58 | "color": "#636f88"
|
---|
| 59 | },
|
---|
| 60 | "doctype": {
|
---|
| 61 | "color": "#636f88"
|
---|
| 62 | },
|
---|
| 63 | "cdata": {
|
---|
| 64 | "color": "#636f88"
|
---|
| 65 | },
|
---|
| 66 | "punctuation": {
|
---|
| 67 | "color": "#81A1C1"
|
---|
| 68 | },
|
---|
| 69 | ".namespace": {
|
---|
| 70 | "Opacity": ".7"
|
---|
| 71 | },
|
---|
| 72 | "property": {
|
---|
| 73 | "color": "#81A1C1"
|
---|
| 74 | },
|
---|
| 75 | "tag": {
|
---|
| 76 | "color": "#81A1C1"
|
---|
| 77 | },
|
---|
| 78 | "constant": {
|
---|
| 79 | "color": "#81A1C1"
|
---|
| 80 | },
|
---|
| 81 | "symbol": {
|
---|
| 82 | "color": "#81A1C1"
|
---|
| 83 | },
|
---|
| 84 | "deleted": {
|
---|
| 85 | "color": "#81A1C1"
|
---|
| 86 | },
|
---|
| 87 | "number": {
|
---|
| 88 | "color": "#B48EAD"
|
---|
| 89 | },
|
---|
| 90 | "boolean": {
|
---|
| 91 | "color": "#81A1C1"
|
---|
| 92 | },
|
---|
| 93 | "selector": {
|
---|
| 94 | "color": "#A3BE8C"
|
---|
| 95 | },
|
---|
| 96 | "attr-name": {
|
---|
| 97 | "color": "#A3BE8C"
|
---|
| 98 | },
|
---|
| 99 | "string": {
|
---|
| 100 | "color": "#A3BE8C"
|
---|
| 101 | },
|
---|
| 102 | "char": {
|
---|
| 103 | "color": "#A3BE8C"
|
---|
| 104 | },
|
---|
| 105 | "builtin": {
|
---|
| 106 | "color": "#A3BE8C"
|
---|
| 107 | },
|
---|
| 108 | "inserted": {
|
---|
| 109 | "color": "#A3BE8C"
|
---|
| 110 | },
|
---|
| 111 | "operator": {
|
---|
| 112 | "color": "#81A1C1"
|
---|
| 113 | },
|
---|
| 114 | "entity": {
|
---|
| 115 | "color": "#81A1C1",
|
---|
| 116 | "cursor": "help"
|
---|
| 117 | },
|
---|
| 118 | "url": {
|
---|
| 119 | "color": "#81A1C1"
|
---|
| 120 | },
|
---|
| 121 | ".language-css .token.string": {
|
---|
| 122 | "color": "#81A1C1"
|
---|
| 123 | },
|
---|
| 124 | ".style .token.string": {
|
---|
| 125 | "color": "#81A1C1"
|
---|
| 126 | },
|
---|
| 127 | "variable": {
|
---|
| 128 | "color": "#81A1C1"
|
---|
| 129 | },
|
---|
| 130 | "atrule": {
|
---|
| 131 | "color": "#88C0D0"
|
---|
| 132 | },
|
---|
| 133 | "attr-value": {
|
---|
| 134 | "color": "#88C0D0"
|
---|
| 135 | },
|
---|
| 136 | "function": {
|
---|
| 137 | "color": "#88C0D0"
|
---|
| 138 | },
|
---|
| 139 | "class-name": {
|
---|
| 140 | "color": "#88C0D0"
|
---|
| 141 | },
|
---|
| 142 | "keyword": {
|
---|
| 143 | "color": "#81A1C1"
|
---|
| 144 | },
|
---|
| 145 | "regex": {
|
---|
| 146 | "color": "#EBCB8B"
|
---|
| 147 | },
|
---|
| 148 | "important": {
|
---|
| 149 | "color": "#EBCB8B",
|
---|
| 150 | "fontWeight": "bold"
|
---|
| 151 | },
|
---|
| 152 | "bold": {
|
---|
| 153 | "fontWeight": "bold"
|
---|
| 154 | },
|
---|
| 155 | "italic": {
|
---|
| 156 | "fontStyle": "italic"
|
---|
| 157 | }
|
---|
| 158 | };
|
---|
| 159 | exports["default"] = _default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.