knowledgebase_law/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.js
2025-04-11 11:47:09 -04:00

152 lines
2.8 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = exports["default"] = {
"code[class*=\"language-\"]": {
"color": "#f8f8f2",
"background": "none",
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
"textAlign": "left",
"whiteSpace": "pre",
"wordSpacing": "normal",
"wordBreak": "normal",
"wordWrap": "normal",
"lineHeight": "1.5",
"MozTabSize": "4",
"OTabSize": "4",
"tabSize": "4",
"WebkitHyphens": "none",
"MozHyphens": "none",
"msHyphens": "none",
"hyphens": "none"
},
"pre[class*=\"language-\"]": {
"color": "#f8f8f2",
"background": "#2b2b2b",
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
"textAlign": "left",
"whiteSpace": "pre",
"wordSpacing": "normal",
"wordBreak": "normal",
"wordWrap": "normal",
"lineHeight": "1.5",
"MozTabSize": "4",
"OTabSize": "4",
"tabSize": "4",
"WebkitHyphens": "none",
"MozHyphens": "none",
"msHyphens": "none",
"hyphens": "none",
"padding": "1em",
"margin": "0.5em 0",
"overflow": "auto",
"borderRadius": "0.3em"
},
":not(pre) > code[class*=\"language-\"]": {
"background": "#2b2b2b",
"padding": "0.1em",
"borderRadius": "0.3em",
"whiteSpace": "normal"
},
"comment": {
"color": "#d4d0ab"
},
"prolog": {
"color": "#d4d0ab"
},
"doctype": {
"color": "#d4d0ab"
},
"cdata": {
"color": "#d4d0ab"
},
"punctuation": {
"color": "#fefefe"
},
"property": {
"color": "#ffa07a"
},
"tag": {
"color": "#ffa07a"
},
"constant": {
"color": "#ffa07a"
},
"symbol": {
"color": "#ffa07a"
},
"deleted": {
"color": "#ffa07a"
},
"boolean": {
"color": "#00e0e0"
},
"number": {
"color": "#00e0e0"
},
"selector": {
"color": "#abe338"
},
"attr-name": {
"color": "#abe338"
},
"string": {
"color": "#abe338"
},
"char": {
"color": "#abe338"
},
"builtin": {
"color": "#abe338"
},
"inserted": {
"color": "#abe338"
},
"operator": {
"color": "#00e0e0"
},
"entity": {
"color": "#00e0e0",
"cursor": "help"
},
"url": {
"color": "#00e0e0"
},
".language-css .token.string": {
"color": "#00e0e0"
},
".style .token.string": {
"color": "#00e0e0"
},
"variable": {
"color": "#00e0e0"
},
"atrule": {
"color": "#ffd700"
},
"attr-value": {
"color": "#ffd700"
},
"function": {
"color": "#ffd700"
},
"keyword": {
"color": "#00e0e0"
},
"regex": {
"color": "#ffd700"
},
"important": {
"color": "#ffd700",
"fontWeight": "bold"
},
"bold": {
"fontWeight": "bold"
},
"italic": {
"fontStyle": "italic"
}
};