@bobril/highlighter
Version:
Syntax highlighter component for Bobril
102 lines • 1.86 kB
text/typescript
export default {
"$": {
"background": "#000",
"color": "#f8f8f8"
},
"comment": {
"color": "#aeaeae",
"fontStyle": "italic"
},
"quote": {
"color": "#aeaeae",
"fontStyle": "italic"
},
"keyword": {
"color": "#e28964"
},
"selector-tag": {
"color": "#e28964"
},
"type": {
"color": "#e28964"
},
"string": {
"color": "#65b042"
},
"subst": {
"color": "#daefa3"
},
"regexp": {
"color": "#e9c062"
},
"link": {
"color": "#e9c062"
},
"title": {
"color": "#89bdff"
},
"section": {
"color": "#89bdff"
},
"tag": {
"color": "#89bdff"
},
"name": {
"color": "#89bdff"
},
"class title": {
"textDecoration": "underline"
},
"doctag": {
"textDecoration": "underline"
},
"symbol": {
"color": "#3387cc"
},
"bullet": {
"color": "#3387cc"
},
"number": {
"color": "#3387cc"
},
"params": {
"color": "#3e87e3"
},
"variable": {
"color": "#3e87e3"
},
"template-variable": {
"color": "#3e87e3"
},
"attribute": {
"color": "#cda869"
},
"meta": {
"color": "#8996a8"
},
"formula": {
"backgroundColor": "#0e2231",
"color": "#f8f8f8",
"fontStyle": "italic"
},
"addition": {
"backgroundColor": "#253b22",
"color": "#f8f8f8"
},
"deletion": {
"backgroundColor": "#420e09",
"color": "#f8f8f8"
},
"selector-class": {
"color": "#9b703f"
},
"selector-id": {
"color": "#8b98ab"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
}
}