@bobril/highlighter
Version:
Syntax highlighter component for Bobril
94 lines • 1.6 kB
text/typescript
export default {
"$": {
"background": "#222",
"color": "#aaa"
},
"subst": {
"color": "#aaa"
},
"section": {
"color": "#fff",
"fontWeight": "bold"
},
"comment": {
"color": "#444"
},
"quote": {
"color": "#444"
},
"meta": {
"color": "#444"
},
"string": {
"color": "#ffcc33"
},
"symbol": {
"color": "#ffcc33"
},
"bullet": {
"color": "#ffcc33"
},
"regexp": {
"color": "#ffcc33"
},
"number": {
"color": "#00cc66"
},
"addition": {
"color": "#00cc66"
},
"built": {
"color": "#32aaee"
},
"literal": {
"color": "#32aaee"
},
"type": {
"color": "#32aaee"
},
"template-variable": {
"color": "#32aaee"
},
"attribute": {
"color": "#32aaee"
},
"link": {
"color": "#32aaee"
},
"keyword": {
"color": "#6644aa"
},
"selector-tag": {
"color": "#6644aa"
},
"name": {
"color": "#6644aa"
},
"selector-id": {
"color": "#6644aa"
},
"selector-class": {
"color": "#6644aa"
},
"title": {
"color": "#bb1166"
},
"variable": {
"color": "#bb1166"
},
"deletion": {
"color": "#bb1166"
},
"template-tag": {
"color": "#bb1166"
},
"doctag": {
"fontWeight": "bold"
},
"strong": {
"fontWeight": "bold"
},
"emphasis": {
"fontStyle": "italic"
}
}