knowledgebase_law/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/pojoaque.js
2025-04-11 11:47:09 -04:00

110 lines
1.9 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = exports["default"] = {
"hljs": {
"display": "block",
"overflowX": "auto",
"padding": "0.5em",
"color": "#dccf8f",
"background": "url(./pojoaque.jpg) repeat scroll left top #181914"
},
"hljs-comment": {
"color": "#586e75",
"fontStyle": "italic"
},
"hljs-quote": {
"color": "#586e75",
"fontStyle": "italic"
},
"hljs-keyword": {
"color": "#b64926"
},
"hljs-selector-tag": {
"color": "#b64926"
},
"hljs-literal": {
"color": "#b64926"
},
"hljs-addition": {
"color": "#b64926"
},
"hljs-number": {
"color": "#468966"
},
"hljs-string": {
"color": "#468966"
},
"hljs-doctag": {
"color": "#468966"
},
"hljs-regexp": {
"color": "#468966"
},
"hljs-title": {
"color": "#ffb03b"
},
"hljs-section": {
"color": "#ffb03b"
},
"hljs-built_in": {
"color": "#ffb03b"
},
"hljs-name": {
"color": "#ffb03b"
},
"hljs-variable": {
"color": "#b58900"
},
"hljs-template-variable": {
"color": "#b58900"
},
"hljs-class .hljs-title": {
"color": "#b58900"
},
"hljs-type": {
"color": "#b58900"
},
"hljs-tag": {
"color": "#b58900"
},
"hljs-attribute": {
"color": "#b89859"
},
"hljs-symbol": {
"color": "#cb4b16"
},
"hljs-bullet": {
"color": "#cb4b16"
},
"hljs-link": {
"color": "#cb4b16"
},
"hljs-subst": {
"color": "#cb4b16"
},
"hljs-meta": {
"color": "#cb4b16"
},
"hljs-deletion": {
"color": "#dc322f"
},
"hljs-selector-id": {
"color": "#d3a60c"
},
"hljs-selector-class": {
"color": "#d3a60c"
},
"hljs-formula": {
"background": "#073642"
},
"hljs-emphasis": {
"fontStyle": "italic"
},
"hljs-strong": {
"fontWeight": "bold"
}
};