@bobril/highlighter
Version:
Syntax highlighter component for Bobril
130 lines • 2.35 kB
text/typescript
export default {
"$": {
"background": "#1E1E1E",
"color": "#DCDCDC"
},
"keyword": {
"color": "#569CD6"
},
"literal": {
"color": "#569CD6"
},
"symbol": {
"color": "#569CD6"
},
"name": {
"color": "#569CD6"
},
"link": {
"color": "#569CD6",
"textDecoration": "underline"
},
"built": {
"color": "#4EC9B0"
},
"type": {
"color": "#4EC9B0"
},
"number": {
"color": "#B8D7A3"
},
"class": {
"color": "#B8D7A3"
},
"string": {
"color": "#D69D85"
},
"meta string": {
"color": "#D69D85"
},
"regexp": {
"color": "#9A5334"
},
"template-tag": {
"color": "#9A5334"
},
"subst": {
"color": "#DCDCDC"
},
"function": {
"color": "#DCDCDC"
},
"title": {
"color": "#DCDCDC"
},
"params": {
"color": "#DCDCDC"
},
"formula": {
"color": "#DCDCDC"
},
"comment": {
"color": "#57A64A",
"fontStyle": "italic"
},
"quote": {
"color": "#57A64A",
"fontStyle": "italic"
},
"doctag": {
"color": "#608B4E"
},
"meta": {
"color": "#9B9B9B"
},
"meta keyword": {
"color": "#9B9B9B"
},
"tag": {
"color": "#9B9B9B"
},
"variable": {
"color": "#BD63C5"
},
"template-variable": {
"color": "#BD63C5"
},
"attr": {
"color": "#9CDCFE"
},
"attribute": {
"color": "#9CDCFE"
},
"section": {
"color": "gold"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
},
"bullet": {
"color": "#D7BA7D"
},
"selector-tag": {
"color": "#D7BA7D"
},
"selector-id": {
"color": "#D7BA7D"
},
"selector-class": {
"color": "#D7BA7D"
},
"selector-attr": {
"color": "#D7BA7D"
},
"selector-pseudo": {
"color": "#D7BA7D"
},
"addition": {
"backgroundColor": "#144212",
"display": "inline-block",
"width": "100%"
},
"deletion": {
"backgroundColor": "#600",
"display": "inline-block",
"width": "100%"
}
}