@bobril/highlighter
Version:
Syntax highlighter component for Bobril
127 lines • 2.21 kB
text/typescript
export default {
"$": {
"background": "#333",
"color": "#fff"
},
"doctag": {
"fontWeight": "bold"
},
"meta-keyword": {
"fontWeight": "bold"
},
"name": {
"fontWeight": "bold"
},
"strong": {
"fontWeight": "bold"
},
"code": {
"fontStyle": "italic",
"color": "#888"
},
"emphasis": {
"fontStyle": "italic"
},
"section": {
"color": "#62c8f3"
},
"tag": {
"color": "#62c8f3"
},
"selector-class": {
"color": "#ade5fc"
},
"selector-id": {
"color": "#ade5fc"
},
"template-variable": {
"color": "#ade5fc"
},
"variable": {
"color": "#ade5fc"
},
"meta-string": {
"color": "#a2fca2"
},
"string": {
"color": "#a2fca2"
},
"attr": {
"color": "#7bd694"
},
"quote": {
"color": "#7bd694"
},
"selector-attr": {
"color": "#7bd694"
},
"tag attr": {
"color": "inherit"
},
"attribute": {
"color": "#ffa"
},
"title": {
"color": "#ffa"
},
"type": {
"color": "#ffa"
},
"number": {
"color": "#d36363"
},
"symbol": {
"color": "#d36363"
},
"bullet": {
"color": "#b8d8a2"
},
"template-tag": {
"color": "#b8d8a2"
},
"built": {
"color": "#fcc28c"
},
"keyword": {
"color": "#fcc28c"
},
"literal": {
"color": "#fcc28c"
},
"selector-tag": {
"color": "#fcc28c"
},
"comment": {
"color": "#888"
},
"formula": {
"color": "#888"
},
"link": {
"color": "#c6b4f0"
},
"selector-pseudo": {
"color": "#c6b4f0"
},
"regexp": {
"color": "#c6b4f0"
},
"meta": {
"color": "#fc9b9b"
},
"deletion": {
"background": "#fc9b9b",
"color": "#333"
},
"addition": {
"background": "#a2fca2",
"color": "#333"
},
"operator": {},
"params": {},
"property": {},
"punctuation": {},
"subst": {
"color": "#fff"
}
}