@bobril/highlighter
Version:
Syntax highlighter component for Bobril
103 lines • 1.83 kB
text/typescript
export default {
"$": {
"color": "#000",
"background": "#f8f8ff"
},
"comment": {
"color": "#408080",
"fontStyle": "italic"
},
"quote": {
"color": "#408080",
"fontStyle": "italic"
},
"keyword": {
"color": "#954121"
},
"selector-tag": {
"color": "#954121"
},
"literal": {
"color": "#954121"
},
"subst": {
"color": "#954121"
},
"number": {
"color": "#40a070"
},
"string": {
"color": "#219161"
},
"doctag": {
"color": "#219161"
},
"selector-id": {
"color": "#19469d"
},
"selector-class": {
"color": "#19469d"
},
"section": {
"color": "#19469d"
},
"type": {
"color": "#19469d"
},
"params": {
"color": "#00f"
},
"title": {
"color": "#458",
"fontWeight": "bold"
},
"tag": {
"color": "#000080",
"fontWeight": "normal"
},
"name": {
"color": "#000080",
"fontWeight": "normal"
},
"attribute": {
"color": "#000080",
"fontWeight": "normal"
},
"variable": {
"color": "#008080"
},
"template-variable": {
"color": "#008080"
},
"regexp": {
"color": "#b68"
},
"link": {
"color": "#b68"
},
"symbol": {
"color": "#990073"
},
"bullet": {
"color": "#990073"
},
"built": {
"color": "#0086b3"
},
"meta": {
"color": "#999",
"fontWeight": "bold"
},
"deletion": {
"background": "#fdd"
},
"addition": {
"background": "#dfd"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
}
}