knowledgebase_law/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.js

212 lines
4.4 KiB
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = exports["default"] = {
"code[class*=\"language-\"]": {
"color": "#393A34",
"fontFamily": "\"Consolas\", \"Bitstream Vera Sans Mono\", \"Courier New\", Courier, monospace",
"direction": "ltr",
"textAlign": "left",
"whiteSpace": "pre",
"wordSpacing": "normal",
"wordBreak": "normal",
"fontSize": ".9em",
"lineHeight": "1.2em",
"MozTabSize": "4",
"OTabSize": "4",
"tabSize": "4",
"WebkitHyphens": "none",
"MozHyphens": "none",
"msHyphens": "none",
"hyphens": "none"
},
"pre[class*=\"language-\"]": {
"color": "#393A34",
"fontFamily": "\"Consolas\", \"Bitstream Vera Sans Mono\", \"Courier New\", Courier, monospace",
"direction": "ltr",
"textAlign": "left",
"whiteSpace": "pre",
"wordSpacing": "normal",
"wordBreak": "normal",
"fontSize": ".9em",
"lineHeight": "1.2em",
"MozTabSize": "4",
"OTabSize": "4",
"tabSize": "4",
"WebkitHyphens": "none",
"MozHyphens": "none",
"msHyphens": "none",
"hyphens": "none",
"padding": "1em",
"margin": ".5em 0",
"overflow": "auto",
"border": "1px solid #dddddd",
"backgroundColor": "white"
},
"pre > code[class*=\"language-\"]": {
"fontSize": "1em"
},
"pre[class*=\"language-\"]::-moz-selection": {
"background": "#C1DEF1"
},
"pre[class*=\"language-\"] ::-moz-selection": {
"background": "#C1DEF1"
},
"code[class*=\"language-\"]::-moz-selection": {
"background": "#C1DEF1"
},
"code[class*=\"language-\"] ::-moz-selection": {
"background": "#C1DEF1"
},
"pre[class*=\"language-\"]::selection": {
"background": "#C1DEF1"
},
"pre[class*=\"language-\"] ::selection": {
"background": "#C1DEF1"
},
"code[class*=\"language-\"]::selection": {
"background": "#C1DEF1"
},
"code[class*=\"language-\"] ::selection": {
"background": "#C1DEF1"
},
":not(pre) > code[class*=\"language-\"]": {
"padding": ".2em",
"paddingTop": "1px",
"paddingBottom": "1px",
"background": "#f8f8f8",
"border": "1px solid #dddddd"
},
"comment": {
"color": "#008000",
"fontStyle": "italic"
},
"prolog": {
"color": "#008000",
"fontStyle": "italic"
},
"doctype": {
"color": "#008000",
"fontStyle": "italic"
},
"cdata": {
"color": "#008000",
"fontStyle": "italic"
},
"namespace": {
"Opacity": ".7"
},
"string": {
"color": "#A31515"
},
"punctuation": {
"color": "#393A34"
},
"operator": {
"color": "#393A34"
},
"url": {
"color": "#36acaa"
},
"symbol": {
"color": "#36acaa"
},
"number": {
"color": "#36acaa"
},
"boolean": {
"color": "#36acaa"
},
"variable": {
"color": "#36acaa"
},
"constant": {
"color": "#36acaa"
},
"inserted": {
"color": "#36acaa"
},
"atrule": {
"color": "#0000ff"
},
"keyword": {
"color": "#0000ff"
},
"attr-value": {
"color": "#0000ff"
},
".language-autohotkey .token.selector": {
"color": "#0000ff"
},
".language-json .token.boolean": {
"color": "#0000ff"
},
".language-json .token.number": {
"color": "#0000ff"
},
"code[class*=\"language-css\"]": {
"color": "#0000ff"
},
"function": {
"color": "#393A34"
},
"deleted": {
"color": "#9a050f"
},
".language-autohotkey .token.tag": {
"color": "#9a050f"
},
"selector": {
"color": "#800000"
},
".language-autohotkey .token.keyword": {
"color": "#00009f"
},
"important": {
"color": "#e90",
"fontWeight": "bold"
},
"bold": {
"fontWeight": "bold"
},
"italic": {
"fontStyle": "italic"
},
"class-name": {
"color": "#2B91AF"
},
".language-json .token.property": {
"color": "#2B91AF"
},
"tag": {
"color": "#800000"
},
"attr-name": {
"color": "#ff0000"
},
"property": {
"color": "#ff0000"
},
"regex": {
"color": "#ff0000"
},
"entity": {
"color": "#ff0000"
},
"directive.tag.tag": {
"background": "#ffff00",
"color": "#393A34"
},
".line-numbers.line-numbers .line-numbers-rows": {
"borderRightColor": "#a5a5a5"
},
".line-numbers .line-numbers-rows > span:before": {
"color": "#2B91AF"
},
".line-highlight.line-highlight": {
"background": "linear-gradient(to right, rgba(193, 222, 241, 0.2) 70%, rgba(221, 222, 241, 0))"
}
};