Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to prism-themes 1.4.1 #313

Merged
merged 2 commits into from Oct 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
159 changes: 116 additions & 43 deletions demo/build/prism-build.js
Expand Up @@ -49383,7 +49383,7 @@ __webpack_require__.r(__webpack_exports__);
"color": "#d4d4d4",
"fontSize": "13px",
"textShadow": "none",
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
"fontFamily": "Menlo, Monaco, Consolas, \"Andale Mono\", \"Ubuntu Mono\", \"Courier New\", monospace",
"direction": "ltr",
"textAlign": "left",
"whiteSpace": "pre",
Expand All @@ -49406,7 +49406,7 @@ __webpack_require__.r(__webpack_exports__);
"color": "#d4d4d4",
"fontSize": "13px",
"textShadow": "none",
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
"fontFamily": "Menlo, Monaco, Consolas, \"Andale Mono\", \"Ubuntu Mono\", \"Courier New\", monospace",
"direction": "ltr",
"textAlign": "left",
"whiteSpace": "pre",
Expand All @@ -49423,11 +49423,19 @@ __webpack_require__.r(__webpack_exports__);
},
"pre[class*=\"language-\"]::selection": {
"textShadow": "none",
"background": "#b3d4fc"
"background": "#75a7ca"
},
"code[class*=\"language-\"]::selection": {
"textShadow": "none",
"background": "#b3d4fc"
"background": "#75a7ca"
},
"pre[class*=\"language-\"] *::selection": {
"textShadow": "none",
"background": "#75a7ca"
},
"code[class*=\"language-\"] *::selection": {
"textShadow": "none",
"background": "#75a7ca"
},
":not(pre) > code[class*=\"language-\"]": {
"padding": ".1em .3em",
Expand All @@ -49438,19 +49446,25 @@ __webpack_require__.r(__webpack_exports__);
".namespace": {
"Opacity": ".7"
},
"doctype.doctype-tag": {
"color": "#569CD6"
},
"doctype.name": {
"color": "#9cdcfe"
},
"comment": {
"color": "#6a9955"
},
"prolog": {
"color": "#6a9955"
},
"doctype": {
"color": "#6a9955"
"punctuation": {
"color": "#d4d4d4"
},
"cdata": {
"color": "#6a9955"
".language-html .language-css .token.punctuation": {
"color": "#d4d4d4"
},
"punctuation": {
".language-html .language-javascript .token.punctuation": {
"color": "#d4d4d4"
},
"property": {
Expand All @@ -49466,14 +49480,17 @@ __webpack_require__.r(__webpack_exports__);
"color": "#b5cea8"
},
"constant": {
"color": "#9CDCFE"
"color": "#9cdcfe"
},
"symbol": {
"color": "#b5cea8"
},
"deleted": {
"color": "#b5cea8"
},
"unit": {
"color": "#b5cea8"
},
"selector": {
"color": "#d7ba7d"
},
Expand All @@ -49492,88 +49509,144 @@ __webpack_require__.r(__webpack_exports__);
"inserted": {
"color": "#ce9178"
},
".language-css .token.string.url": {
"textDecoration": "underline"
},
"operator": {
"color": "#d4d4d4",
"background": "#1e1e1e"
"color": "#d4d4d4"
},
"entity": {
"color": "#4ec9b0",
"background": "#1e1e1e",
"cursor": "unset"
},
"url": {
"color": "#d4d4d4",
"background": "#1e1e1e"
},
".language-css .token.string": {
"color": "#d4d4d4",
"background": "#1e1e1e"
"color": "#569cd6"
},
".style .token.string": {
"color": "#d4d4d4",
"background": "#1e1e1e"
"operator.arrow": {
"color": "#569CD6"
},
"atrule": {
"color": "#ce9178"
},
"atrule.rule": {
"color": "#c586c0"
},
"attr-value": {
"color": "#ce9178"
"atrule.url": {
"color": "#9cdcfe"
},
"atrule.url.function": {
"color": "#dcdcaa"
},
"atrule.url.punctuation": {
"color": "#d4d4d4"
},
"keyword": {
"color": "#569CD6"
},
"keyword.module": {
"color": "#c586c0"
},
"keyword.control-flow": {
"color": "#c586c0"
},
"function": {
"color": "#dcdcaa"
},
"function.maybe-class-name": {
"color": "#dcdcaa"
},
"regex": {
"color": "#d16969"
},
"important": {
"color": "#d16969",
"fontWeight": "bold"
},
"variable": {
"color": "#d16969"
},
"bold": {
"fontWeight": "bold"
"color": "#569cd6"
},
"italic": {
"fontStyle": "italic"
},
"class-name": {
"color": "#4EC9B0"
"color": "#4ec9b0"
},
"maybe-class-name": {
"color": "#4ec9b0"
},
"console": {
"color": "#9cdcfe"
},
"parameter": {
"color": "#9CDCFE"
"color": "#9cdcfe"
},
"interpolation": {
"color": "#9CDCFE"
"color": "#9cdcfe"
},
"punctuation.interpolation-punctuation": {
"color": "#569cd6"
},
"variable": {
"color": "#9cdcfe"
},
"imports.maybe-class-name": {
"color": "#9cdcfe"
},
"exports.maybe-class-name": {
"color": "#9cdcfe"
},
"escape": {
"color": "#d7ba7d"
},
"tag.punctuation": {
"color": "#808080"
},
"cdata": {
"color": "#808080"
},
"attr-value": {
"color": "#ce9178"
},
"attr-value.punctuation": {
"color": "#ce9178"
},
"attr-value.punctuation.attr-equals": {
"color": "#d4d4d4"
},
"namespace": {
"color": "#4ec9b0"
},
"pre[class*=\"language-javascript\"]": {
"color": "#4ec9b0"
"color": "#9cdcfe"
},
"code[class*=\"language-javascript\"]": {
"color": "#4ec9b0"
"color": "#9cdcfe"
},
"pre[class*=\"language-jsx\"]": {
"color": "#9cdcfe"
},
"code[class*=\"language-jsx\"]": {
"color": "#9cdcfe"
},
"pre[class*=\"language-typescript\"]": {
"color": "#9cdcfe"
},
"code[class*=\"language-typescript\"]": {
"color": "#9cdcfe"
},
"pre[class*=\"language-tsx\"]": {
"color": "#9cdcfe"
},
"code[class*=\"language-tsx\"]": {
"color": "#9cdcfe"
},
"pre[class*=\"language-css\"]": {
"color": "#CE9178"
"color": "#ce9178"
},
"code[class*=\"language-css\"]": {
"color": "#CE9178"
"color": "#ce9178"
},
"pre[class*=\"language-html\"]": {
"color": "#d4d4d4"
},
"code[class*=\"language-html\"]": {
"color": "#d4d4d4"
},
".language-regex .token.anchor": {
"color": "#dcdcaa"
},
".language-html .token.punctuation": {
"color": "#808080"
},
Expand Down