@bobril/highlighter
Version:
Syntax highlighter component for Bobril
117 lines • 2.03 kB
text/typescript
export default {
"$": {
"color": "#2f3337",
"background": "#f6f6f6"
},
"subst": {
"color": "#2f3337"
},
"comment": {
"color": "#656e77"
},
"keyword": {
"color": "#015692"
},
"selector-tag": {
"color": "#015692"
},
"meta keyword": {
"color": "#015692"
},
"doctag": {
"color": "#015692"
},
"section": {
"color": "#015692"
},
"attr": {
"color": "#015692"
},
"attribute": {
"color": "#803378"
},
"name": {
"color": "#b75501"
},
"type": {
"color": "#b75501"
},
"number": {
"color": "#b75501"
},
"selector-id": {
"color": "#b75501"
},
"quote": {
"color": "#b75501"
},
"template-tag": {
"color": "#b75501"
},
"selector-class": {
"color": "#015692"
},
"string": {
"color": "#54790d"
},
"regexp": {
"color": "#54790d"
},
"symbol": {
"color": "#54790d"
},
"variable": {
"color": "#54790d"
},
"template-variable": {
"color": "#54790d"
},
"link": {
"color": "#54790d"
},
"selector-attr": {
"color": "#54790d"
},
"meta": {
"color": "#015692"
},
"selector-pseudo": {
"color": "#015692"
},
"built": {
"color": "#b75501"
},
"title": {
"color": "#b75501"
},
"literal": {
"color": "#b75501"
},
"bullet": {
"color": "#535a60"
},
"code": {
"color": "#535a60"
},
"meta string": {
"color": "#54790d"
},
"deletion": {
"color": "#c02d2e"
},
"addition": {
"color": "#2f6f44"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
},
"formula": {},
"operator": {},
"params": {},
"property": {},
"punctuation": {},
"tag": {}
}