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,96 @@
export default {
"hljs": {
"display": "block",
"overflowX": "auto",
"padding": "0.5em",
"background": "#000",
"color": "#f8f8f8"
},
"hljs-comment": {
"color": "#7c7c7c"
},
"hljs-quote": {
"color": "#7c7c7c"
},
"hljs-meta": {
"color": "#7c7c7c"
},
"hljs-keyword": {
"color": "#96cbfe"
},
"hljs-selector-tag": {
"color": "#96cbfe"
},
"hljs-tag": {
"color": "#96cbfe"
},
"hljs-name": {
"color": "#96cbfe"
},
"hljs-attribute": {
"color": "#ffffb6"
},
"hljs-selector-id": {
"color": "#ffffb6"
},
"hljs-string": {
"color": "#a8ff60"
},
"hljs-selector-attr": {
"color": "#a8ff60"
},
"hljs-selector-pseudo": {
"color": "#a8ff60"
},
"hljs-addition": {
"color": "#a8ff60"
},
"hljs-subst": {
"color": "#daefa3"
},
"hljs-regexp": {
"color": "#e9c062"
},
"hljs-link": {
"color": "#e9c062"
},
"hljs-title": {
"color": "#ffffb6"
},
"hljs-section": {
"color": "#ffffb6"
},
"hljs-type": {
"color": "#ffffb6"
},
"hljs-doctag": {
"color": "#ffffb6"
},
"hljs-symbol": {
"color": "#c6c5fe"
},
"hljs-bullet": {
"color": "#c6c5fe"
},
"hljs-variable": {
"color": "#c6c5fe"
},
"hljs-template-variable": {
"color": "#c6c5fe"
},
"hljs-literal": {
"color": "#c6c5fe"
},
"hljs-number": {
"color": "#ff73fd"
},
"hljs-deletion": {
"color": "#ff73fd"
},
"hljs-emphasis": {
"fontStyle": "italic"
},
"hljs-strong": {
"fontWeight": "bold"
}
};