Skip to content

Commit

Permalink
Update to prism-themes 1.4.1 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
simmerer committed Oct 5, 2020
1 parent 07f5fc5 commit df2378e
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 144 deletions.
159 changes: 116 additions & 43 deletions demo/build/prism-build.js
Original file line number Diff line number Diff line change
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

0 comments on commit df2378e

Please sign in to comment.