knowledgebase_law/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-seaside-dark.js

90 lines
1.4 KiB
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
export default {
"hljs-comment": {
"color": "#809980"
},
"hljs-quote": {
"color": "#809980"
},
"hljs-variable": {
"color": "#e6193c"
},
"hljs-template-variable": {
"color": "#e6193c"
},
"hljs-attribute": {
"color": "#e6193c"
},
"hljs-tag": {
"color": "#e6193c"
},
"hljs-name": {
"color": "#e6193c"
},
"hljs-regexp": {
"color": "#e6193c"
},
"hljs-link": {
"color": "#e6193c"
},
"hljs-selector-id": {
"color": "#e6193c"
},
"hljs-selector-class": {
"color": "#e6193c"
},
"hljs-number": {
"color": "#87711d"
},
"hljs-meta": {
"color": "#87711d"
},
"hljs-built_in": {
"color": "#87711d"
},
"hljs-builtin-name": {
"color": "#87711d"
},
"hljs-literal": {
"color": "#87711d"
},
"hljs-type": {
"color": "#87711d"
},
"hljs-params": {
"color": "#87711d"
},
"hljs-string": {
"color": "#29a329"
},
"hljs-symbol": {
"color": "#29a329"
},
"hljs-bullet": {
"color": "#29a329"
},
"hljs-title": {
"color": "#3d62f5"
},
"hljs-section": {
"color": "#3d62f5"
},
"hljs-keyword": {
"color": "#ad2bee"
},
"hljs-selector-tag": {
"color": "#ad2bee"
},
"hljs": {
"display": "block",
"overflowX": "auto",
"background": "#131513",
"color": "#8ca68c",
"padding": "0.5em"
},
"hljs-emphasis": {
"fontStyle": "italic"
},
"hljs-strong": {
"fontWeight": "bold"
}
};