knowledgebase_law/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ascetic.js

67 lines
1.0 KiB
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
export default {
"hljs": {
"display": "block",
"overflowX": "auto",
"padding": "0.5em",
"background": "white",
"color": "black"
},
"hljs-string": {
"color": "#888"
},
"hljs-variable": {
"color": "#888"
},
"hljs-template-variable": {
"color": "#888"
},
"hljs-symbol": {
"color": "#888"
},
"hljs-bullet": {
"color": "#888"
},
"hljs-section": {
"color": "#888",
"fontWeight": "bold"
},
"hljs-addition": {
"color": "#888"
},
"hljs-attribute": {
"color": "#888"
},
"hljs-link": {
"color": "#888"
},
"hljs-comment": {
"color": "#ccc"
},
"hljs-quote": {
"color": "#ccc"
},
"hljs-meta": {
"color": "#ccc"
},
"hljs-deletion": {
"color": "#ccc"
},
"hljs-keyword": {
"fontWeight": "bold"
},
"hljs-selector-tag": {
"fontWeight": "bold"
},
"hljs-name": {
"fontWeight": "bold"
},
"hljs-type": {
"fontWeight": "bold"
},
"hljs-strong": {
"fontWeight": "bold"
},
"hljs-emphasis": {
"fontStyle": "italic"
}
};