knowledgebase_law/node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/dark.js

97 lines
1.6 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"] = {
"hljs": {
"display": "block",
"overflowX": "auto",
"padding": "0.5em",
"background": "#444",
"color": "#ddd"
},
"hljs-keyword": {
"color": "white",
"fontWeight": "bold"
},
"hljs-selector-tag": {
"color": "white",
"fontWeight": "bold"
},
"hljs-literal": {
"color": "white",
"fontWeight": "bold"
},
"hljs-section": {
"color": "white",
"fontWeight": "bold"
},
"hljs-link": {
"color": "white"
},
"hljs-subst": {
"color": "#ddd"
},
"hljs-string": {
"color": "#d88"
},
"hljs-title": {
"color": "#d88",
"fontWeight": "bold"
},
"hljs-name": {
"color": "#d88",
"fontWeight": "bold"
},
"hljs-type": {
"color": "#d88",
"fontWeight": "bold"
},
"hljs-attribute": {
"color": "#d88"
},
"hljs-symbol": {
"color": "#d88"
},
"hljs-bullet": {
"color": "#d88"
},
"hljs-built_in": {
"color": "#d88"
},
"hljs-addition": {
"color": "#d88"
},
"hljs-variable": {
"color": "#d88"
},
"hljs-template-tag": {
"color": "#d88"
},
"hljs-template-variable": {
"color": "#d88"
},
"hljs-comment": {
"color": "#777"
},
"hljs-quote": {
"color": "#777"
},
"hljs-deletion": {
"color": "#777"
},
"hljs-meta": {
"color": "#777"
},
"hljs-doctag": {
"fontWeight": "bold"
},
"hljs-strong": {
"fontWeight": "bold"
},
"hljs-emphasis": {
"fontStyle": "italic"
}
};