@bobril/highlighter
Version:
Syntax highlighter component for Bobril
107 lines • 1.8 kB
text/typescript
export default {
"$": {
"background": "white",
"color": "black"
},
"comment": {
"color": "#800"
},
"quote": {
"color": "#800"
},
"keyword": {
"color": "#008"
},
"selector-tag": {
"color": "#008"
},
"section": {
"color": "#008"
},
"title": {
"color": "#606"
},
"name": {
"color": "#008"
},
"variable": {
"color": "#660"
},
"template-variable": {
"color": "#660"
},
"string": {
"color": "#080"
},
"selector-attr": {
"color": "#080"
},
"selector-pseudo": {
"color": "#080"
},
"regexp": {
"color": "#080"
},
"literal": {
"color": "#066"
},
"symbol": {
"color": "#066"
},
"bullet": {
"color": "#066"
},
"meta": {
"color": "#066"
},
"number": {
"color": "#066"
},
"link": {
"color": "#066"
},
"doctag": {
"color": "#606",
"fontWeight": "bold"
},
"type": {
"color": "#606"
},
"attr": {
"color": "#606"
},
"built": {
"color": "#606"
},
"params": {
"color": "#606"
},
"attribute": {
"color": "#000"
},
"subst": {
"color": "#000"
},
"formula": {
"backgroundColor": "#eee",
"fontStyle": "italic"
},
"selector-id": {
"color": "#9B703F"
},
"selector-class": {
"color": "#9B703F"
},
"addition": {
"backgroundColor": "#baeeba"
},
"deletion": {
"backgroundColor": "#ffc8bd"
},
"strong": {
"fontWeight": "bold"
},
"emphasis": {
"fontStyle": "italic"
}
}