knowledgebase_law/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-light.js
2025-04-11 11:47:09 -04:00

102 lines
1.7 KiB
JavaScript

export default {
"hljs-comment": {
"color": "#655f6d"
},
"hljs-quote": {
"color": "#655f6d"
},
"hljs-variable": {
"color": "#be4678"
},
"hljs-template-variable": {
"color": "#be4678"
},
"hljs-attribute": {
"color": "#be4678"
},
"hljs-tag": {
"color": "#be4678"
},
"hljs-name": {
"color": "#be4678"
},
"hljs-regexp": {
"color": "#be4678"
},
"hljs-link": {
"color": "#be4678"
},
"hljs-selector-id": {
"color": "#be4678"
},
"hljs-selector-class": {
"color": "#be4678"
},
"hljs-number": {
"color": "#aa573c"
},
"hljs-meta": {
"color": "#aa573c"
},
"hljs-built_in": {
"color": "#aa573c"
},
"hljs-builtin-name": {
"color": "#aa573c"
},
"hljs-literal": {
"color": "#aa573c"
},
"hljs-type": {
"color": "#aa573c"
},
"hljs-params": {
"color": "#aa573c"
},
"hljs-string": {
"color": "#2a9292"
},
"hljs-symbol": {
"color": "#2a9292"
},
"hljs-bullet": {
"color": "#2a9292"
},
"hljs-title": {
"color": "#576ddb"
},
"hljs-section": {
"color": "#576ddb"
},
"hljs-keyword": {
"color": "#955ae7"
},
"hljs-selector-tag": {
"color": "#955ae7"
},
"hljs-deletion": {
"color": "#19171c",
"display": "inline-block",
"width": "100%",
"backgroundColor": "#be4678"
},
"hljs-addition": {
"color": "#19171c",
"display": "inline-block",
"width": "100%",
"backgroundColor": "#2a9292"
},
"hljs": {
"display": "block",
"overflowX": "auto",
"background": "#efecf4",
"color": "#585260",
"padding": "0.5em"
},
"hljs-emphasis": {
"fontStyle": "italic"
},
"hljs-strong": {
"fontWeight": "bold"
}
};