@bobril/highlighter
Version:
Syntax highlighter component for Bobril
90 lines • 1.52 kB
text/typescript
export default {
"$": {
"background": "white",
"color": "black"
},
"comment": {
"color": "#008000"
},
"quote": {
"color": "#008000"
},
"variable": {
"color": "#008000"
},
"keyword": {
"color": "#00f"
},
"selector-tag": {
"color": "#00f"
},
"built": {
"color": "#00f"
},
"name": {
"color": "#00f"
},
"tag": {
"color": "#00f"
},
"string": {
"color": "#a31515"
},
"title": {
"color": "#a31515"
},
"section": {
"color": "#a31515"
},
"attribute": {
"color": "#a31515"
},
"literal": {
"color": "#a31515"
},
"template-tag": {
"color": "#a31515"
},
"template-variable": {
"color": "#a31515"
},
"type": {
"color": "#a31515"
},
"addition": {
"color": "#a31515"
},
"deletion": {
"color": "#2b91af"
},
"selector-attr": {
"color": "#2b91af"
},
"selector-pseudo": {
"color": "#2b91af"
},
"meta": {
"color": "#2b91af"
},
"doctag": {
"color": "#808080"
},
"attr": {
"color": "#f00"
},
"symbol": {
"color": "#00b0e8"
},
"bullet": {
"color": "#00b0e8"
},
"link": {
"color": "#00b0e8"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
}
}