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

102 lines
1.7 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = exports["default"] = {
"hljs-comment": {
"color": "#B6B18B"
},
"hljs-quote": {
"color": "#B6B18B"
},
"hljs-variable": {
"color": "#EB3C54"
},
"hljs-template-variable": {
"color": "#EB3C54"
},
"hljs-tag": {
"color": "#EB3C54"
},
"hljs-name": {
"color": "#EB3C54"
},
"hljs-selector-id": {
"color": "#EB3C54"
},
"hljs-selector-class": {
"color": "#EB3C54"
},
"hljs-regexp": {
"color": "#EB3C54"
},
"hljs-deletion": {
"color": "#EB3C54"
},
"hljs-number": {
"color": "#E7CE56"
},
"hljs-built_in": {
"color": "#E7CE56"
},
"hljs-builtin-name": {
"color": "#E7CE56"
},
"hljs-literal": {
"color": "#E7CE56"
},
"hljs-type": {
"color": "#E7CE56"
},
"hljs-params": {
"color": "#E7CE56"
},
"hljs-meta": {
"color": "#E7CE56"
},
"hljs-link": {
"color": "#E7CE56"
},
"hljs-attribute": {
"color": "#EE7C2B"
},
"hljs-string": {
"color": "#4FB4D7"
},
"hljs-symbol": {
"color": "#4FB4D7"
},
"hljs-bullet": {
"color": "#4FB4D7"
},
"hljs-addition": {
"color": "#4FB4D7"
},
"hljs-title": {
"color": "#78BB65"
},
"hljs-section": {
"color": "#78BB65"
},
"hljs-keyword": {
"color": "#B45EA4"
},
"hljs-selector-tag": {
"color": "#B45EA4"
},
"hljs": {
"display": "block",
"overflowX": "auto",
"background": "#1C1D21",
"color": "#c0c5ce",
"padding": "0.5em"
},
"hljs-emphasis": {
"fontStyle": "italic"
},
"hljs-strong": {
"fontWeight": "bold"
}
};