@bobril/highlighter
Version:
Syntax highlighter component for Bobril
98 lines • 1.69 kB
text/typescript
export default {
"$": {
"backgroundColor": "#f4f4f4",
"color": "black"
},
"subst": {
"color": "black"
},
"string": {
"color": "#050"
},
"title": {
"color": "navy",
"fontWeight": "bold"
},
"symbol": {
"color": "#050"
},
"bullet": {
"color": "#050"
},
"attribute": {
"color": "#050"
},
"addition": {
"color": "#050"
},
"variable": {
"color": "#050"
},
"template-tag": {
"color": "#050"
},
"template-variable": {
"color": "#050"
},
"comment": {
"color": "#777"
},
"quote": {
"color": "#777"
},
"number": {
"color": "#800"
},
"regexp": {
"color": "#800"
},
"literal": {
"color": "#800"
},
"type": {
"color": "#800"
},
"link": {
"color": "#800"
},
"deletion": {
"color": "#00e"
},
"meta": {
"color": "#00e"
},
"keyword": {
"fontWeight": "bold",
"color": "navy"
},
"selector-tag": {
"fontWeight": "bold",
"color": "navy"
},
"doctag": {
"fontWeight": "bold",
"color": "navy"
},
"section": {
"fontWeight": "bold",
"color": "navy"
},
"built": {
"fontWeight": "bold",
"color": "navy"
},
"tag": {
"fontWeight": "bold",
"color": "navy"
},
"name": {
"fontWeight": "bold",
"color": "navy"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
}
}