This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
export default {
"hljs-comment": {
"color": "#898ea4"
},
"hljs-quote": {
"color": "#898ea4"
},
"hljs-variable": {
"color": "#c94922"
},
"hljs-template-variable": {
"color": "#c94922"
},
"hljs-attribute": {
"color": "#c94922"
},
"hljs-tag": {
"color": "#c94922"
},
"hljs-name": {
"color": "#c94922"
},
"hljs-regexp": {
"color": "#c94922"
},
"hljs-link": {
"color": "#c94922"
},
"hljs-selector-id": {
"color": "#c94922"
},
"hljs-selector-class": {
"color": "#c94922"
},
"hljs-number": {
"color": "#c76b29"
},
"hljs-meta": {
"color": "#c76b29"
},
"hljs-built_in": {
"color": "#c76b29"
},
"hljs-builtin-name": {
"color": "#c76b29"
},
"hljs-literal": {
"color": "#c76b29"
},
"hljs-type": {
"color": "#c76b29"
},
"hljs-params": {
"color": "#c76b29"
},
"hljs-string": {
"color": "#ac9739"
},
"hljs-symbol": {
"color": "#ac9739"
},
"hljs-bullet": {
"color": "#ac9739"
},
"hljs-title": {
"color": "#3d8fd1"
},
"hljs-section": {
"color": "#3d8fd1"
},
"hljs-keyword": {
"color": "#6679cc"
},
"hljs-selector-tag": {
"color": "#6679cc"
},
"hljs": {
"display": "block",
"overflowX": "auto",
"background": "#202746",
"color": "#979db4",
"padding": "0.5em"
},
"hljs-emphasis": {
"fontStyle": "italic"
},
"hljs-strong": {
"fontWeight": "bold"
}
};